Get values from shapeObj MapScript The Next CEO of Stack OverflowMapscript - PostGis ErrorPHP MapScript get feature / shape by index in layerHow to set attribute value of layer with PHP MapScript?How to set DATA string on LayerObj in MapFile by Using Mapserver's PHP Mapscript?How to use PHP MapScript to generate a MapServer MapfileDrawing specific layers of mapfile with MapScript?Change a layer order with mapscriptPython MapScript usagePHP MapScript installation errorPHP MapScript - Query GDB Geodatabase?

Grabbing quick drinks

RigExpert AA-35 - Interpreting The Information

Writing differences on a blackboard

Recycling old answers

Can MTA send mail via a relay without being told so?

Why the difference in type-inference over the as-pattern in two similar function definitions?

Flying from Cape Town to England and return to another province

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

How many extra stops do monopods offer for tele photographs?

Domestic-to-international connection at Orlando (MCO)

Legal workarounds for testamentary trust perceived as unfair

The past simple of "gaslight" – "gaslighted" or "gaslit"?

Prepend last line of stdin to entire stdin

When you upcast Blindness/Deafness, do all targets suffer the same effect?

Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?

Why isn't the Mueller report being released completely and unredacted?

Why didn't Khan get resurrected in the Genesis Explosion?

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

Why do airplanes bank sharply to the right after air-to-air refueling?

Is it possible to replace duplicates of a character with one character using tr

Is there a difference between "Fahrstuhl" and "Aufzug"

Is French Guiana a (hard) EU border?

What was the first Unix version to run on a microcomputer?

What did we know about the Kessel run before the prequels?



Get values from shapeObj MapScript



The Next CEO of Stack OverflowMapscript - PostGis ErrorPHP MapScript get feature / shape by index in layerHow to set attribute value of layer with PHP MapScript?How to set DATA string on LayerObj in MapFile by Using Mapserver's PHP Mapscript?How to use PHP MapScript to generate a MapServer MapfileDrawing specific layers of mapfile with MapScript?Change a layer order with mapscriptPython MapScript usagePHP MapScript installation errorPHP MapScript - Query GDB Geodatabase?










0















Im using Mapserver 7.4.0-dev and MapScript PHP.



In previous versions of MapServer and MapScript (https://mapserver.org/mapscript/php/index-5.6.html#shapeobj), i could query a shapeObj after its values. And get a key => value array with all the data fields.



Example:



public function __construct(shapeObj $shape)

foreach ($shape->values as $key => $value)
//Do something;




In the new Mapserver and MapScript (https://mapserver.org/mapscript/mapscript.html#shapeobj), there is no $shape->values attribute.
I can get the value of element X but no the key name (Example "Gis_ID") by using this function:



$shape->getValue(3);


But this does not help my much. My map sources are dynamic and i need to target the data by IDs, and not a random array index.



Can anyone help me figure this out? :)










share|improve this question


























    0















    Im using Mapserver 7.4.0-dev and MapScript PHP.



    In previous versions of MapServer and MapScript (https://mapserver.org/mapscript/php/index-5.6.html#shapeobj), i could query a shapeObj after its values. And get a key => value array with all the data fields.



    Example:



    public function __construct(shapeObj $shape)

    foreach ($shape->values as $key => $value)
    //Do something;




    In the new Mapserver and MapScript (https://mapserver.org/mapscript/mapscript.html#shapeobj), there is no $shape->values attribute.
    I can get the value of element X but no the key name (Example "Gis_ID") by using this function:



    $shape->getValue(3);


    But this does not help my much. My map sources are dynamic and i need to target the data by IDs, and not a random array index.



    Can anyone help me figure this out? :)










    share|improve this question
























      0












      0








      0








      Im using Mapserver 7.4.0-dev and MapScript PHP.



      In previous versions of MapServer and MapScript (https://mapserver.org/mapscript/php/index-5.6.html#shapeobj), i could query a shapeObj after its values. And get a key => value array with all the data fields.



      Example:



      public function __construct(shapeObj $shape)

      foreach ($shape->values as $key => $value)
      //Do something;




      In the new Mapserver and MapScript (https://mapserver.org/mapscript/mapscript.html#shapeobj), there is no $shape->values attribute.
      I can get the value of element X but no the key name (Example "Gis_ID") by using this function:



      $shape->getValue(3);


      But this does not help my much. My map sources are dynamic and i need to target the data by IDs, and not a random array index.



      Can anyone help me figure this out? :)










      share|improve this question














      Im using Mapserver 7.4.0-dev and MapScript PHP.



      In previous versions of MapServer and MapScript (https://mapserver.org/mapscript/php/index-5.6.html#shapeobj), i could query a shapeObj after its values. And get a key => value array with all the data fields.



      Example:



      public function __construct(shapeObj $shape)

      foreach ($shape->values as $key => $value)
      //Do something;




      In the new Mapserver and MapScript (https://mapserver.org/mapscript/mapscript.html#shapeobj), there is no $shape->values attribute.
      I can get the value of element X but no the key name (Example "Gis_ID") by using this function:



      $shape->getValue(3);


      But this does not help my much. My map sources are dynamic and i need to target the data by IDs, and not a random array index.



      Can anyone help me figure this out? :)







      mapserver php mapscript






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      boomdrakboomdrak

      83




      83




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "79"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317118%2fget-values-from-shapeobj-mapscript%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317118%2fget-values-from-shapeobj-mapscript%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

          QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

          PDF-ში გადმოწერა სანავიგაციო მენიუproject page