<?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: Cannot get my tiled layer service above my graphs in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-get-my-tiled-layer-service-above-my-graphs/m-p/723869#M67206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;If they are graphics they will always be on top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Here:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/graphicslayer-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/graphicslayer-amd.html"&gt;GraphicsLayer | API Reference | ArcGIS API for JavaScript 3.18&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #636363; background-color: #fefefe; border-bottom: 1px solid #dcdcdc; font-size: 20.8px; margin: 0px 0pt 5px; padding: 0px 0px 0.5em;"&gt;Class: GraphicsLayer&lt;/DIV&gt;&lt;DIV class="" style="color: #4d4d4d; background-color: #fefefe; padding-top: 0.5em;"&gt;&lt;DIV class="" style="font-size: 0.75em;"&gt;Description&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="color: #4d4d4d; background-color: #fefefe; font-size: 14px; padding-top: 1.5625em;"&gt;&lt;DIV class="" style="background-color: white; padding: 0.2em 0px;"&gt;&lt;DIV style="padding-bottom: 0.5em;"&gt;&lt;EM&gt;(Added at v1.0)&lt;/EM&gt;&lt;/DIV&gt;A layer that contains one or more &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/graphic-amd.html" style="color: #00629b;"&gt;Graphic&lt;/A&gt; features. Each map contains a GraphicsLayer by default, accessible using the &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/map-amd.html#graphics" style="color: #00629b;"&gt;Map.graphics&lt;/A&gt; property. You can create your own graphics layers and add them to the map. Graphics layers can be reordered within the group of graphics layers. However, the graphics layer in &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/map-amd.html#graphics" style="color: #00629b;"&gt;Map.graphics&lt;/A&gt; is always on top. &lt;SPAN style="text-decoration: underline;"&gt;Also, all graphics layers are always on top of &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/tiledmapservicelayer-amd.html" style="color: #00629b; text-decoration: underline;"&gt;TiledMapServiceLayers&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/dynamicmapservicelayer-amd.html" style="color: #00629b; text-decoration: underline;"&gt;DynamicMapServiceLayers&lt;/A&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="background-color: white; padding: 0.2em 0px;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Dec 2016 00:11:16 GMT</pubDate>
    <dc:creator>RickeyFight</dc:creator>
    <dc:date>2016-12-10T00:11:16Z</dc:date>
    <item>
      <title>Cannot get my tiled layer service above my graphs</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-get-my-tiled-layer-service-above-my-graphs/m-p/723868#M67205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see below my tree symbol is hidden underneath the graphic layers.. I tried to move the tiled layer around to get up top. No success. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/280379_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;addLayers&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;GraphicsParcel&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; GraphicsBuffer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; clusterLayer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; tiledMapServiceLayer&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 23:59:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-get-my-tiled-layer-service-above-my-graphs/m-p/723868#M67205</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-12-09T23:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get my tiled layer service above my graphs</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-get-my-tiled-layer-service-above-my-graphs/m-p/723869#M67206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;If they are graphics they will always be on top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Here:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/graphicslayer-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/graphicslayer-amd.html"&gt;GraphicsLayer | API Reference | ArcGIS API for JavaScript 3.18&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #636363; background-color: #fefefe; border-bottom: 1px solid #dcdcdc; font-size: 20.8px; margin: 0px 0pt 5px; padding: 0px 0px 0.5em;"&gt;Class: GraphicsLayer&lt;/DIV&gt;&lt;DIV class="" style="color: #4d4d4d; background-color: #fefefe; padding-top: 0.5em;"&gt;&lt;DIV class="" style="font-size: 0.75em;"&gt;Description&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="color: #4d4d4d; background-color: #fefefe; font-size: 14px; padding-top: 1.5625em;"&gt;&lt;DIV class="" style="background-color: white; padding: 0.2em 0px;"&gt;&lt;DIV style="padding-bottom: 0.5em;"&gt;&lt;EM&gt;(Added at v1.0)&lt;/EM&gt;&lt;/DIV&gt;A layer that contains one or more &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/graphic-amd.html" style="color: #00629b;"&gt;Graphic&lt;/A&gt; features. Each map contains a GraphicsLayer by default, accessible using the &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/map-amd.html#graphics" style="color: #00629b;"&gt;Map.graphics&lt;/A&gt; property. You can create your own graphics layers and add them to the map. Graphics layers can be reordered within the group of graphics layers. However, the graphics layer in &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/map-amd.html#graphics" style="color: #00629b;"&gt;Map.graphics&lt;/A&gt; is always on top. &lt;SPAN style="text-decoration: underline;"&gt;Also, all graphics layers are always on top of &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/tiledmapservicelayer-amd.html" style="color: #00629b; text-decoration: underline;"&gt;TiledMapServiceLayers&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/dynamicmapservicelayer-amd.html" style="color: #00629b; text-decoration: underline;"&gt;DynamicMapServiceLayers&lt;/A&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="background-color: white; padding: 0.2em 0px;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 00:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-get-my-tiled-layer-service-above-my-graphs/m-p/723869#M67206</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-12-10T00:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get my tiled layer service above my graphs</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-get-my-tiled-layer-service-above-my-graphs/m-p/723870#M67207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks for the info&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 00:16:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cannot-get-my-tiled-layer-service-above-my-graphs/m-p/723870#M67207</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-12-10T00:16:07Z</dc:date>
    </item>
  </channel>
</rss>

