<?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: Offline base map options? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659778#M8286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to sign in to the system (online) to get the access to the services so if you have deployment license for runtime, you don't automatically get access to the services in Online. But if you have named user and you use that, you have access to them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 10:26:34 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2016-01-21T10:26:34Z</dc:date>
    <item>
      <title>Offline base map options?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659774#M8282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The .NET Runtime app I'm developing is in need of nationwide (US) street and imagery base maps for all zoom levels. When connected the app can use ArcGIS Online base maps, however, I need tiled based maps for offline use. I'm looking to side load the tile caches and am looking for source data options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen the samples of downloading ArcGIS Online tiles at runtime, but this strategy has two caveats:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Forces users to download tiles before they go offline&lt;/LI&gt;&lt;LI&gt;The available ArcGIS online data services (i.e. &lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer"&gt;World Street Map&lt;/A&gt;) are limited to zoom levels 0-9.&amp;nbsp; &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I can tell, there seems to be a gap for providing tile caches for ArcGIS Runtime SDKs like .NET apps that go offline. I am hoping there are other solutions besides a massive endeavor of creating custom base map tile caches. Is the ESRI Data Appliance a valid option? Are there any other options out there? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:20:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659774#M8282</guid>
      <dc:creator>ShaneBuscher</dc:creator>
      <dc:date>2016-01-20T13:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Offline base map options?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659775#M8283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can sideload used TPKs that can be created many ways in the ArcGIS system (ArcMap, Geoprosessing etc, runtime). Extracting tiles is way to do that from the runtime but from consuming point of view, there are much more options. Especially if you are building desktop application that has basically access to all files without issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several ways to get the tpks into the device from downloading pre-generated files from server / ArcGIS Online or you can use for example USB disks to copy the data (assuming that the amount of the data is going to be fairly large &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layers can just reference to the tpk file. You can ofc do that from code. There is also some information about this on the &lt;A href="https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;guide &lt;/A&gt;documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;UserControl x:Class="ArcGISRuntime.Samples.Desktop.ArcGISLocalTiledLayerSample"
&lt;SPAN&gt;xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.microsoft.com%2Fwinfx%2F2006%2Fxaml%2Fpresentation" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml/presentation&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;
&lt;SPAN&gt;xmlns:x="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.microsoft.com%2Fwinfx%2F2006%2Fxaml" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;
&lt;SPAN&gt;xmlns:esri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.esri.com%2Farcgis%2Fruntime%2F2013" target="_blank"&gt;http://schemas.esri.com/arcgis/runtime/2013&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Grid&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:MapView&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISLocalTiledLayer Path="..\..\..\samples-data\basemaps\campus.tpk" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Map&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:MapView&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Grid&amp;gt;
&amp;lt;/UserControl&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659775#M8283</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2021-12-12T03:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Offline base map options?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659776#M8284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What comes to the services, you should be checking the services hosted in ArcGIS Online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking export functionality, you can for example check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.arcgis.com%2Fhome%2Fitem.html%3Fid%3D226d23f076da478bba4589e7eae95952" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.arcgis.com%2Fhome%2Fitem.html%3Fid%3De384f5aa4eb1433c92afff09500b073d" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d&lt;/A&gt;&lt;SPAN&gt;. There are other services also available.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659776#M8284</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2016-01-20T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Offline base map options?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659777#M8285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the info. I'm aware of the ArcGIS Online tile services but am not fully understanding the licensing and use constraints. Do individual ArcGIS Runtime licenses provide full access to this authenticated service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659777#M8285</guid>
      <dc:creator>ShaneBuscher</dc:creator>
      <dc:date>2016-01-20T13:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Offline base map options?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659778#M8286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to sign in to the system (online) to get the access to the services so if you have deployment license for runtime, you don't automatically get access to the services in Online. But if you have named user and you use that, you have access to them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 10:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/offline-base-map-options/m-p/659778#M8286</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2016-01-21T10:26:34Z</dc:date>
    </item>
  </channel>
</rss>

