<?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: Icon displays underveath graphics in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402158#M37013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a map that draws polylines and displays icons. The icons are appearing underneath the graphics, how can I set the layering to always display the icons on top? Do I need to add another graphics layer?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I am aware, graphics are always on top.&amp;nbsp; If you want icons on top of graphics you would have to render them IN the graphics layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2012 16:18:18 GMT</pubDate>
    <dc:creator>JeffPace</dc:creator>
    <dc:date>2012-07-30T16:18:18Z</dc:date>
    <item>
      <title>Icon displays underveath graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402157#M37012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a map that draws polylines and displays icons. The icons are appearing underneath the graphics, how can I set the layering to always display the icons on top? Do I need to add another graphics layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 16:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402157#M37012</guid>
      <dc:creator>KyleDixon</dc:creator>
      <dc:date>2012-07-30T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Icon displays underveath graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402158#M37013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a map that draws polylines and displays icons. The icons are appearing underneath the graphics, how can I set the layering to always display the icons on top? Do I need to add another graphics layer?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I am aware, graphics are always on top.&amp;nbsp; If you want icons on top of graphics you would have to render them IN the graphics layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 16:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402158#M37013</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-07-30T16:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Icon displays underveath graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402159#M37014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The icons are added to the graphics layer, but the icons are still displayed underneath.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 17:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402159#M37014</guid>
      <dc:creator>KyleDixon</dc:creator>
      <dc:date>2012-07-30T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Icon displays underveath graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402160#M37015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;my guess is that the graphicslayer is an array and is displaying based on order added.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if you can "unshift" them or add them at a higher position/lower index.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 18:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402160#M37015</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-07-30T18:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Icon displays underveath graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402161#M37016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Each graphic has a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/graphic.htm#getDojoShape"&gt;getDojoShape&lt;/A&gt;&lt;SPAN&gt; method. Once you have the gfx object, you can call &lt;/SPAN&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.7/dojox/gfx.html#core-concepts"&gt;moveToFront or moveToBack&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 20:37:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/icon-displays-underveath-graphics/m-p/402161#M37016</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-07-30T20:37:58Z</dc:date>
    </item>
  </channel>
</rss>

