<?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: Tile Package Scales in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613853#M3161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this post is over a year old now, but I thought I'd post the solution to this in case anyone else runs in to this issue (as I did). I've outlined a fairly simple workaround on my blog. You can get to it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/1211"&gt;Creating a Tile Cache or Package that is Visible at All Scales&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt; Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 18:14:30 GMT</pubDate>
    <dc:creator>MatthewPalavido</dc:creator>
    <dc:date>2014-07-18T18:14:30Z</dc:date>
    <item>
      <title>Tile Package Scales</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613851#M3159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a tiled package from a tile cach with the following scale levels:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;50000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;35000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;20000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when i use the tile package in my wpf program i am not able to zoom in more than 1:10000, if i do, all the layers in the tile package dissapears. Am i missing something here? Does the scale level impact the zoom level in a tile package? And im trying to avoid one more scale level because the tile package grows so much bigger in size, but still i want to be able to zoom in more than 10000 with the layers in the tile package visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/JW&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 06:11:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613851#M3159</guid>
      <dc:creator>JohanWennberg2</dc:creator>
      <dc:date>2013-06-24T06:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package Scales</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613852#M3160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Johan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to zoom in further than the scale defined in the TPK, you can set the MinimumResolution for the map based on the &lt;/SPAN&gt;&lt;STRONG&gt;map units per pixel&lt;/STRONG&gt;&lt;SPAN&gt; for your desired scale. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:Map UseAcceleratedDisplay="True" WrapAround="True" MinimumResolution="2500" Extent="-15000000,2000000,-7000000,8000000" Background="#FFE3E3E3"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISLocalTiledLayer ID="BaseMap" Path="..\Data\TPKs\Topographic.tpk"/&amp;gt;
&amp;lt;/esri:Map&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the base map is no longer visible a scale greater than 1:10,000 there may be rules set in the original MXD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Displaying_layers_at_certain_scales/00s500000008000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Displaying_layers_at_certain_scales/00s500000008000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:15:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613852#M3160</guid>
      <dc:creator>MatthewBrown1</dc:creator>
      <dc:date>2021-12-12T02:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package Scales</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613853#M3161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this post is over a year old now, but I thought I'd post the solution to this in case anyone else runs in to this issue (as I did). I've outlined a fairly simple workaround on my blog. You can get to it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/1211"&gt;Creating a Tile Cache or Package that is Visible at All Scales&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt; Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 18:14:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613853#M3161</guid>
      <dc:creator>MatthewPalavido</dc:creator>
      <dc:date>2014-07-18T18:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tile Package Scales</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613854#M3162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also check the maps set minimum extent &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; ... even with the basemaps you sometime have to adjust this to ensure the users have a decent experience&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 21:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/tile-package-scales/m-p/613854#M3162</guid>
      <dc:creator>BrianLocke</dc:creator>
      <dc:date>2014-07-30T21:14:53Z</dc:date>
    </item>
  </channel>
</rss>

