<?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: How to display AGSRasterLayer beneath roads? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-agsrasterlayer-beneath-roads/m-p/329952#M2884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are ways to do that for sure but it depends on the basemap that you're using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could check out &lt;A _jive_internal="true" href="https://community.esri.com/thread/181331-world-transportation-layer-how-to-move-it-to-the-top-layer"&gt;this post&lt;/A&gt; which describes adding the &lt;A href="https://www.arcgis.com/home/item.html?id=94f838a535334cf1aa061846514b77c7"&gt;World Transportation Layer&lt;/A&gt; to your basemap and making it a &lt;EM&gt;Reference Layer&lt;/EM&gt; for that basemap, which means it'll be rendered above all your own layers (in this case the AGSRasterLayer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that everything described in that&amp;nbsp;process can be done in code in the Runtime if you're building your map that way rather than using a web map. See &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_basemap.html"&gt;AGSBasemap&lt;/A&gt;&lt;/STRONG&gt;, in particular the&amp;nbsp;&lt;STRONG&gt;referenceLayers&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;baseLayers&lt;/STRONG&gt; properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using vector tile layers, you could use the &lt;A href="https://developers.arcgis.com/vector-tile-style-editor/"&gt;Vector Tile Style Editor&lt;/A&gt; to create two custom styles. One with just the roads category visible (be sure to also turn off the background), and another "opposite" style with them not visible&amp;nbsp;but everything else visible. Use them both in your basemap as described above (the roads only one would be a&amp;nbsp;basemap reference layer, the "opposite" one would be a basemap base layer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="447652" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/447652_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, you will want to include a lot of the Labels from various categories in the reference layer rather than the non-reference layer, or they'll appear behind the roads too which makes the map unreadable pretty rapidly. The Vector Tile Style Editor allows you to click on a label in the live preview to find it in the layers list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit fiddly but will work for what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://geeknixta.maps.arcgis.com/home/webmap/viewer.html?webmap=676ac12712a84dd2a4c879bbccedd1fc"&gt;this web map&lt;/A&gt; for an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2019 22:57:56 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2019-05-14T22:57:56Z</dc:date>
    <item>
      <title>How to display AGSRasterLayer beneath roads?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-agsrasterlayer-beneath-roads/m-p/329951#M2883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to display couple of layers on map, but I would like to have all roads on top, so all my layers would be beneath them. Is this even possible? I've spent many days on finding the solution but without success.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2019 09:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-agsrasterlayer-beneath-roads/m-p/329951#M2883</guid>
      <dc:creator>JordanAhee1</dc:creator>
      <dc:date>2019-05-10T09:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to display AGSRasterLayer beneath roads?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-agsrasterlayer-beneath-roads/m-p/329952#M2884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are ways to do that for sure but it depends on the basemap that you're using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could check out &lt;A _jive_internal="true" href="https://community.esri.com/thread/181331-world-transportation-layer-how-to-move-it-to-the-top-layer"&gt;this post&lt;/A&gt; which describes adding the &lt;A href="https://www.arcgis.com/home/item.html?id=94f838a535334cf1aa061846514b77c7"&gt;World Transportation Layer&lt;/A&gt; to your basemap and making it a &lt;EM&gt;Reference Layer&lt;/EM&gt; for that basemap, which means it'll be rendered above all your own layers (in this case the AGSRasterLayer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that everything described in that&amp;nbsp;process can be done in code in the Runtime if you're building your map that way rather than using a web map. See &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_basemap.html"&gt;AGSBasemap&lt;/A&gt;&lt;/STRONG&gt;, in particular the&amp;nbsp;&lt;STRONG&gt;referenceLayers&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;baseLayers&lt;/STRONG&gt; properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using vector tile layers, you could use the &lt;A href="https://developers.arcgis.com/vector-tile-style-editor/"&gt;Vector Tile Style Editor&lt;/A&gt; to create two custom styles. One with just the roads category visible (be sure to also turn off the background), and another "opposite" style with them not visible&amp;nbsp;but everything else visible. Use them both in your basemap as described above (the roads only one would be a&amp;nbsp;basemap reference layer, the "opposite" one would be a basemap base layer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="447652" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/447652_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, you will want to include a lot of the Labels from various categories in the reference layer rather than the non-reference layer, or they'll appear behind the roads too which makes the map unreadable pretty rapidly. The Vector Tile Style Editor allows you to click on a label in the live preview to find it in the layers list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit fiddly but will work for what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://geeknixta.maps.arcgis.com/home/webmap/viewer.html?webmap=676ac12712a84dd2a4c879bbccedd1fc"&gt;this web map&lt;/A&gt; for an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 22:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-agsrasterlayer-beneath-roads/m-p/329952#M2884</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-05-14T22:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to display AGSRasterLayer beneath roads?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-agsrasterlayer-beneath-roads/m-p/329953#M2885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer, It worked &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2019 11:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-display-agsrasterlayer-beneath-roads/m-p/329953#M2885</guid>
      <dc:creator>JordanAhee1</dc:creator>
      <dc:date>2019-05-15T11:44:46Z</dc:date>
    </item>
  </channel>
</rss>

