<?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 Offline map tile quality / local device space in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-tile-quality-local-device-space/m-p/1306989#M11978</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I have a question regarding offline maps and the tile / zoom quality:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can I control the offline map tile quality?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For reference, when first viewing the "offline" map on my application, I am zoomed out as far as possible. The map tile quality is pretty broad and plain, but that's perfect for me. Now when the user zooms in further, the tiles become more detailed. Zoom back out, the tiles become more "generalized" again.&lt;/P&gt;&lt;P&gt;Now, I noticed there is an &lt;EM&gt;OfflineSettings&lt;/EM&gt; class. The Map object has an &lt;EM&gt;OfflineSettings&lt;/EM&gt; accessible to it as read-only, since these &lt;EM&gt;OfflineSettings&lt;/EM&gt; are defined already from the Web Map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am defining my Web Map and referring to it's Token/GUID using the 'ArcGIS Online' option under my Profile on: &lt;A href="https://www.esri.com/en-us/home'" target="_blank" rel="noopener"&gt;https://www.esri.com/en-us/home&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to define any kind of parameter (e.g. maybe something like 'OnlineLayers') on the Web Map to deal with the quality of the tiles while zooming during offline map usage?&lt;/P&gt;&lt;P&gt;I'm looking for control over the quality to save space on downloaded map tiles on the local device; Maybe I am going about this completely wrong and this has nothing to do with what I am talking about.&lt;/P&gt;&lt;P&gt;In my case it would be nice to have a lower quality for the higher zoomed out map, and a higher quality map tile &lt;U&gt;ONLY&lt;/U&gt; when zoomed in further during offline usage, that is the end goal I am trying to achieve.&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 14:21:40 GMT</pubDate>
    <dc:creator>TreyDalziel</dc:creator>
    <dc:date>2023-07-12T14:21:40Z</dc:date>
    <item>
      <title>Offline map tile quality / local device space</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-tile-quality-local-device-space/m-p/1306989#M11978</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I have a question regarding offline maps and the tile / zoom quality:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can I control the offline map tile quality?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For reference, when first viewing the "offline" map on my application, I am zoomed out as far as possible. The map tile quality is pretty broad and plain, but that's perfect for me. Now when the user zooms in further, the tiles become more detailed. Zoom back out, the tiles become more "generalized" again.&lt;/P&gt;&lt;P&gt;Now, I noticed there is an &lt;EM&gt;OfflineSettings&lt;/EM&gt; class. The Map object has an &lt;EM&gt;OfflineSettings&lt;/EM&gt; accessible to it as read-only, since these &lt;EM&gt;OfflineSettings&lt;/EM&gt; are defined already from the Web Map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am defining my Web Map and referring to it's Token/GUID using the 'ArcGIS Online' option under my Profile on: &lt;A href="https://www.esri.com/en-us/home'" target="_blank" rel="noopener"&gt;https://www.esri.com/en-us/home&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to define any kind of parameter (e.g. maybe something like 'OnlineLayers') on the Web Map to deal with the quality of the tiles while zooming during offline map usage?&lt;/P&gt;&lt;P&gt;I'm looking for control over the quality to save space on downloaded map tiles on the local device; Maybe I am going about this completely wrong and this has nothing to do with what I am talking about.&lt;/P&gt;&lt;P&gt;In my case it would be nice to have a lower quality for the higher zoomed out map, and a higher quality map tile &lt;U&gt;ONLY&lt;/U&gt; when zoomed in further during offline usage, that is the end goal I am trying to achieve.&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 14:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-tile-quality-local-device-space/m-p/1306989#M11978</guid>
      <dc:creator>TreyDalziel</dc:creator>
      <dc:date>2023-07-12T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Offline map tile quality / local device space</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-tile-quality-local-device-space/m-p/1306993#M11979</link>
      <description>&lt;P&gt;The offline tiles aren't created when you ask for the offline map. Those have already been pre-cooked in the online tile-service. So the quality you get is exactly the quality of the online tiles.&lt;/P&gt;&lt;P&gt;Having said that, you can limit how many zoom levels you're downloading, so if you don't need the highest resolution tiles, you can limit the scale range in the offline parameters.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 16:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-tile-quality-local-device-space/m-p/1306993#M11979</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-07-10T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Offline map tile quality / local device space</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-tile-quality-local-device-space/m-p/1307027#M11982</link>
      <description>&lt;P&gt;Okay great, the scale range sounds like what I am looking for. Where can that be set?&lt;/P&gt;&lt;P&gt;Edit: the closest thing I can find is this in the Map Viewer&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TreyDalziel_0-1689171862443.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75244i637711608435FE0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TreyDalziel_0-1689171862443.png" alt="TreyDalziel_0-1689171862443.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 14:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-map-tile-quality-local-device-space/m-p/1307027#M11982</guid>
      <dc:creator>TreyDalziel</dc:creator>
      <dc:date>2023-07-12T14:24:51Z</dc:date>
    </item>
  </channel>
</rss>

