<?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: Endless zoom on offline basemap with tiled layer in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555914#M4765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my DM, were you able to verify this is fixed in 100.5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2019 20:15:15 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2019-06-19T20:15:15Z</dc:date>
    <item>
      <title>Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555907#M4758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the 10.2.5 SKD we found a solution to zoom in more than there are Level of Details defined for the TiledLayer.&lt;/P&gt;&lt;P&gt;// Set the maximum zoom level.&lt;BR /&gt; mapView.maxScale = mapView.scale(forResolution: 0.002)&lt;BR /&gt; mapView.minScale = 250000&lt;BR /&gt; self.currentBaseMap?.maxScale = mapView.scale(forResolution: &lt;SPAN&gt;0.002&lt;/SPAN&gt;)&lt;BR /&gt; self.currentBaseMap?.minScale = 250000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see the resulting screenshot attached. it looks ugly but does the job for our customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the last 3 month we migrated to 100.4&lt;/P&gt;&lt;P&gt;even if i managed to zoom in indefinitely with that code:&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;mapView.map?.maxScale = &lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;mapView.map?.minScale = &lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;the basemap does not resample after reaching the maximum Level of Details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;how&amp;nbsp;do i achive the same result as with the old SDK?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Mike&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 08:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555907#M4758</guid>
      <dc:creator>MichaelMoor</dc:creator>
      <dc:date>2018-10-31T08:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555908#M4759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you try setting the max scale to 1 (instead of 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 21:29:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555908#M4759</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2018-10-31T21:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555909#M4760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried setting the &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_image_tiled_layer.html#affa8495e84553412f66c3cad96a4dcda"&gt;AGSArcGISTiledLayer.noDataTileBehavior&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;to &lt;STRONG&gt;.upSample&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 17:29:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555909#M4760</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2018-11-01T17:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555910#M4761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Divesh and Nicholas! Unfortunately it didn't work &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;. The basemap still disappears when zooming in. Any other hints?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 08:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555910#M4761</guid>
      <dc:creator>MichaelMoor</dc:creator>
      <dc:date>2018-11-20T08:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555911#M4762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/259499"&gt;Michael Moor&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply. Could you share the basemap layer you're using? Is it a public one (one of our Imagery basemaps perhaps?)‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And could you clarify what you mean by "&lt;SPAN style="background-color: #ffffff;"&gt;the basemap does not resample after reaching the maximum Level of Details" - what behavior&amp;nbsp;&lt;EM&gt;are&lt;/EM&gt; you seeing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Nick.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 04:17:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555911#M4762</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-01-09T04:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555912#M4763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's a private self-created basemap. i created a Xcode Project which demonstrates the behavior.&lt;/P&gt;&lt;P&gt;The project is in a private Github repo. I added you (nixta) as collaborator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555912#M4763</guid>
      <dc:creator>MichaelMoor</dc:creator>
      <dc:date>2019-01-16T10:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555913#M4764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I will take a look. Might take a couple of days before I am able to get around to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 02:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555913#M4764</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-01-17T02:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555914#M4765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my DM, were you able to verify this is fixed in 100.5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 20:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555914#M4765</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-06-19T20:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555915#M4766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For all who have the same issue this two lines make the magic happen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let tiledLayer = AGSArcGISTiledLayer(url: basemapUrl)&lt;BR /&gt; tiledLayer.noDataTileBehavior = .upSample&lt;BR /&gt; &lt;EM&gt;&lt;STRONG&gt;tiledLayer.maxScale = 0&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt; tiledLayer.minScale = 0&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt; let map = AGSMap(basemap: AGSBasemap(baseLayer: tiledLayer))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Nick for your help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 06:45:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555915#M4766</guid>
      <dc:creator>MichaelMoor</dc:creator>
      <dc:date>2019-06-21T06:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Endless zoom on offline basemap with tiled layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555916#M4767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that technically you just need to set &lt;STRONG&gt;maxScale&lt;/STRONG&gt;. It's a combination of 3 things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You should set &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_map.html#adac84c2615b15bcbcc806e4e22614a9a"&gt;&lt;STRONG&gt;maxScale = 0&lt;/STRONG&gt; on the &lt;STRONG&gt;AGSMap&lt;/STRONG&gt;&lt;/A&gt; to ensure that Runtime will allow your app to zoom in all the way.&lt;/LI&gt;&lt;LI&gt;You should set &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_layer.html#aaeec8eee536bdbda46158a8897186877"&gt;&lt;STRONG&gt;maxScale = 0&lt;/STRONG&gt; on the layer&lt;/A&gt; to ensure that Runtime will display the layer even beyond its original declared scale range as you zoom in. (Set minScale if you also want it displayed all the way as you zoom out.)&lt;/LI&gt;&lt;LI&gt;In this case, a Tiled Layer, you should set the &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_image_tiled_layer.html#affa8495e84553412f66c3cad96a4dcda"&gt;noDataTileBehavior&lt;/A&gt;&lt;/STRONG&gt; to &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/ios/latest/api-reference/_a_g_s_enumerations_8h.html#a87557348cb52c07a176657d9c6c87cfd"&gt;.upSample&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;to&amp;nbsp;ensure the layer is drawn with the best available tile even if there is not specific tile for the map scale as you zoom in.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a bug in Runtime 100.x which meant that layers with some tiling schemes would fail to display beyond the level that tiles had been created even if you set maxScale = 0. This was fixed at 100.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in reproducing this, Mike.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 08:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/endless-zoom-on-offline-basemap-with-tiled-layer/m-p/555916#M4767</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-06-21T08:40:36Z</dc:date>
    </item>
  </channel>
</rss>

