<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reorder Graphics layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157100#M14684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the &lt;SPAN class="pln" style="color: #595959;"&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#reorderlayer"&gt;reorderLayer() &lt;/A&gt;method of the map class. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 12:47:33 GMT</pubDate>
    <dc:creator>JaiSiva1</dc:creator>
    <dc:date>2015-07-29T12:47:33Z</dc:date>
    <item>
      <title>Reorder Graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157098#M14682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I have a dynamic layer which has point data and a graphics layer which displays polygon graphics. Since the graphic layer lies on top of the dynamic layers I unable to see my point features clearly inspite of setting the opacity of the graphic to 0.3. So i there any way of having the point dynamic layer reorder ontop of the graphicslayer? I am using the ArcGIS API for javascript.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 04:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157098#M14682</guid>
      <dc:creator>NigelDsouza</dc:creator>
      <dc:date>2015-07-29T04:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reorder Graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157099#M14683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way you can do this is to use the GraphicsLayer &lt;A href="https://developers.arcgis.com/javascript/jsapi/graphicslayer-amd.html#event-update"&gt;update &lt;/A&gt;event.&amp;nbsp; You can add the dynamic layer once this event fires.&amp;nbsp; Here is a &lt;A href="http://jsfiddle.net/4gkece5L/"&gt;JSFiddle &lt;/A&gt;example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 11:05:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157099#M14683</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-07-29T11:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reorder Graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157100#M14684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the &lt;SPAN class="pln" style="color: #595959;"&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#reorderlayer"&gt;reorderLayer() &lt;/A&gt;method of the map class. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #595959;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 12:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157100#M14684</guid>
      <dc:creator>JaiSiva1</dc:creator>
      <dc:date>2015-07-29T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reorder Graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157101#M14685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;The example you sent me uses feature layer, and since the featurelayers and graphics layers are in the same array in the map object they can be managed. But in your example if i use a "dynamic map service layer" then the layer does not display on top.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 10:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157101#M14685</guid>
      <dc:creator>NigelDsouza</dc:creator>
      <dc:date>2015-07-30T10:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reorder Graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157102#M14686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using reorderLayer method. But when watch the map object expression while dubugging. The dynamic layers are shown in map.LayerIDs and graphic layers in map.graphicLayerIds. so this is a bit confusing as to which index should I move the graphic layer such that I gets positioned between two daymic layers.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 10:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157102#M14686</guid>
      <dc:creator>NigelDsouza</dc:creator>
      <dc:date>2015-07-30T10:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reorder Graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157103#M14687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In 3.x of the API graphics (GraphicsLayer) and thus FeatureLayer which inherits from GL will always been on top. This is planed to be changed in the 4.x API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 12:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/reorder-graphics-layer/m-p/157103#M14687</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-30T12:10:16Z</dc:date>
    </item>
  </channel>
</rss>

