<?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: Exporting Tiles in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/exporting-tiles/m-p/406943#M4829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer. Can I add multiple tile packages to a basemap? I tried this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;// Add 400k tile package&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; var tileFolder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CookCounty400000.tpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; _map.Basemap.BaseLayers.Add(new ArcGISTiledLayer(new Uri(tileFolder)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;// Add 250k tile package&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; tileFolder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CookCounty250000.tpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; _map.Basemap.BaseLayers.Add(new ArcGISTiledLayer(new Uri(tileFolder)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;// Add 100k tile package&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; tileFolder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CookCounty100000.tpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; _map.Basemap.BaseLayers.Add(new ArcGISTiledLayer(new Uri(tileFolder)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;// Add 24k tile package&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; tileFolder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CookCounty24000.tpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; _map.Basemap.BaseLayers.Add(new ArcGISTiledLayer(new Uri(tileFolder)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BaseLayers.Count property shows 4 baselayers, but it won't let me zoom beyond the first one that gets added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2017 22:02:21 GMT</pubDate>
    <dc:creator>MichaelThompson</dc:creator>
    <dc:date>2017-10-31T22:02:21Z</dc:date>
    <item>
      <title>Exporting Tiles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/exporting-tiles/m-p/406941#M4827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that if you execute an ExportTileCacheJob and specify an existing tile package file location, the existing tile package is overwritten. I am looking for a way to make incremental calls to&amp;nbsp;&lt;SPAN&gt;ExportTileCacheJob&amp;nbsp;using an extent and/or scale level(s) of detail, and have the tiles merged/replaced in an existing tile package without losing tiles for the extents/scale level(s) that I am &lt;EM&gt;not&lt;/EM&gt; requesting in the current call to&amp;nbsp;ExportTileCacheJob. Is this possible? If not, has someone figured out a way to do this so I don't have to ask for full extent and all scale levels all at once whenever I want to download?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 18:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/exporting-tiles/m-p/406941#M4827</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-10-31T18:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Tiles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/exporting-tiles/m-p/406942#M4828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Incremental updates to tile packages are not supported. You'd have to export to a separate file and add it as a separate layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 19:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/exporting-tiles/m-p/406942#M4828</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-10-31T19:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Tiles</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/exporting-tiles/m-p/406943#M4829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer. Can I add multiple tile packages to a basemap? I tried this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;// Add 400k tile package&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; var tileFolder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CookCounty400000.tpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; _map.Basemap.BaseLayers.Add(new ArcGISTiledLayer(new Uri(tileFolder)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;// Add 250k tile package&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; tileFolder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CookCounty250000.tpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; _map.Basemap.BaseLayers.Add(new ArcGISTiledLayer(new Uri(tileFolder)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;// Add 100k tile package&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; tileFolder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CookCounty100000.tpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; _map.Basemap.BaseLayers.Add(new ArcGISTiledLayer(new Uri(tileFolder)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;// Add 24k tile package&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; tileFolder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "CookCounty24000.tpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt; _map.Basemap.BaseLayers.Add(new ArcGISTiledLayer(new Uri(tileFolder)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BaseLayers.Count property shows 4 baselayers, but it won't let me zoom beyond the first one that gets added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 22:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/exporting-tiles/m-p/406943#M4829</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-10-31T22:02:21Z</dc:date>
    </item>
  </channel>
</rss>

