<?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: AGSRasterLayer not working. Debugging suggestions? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-not-working-debugging-suggestions/m-p/1207701#M7443</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/613149"&gt;@AndriyFedin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There might be two problems.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Runtime only supports LERC tiles for elevation, and not visualization. You would need to publish a service that supports one of the formats listed &lt;A href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_raster.html" target="_blank"&gt;here&lt;/A&gt;. Sorry we didn't spot that sooner when you replied in the original post!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-08-30_10-42-30.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49820iF3EBC1C9F7F6A677/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2022-08-30_10-42-30.png" alt="2022-08-30_10-42-30.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Note that Runtime cannot reproject tiled images, so if you tried to display this service (WGS84) in a Web Mercator map, it would not display. That's something you can work around by suitably authoring/constructing the map. However, even if that's the case, the format can't be LERC.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 14:48:34 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2022-08-30T14:48:34Z</dc:date>
    <item>
      <title>AGSRasterLayer not working. Debugging suggestions?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-not-working-debugging-suggestions/m-p/1207232#M7440</link>
      <description>&lt;P&gt;I'm trying to display an elevation map&amp;nbsp;layer using&amp;nbsp;AGSRasterLayer, but it doesn't appear on the map.&amp;nbsp;&lt;BR /&gt;I took the code from the &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/blob/main/arcgis-ios-sdk-samples/Layers/Raster%20layer%20(service)/RasterLayerUsingServiceViewController.swift" target="_self"&gt;AGSRasterLayer example&lt;/A&gt;, and it works perfectly fine with the URL from the example. But when I change the URL to the &lt;A href="https://tiledimageservices.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/GEBCO_2021_Bathymetry/ImageServer" target="_self"&gt;imageServer URL&lt;/A&gt;&amp;nbsp;with the elevation map, the layer doesn't show up.&lt;/P&gt;&lt;P&gt;The elevation map URL works fine on the web with the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html" target="_self"&gt;ImageryTileLayer (JS)&lt;/A&gt;. I asked how to implement it using iOS SDK in &lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/is-there-any-replacement-for-imagerytilelayer/m-p/1206761#M7438" target="_self"&gt;this post&lt;/A&gt;, and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3014"&gt;@MichaelBranscomb&lt;/a&gt;&amp;nbsp;suggested using the &lt;SPAN&gt;AGSImageServiceRaster&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Is there any way to find out what's wrong?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 14:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-not-working-debugging-suggestions/m-p/1207232#M7440</guid>
      <dc:creator>AndriyFedin</dc:creator>
      <dc:date>2022-08-29T14:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: AGSRasterLayer not working. Debugging suggestions?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-not-working-debugging-suggestions/m-p/1207701#M7443</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/613149"&gt;@AndriyFedin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There might be two problems.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Runtime only supports LERC tiles for elevation, and not visualization. You would need to publish a service that supports one of the formats listed &lt;A href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_raster.html" target="_blank"&gt;here&lt;/A&gt;. Sorry we didn't spot that sooner when you replied in the original post!&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-08-30_10-42-30.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49820iF3EBC1C9F7F6A677/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2022-08-30_10-42-30.png" alt="2022-08-30_10-42-30.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Note that Runtime cannot reproject tiled images, so if you tried to display this service (WGS84) in a Web Mercator map, it would not display. That's something you can work around by suitably authoring/constructing the map. However, even if that's the case, the format can't be LERC.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 14:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsrasterlayer-not-working-debugging-suggestions/m-p/1207701#M7443</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2022-08-30T14:48:34Z</dc:date>
    </item>
  </channel>
</rss>

