<?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: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74396#M801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thanks for all the information you provided, it was very helpful in tracking down the options available to me. To sum up, I was looking for a tool to download ArcGIS Online basemap tiles so that I could side load a tile package (.tpk) file onto an ArcGIS Runtime for .NET application prior to deployment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up contacting ESRI support, and they confirmed your responses. At this time, there is no tool available to download ArcGIS Online basemap tiles prior to deploying a .NET Runtime application. The tiles must be requested and downloaded directly from the .NET Runtime application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link provides sample code that uses the ExportTileCache class to make the request from the Runtime application. &lt;A href="https://developers.arcgis.com/net/sample-code/ExportTileCache/" title="https://developers.arcgis.com/net/sample-code/ExportTileCache/"&gt;Export Tile Cache | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again everyone for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 15:42:29 GMT</pubDate>
    <dc:creator>JenniferLink</dc:creator>
    <dc:date>2015-03-25T15:42:29Z</dc:date>
    <item>
      <title>ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74388#M793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;At the Developer Summit this year, I saw that you should now be able to take the ArcGIS Online Basemaps (such as the World Street Map), and export an area of interest to a tile cache that an application can use offline.&amp;nbsp; Does anyone know where I would find this information? &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:26:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74388#M793</guid>
      <dc:creator>JenniferLink</dc:creator>
      <dc:date>2015-03-23T16:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74389#M794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A number of the Esri basemaps have been optimised for offline use. These can be identified by looking for the "for export" option: &lt;A href="http://www.arcgis.com/home/search.html?q=for%20export&amp;amp;t=content&amp;amp;focus=layers" title="http://www.arcgis.com/home/search.html?q=for%20export&amp;amp;t=content&amp;amp;focus=layers"&gt;http://www.arcgis.com/home/search.html?q=for%20export&amp;amp;t=content&amp;amp;focus=layers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;World Street Map: &lt;A href="http://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d" title="http://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d"&gt;http://www.arcgis.com/home/item.html?id=e384f5aa4eb1433c92afff09500b073d&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then take the basemap offline by creating a tile package: &lt;A href="http://doc.arcgis.com/en/collector/android/collect-data/offline-use.htm" title="http://doc.arcgis.com/en/collector/android/collect-data/offline-use.htm"&gt;Go offline—Collector for ArcGIS | ArcGIS&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74389#M794</guid>
      <dc:creator>AndySmith</dc:creator>
      <dc:date>2015-03-23T16:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74390#M795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply. I see from the link you provided that ESRI included the following documentation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #4d4d4d;"&gt;"This map service is &lt;STRONG&gt;designed to support exporting &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;small volumes of &lt;/STRONG&gt;&lt;SPAN style="color: #4d4d4d;"&gt;&lt;STRONG&gt;basemap tiles for offline use&lt;/STRONG&gt;, according to the access and use constraints below.&amp;nbsp; This map service will enable you to export up to 100,000 tiles in a single request."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a tool available to download these tiles from ArcGIS for Desktop or ArcGIS Pro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 17:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74390#M795</guid>
      <dc:creator>JenniferLink</dc:creator>
      <dc:date>2015-03-23T17:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74391#M796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These basemaps can just be added to your webmap. It can then be opened in Collector and when you select to take it offline, the basemap will also be taken offline (i.e. the tiles will be downloaded - up to 100,000 tiles).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 17:22:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74391#M796</guid>
      <dc:creator>AndySmith</dc:creator>
      <dc:date>2015-03-23T17:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74392#M797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jennifer, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy seems to have correctly provided the relevant links and information to taking Esri basemaps offline with the mobile Collector app. When I read your posts I'm wondering if your intent is take basemaps offline with ArcGIS Desktop or Pro? It's not a common workflow which is why I asked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, on a side note, but possibly relevant. Taking Esri basemap data offline with Collector has a file size limit of 5MB which you can overcome if you create&lt;A href="http://blogs.esri.com/esri/arcgis/2014/03/23/using-your-own-basemap-layers-with-collector-for-arcgis/"&gt; tile packages of your own basemaps.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 17:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74392#M797</guid>
      <dc:creator>BenGrod</dc:creator>
      <dc:date>2015-03-23T17:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74393#M798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created a mobile application based on the ArcGIS Runtime for .NET. Currently we provide offline basemaps to the end user by creating a tile package (.tpk), and side loading this file onto the device. What we would like to do instead is create a tile package based on the ArcGIS Online World Street Map so we do not have to create the symbology ourselves at the different scale levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that there might be tools in the latest version of ArcGIS for Desktop or ArcGIS Pro to create these tile packages, similar to the 'Create ArcGIS Runtime Content' tool or the 'Create Tile Package' tools that are both in ArcGIS for Desktop. Currently, it seems you cannot use those tools with ArcGIS Online content.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 20:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74393#M798</guid>
      <dc:creator>JenniferLink</dc:creator>
      <dc:date>2015-03-23T20:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74394#M799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jennifer, I think an Esri employee might be more suited to answer that question but as I understand it the ArcGIS Online content is not available or accessible to create tile packages against. Through different licensing Esri makes &lt;A href="http://resources.arcgis.com/en/communities/arcgis-content/029700000038000000.htm"&gt;Data and Maps for Server&lt;/A&gt; available which is essentially the data behind some of the AGOL content. You may want to explore that, it is possible to create tile packages off of content hosted on your local ArcGIS Server. Hope this helps and good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 22:02:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74394#M799</guid>
      <dc:creator>BenGrod</dc:creator>
      <dc:date>2015-03-23T22:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74395#M800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following help page from the Runtime SDK for .NET explains how to "Create a basemap from a tiled service (download a basemap)":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm#ESRI_SECTION1_286D33A9E13C4BFDA57428D9A0B88D22" title="https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm#ESRI_SECTION1_286D33A9E13C4BFDA57428D9A0B88D22"&gt;Create an offline map—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are able to download it as a tile package (up to 100,000 tiles).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 08:41:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74395#M800</guid>
      <dc:creator>AndySmith</dc:creator>
      <dc:date>2015-03-24T08:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74396#M801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thanks for all the information you provided, it was very helpful in tracking down the options available to me. To sum up, I was looking for a tool to download ArcGIS Online basemap tiles so that I could side load a tile package (.tpk) file onto an ArcGIS Runtime for .NET application prior to deployment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up contacting ESRI support, and they confirmed your responses. At this time, there is no tool available to download ArcGIS Online basemap tiles prior to deploying a .NET Runtime application. The tiles must be requested and downloaded directly from the .NET Runtime application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link provides sample code that uses the ExportTileCache class to make the request from the Runtime application. &lt;A href="https://developers.arcgis.com/net/sample-code/ExportTileCache/" title="https://developers.arcgis.com/net/sample-code/ExportTileCache/"&gt;Export Tile Cache | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again everyone for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 15:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74396#M801</guid>
      <dc:creator>JenniferLink</dc:creator>
      <dc:date>2015-03-25T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74397#M802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This 100,000 number is that configurable via ArcGIS Server?&amp;nbsp; I didn't realize the tile package was returning up to 100,000 tiles from the World Street Map service.&amp;nbsp; I got the offline function working but it was missing tiles from the last few zoom levels.&amp;nbsp; Lucky I checked the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 23:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74397#M802</guid>
      <dc:creator>SteveFang</dc:creator>
      <dc:date>2015-03-26T23:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74398#M803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;10.1 will let you make a Tile Package of any online layer including ESRI basemaps.&amp;nbsp; I keep a old machine around just for this.&amp;nbsp; I have gone up to a 9 gb tpk with no issues (we use this one unpacked though since it is faster).&amp;nbsp; This was taken out due to "licensing" I heard and was supposed to be put back in at 10.3.1 but it was not.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use a 3rd party product that lets us use 80+ tpk files and turn them on and off like layers (not just for basemap).&amp;nbsp; It also lets us use a SD Card so we can carry around 30+GB of tpks covering all our area.&amp;nbsp; In testing the sd card was just as fast if not faster than internal.&amp;nbsp; Really hope Collector gets this at some point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 20:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74398#M803</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2015-09-02T20:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74399#M804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From my understanding, you can configure the max number of the tiles returned. You can think it similar setting than max rows returned on queries. Just see server documentation for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also remember that when providing large TPK areas to offline applications, you can create application that splits specific extent to multiple tpks and then side load those to the application. In application side, you need to create functionality to load these tpks though but that shouldn't be too involving. This approach also gives better control/update workflow for tiles since you can update only specific regions if needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 07:59:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74399#M804</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-09-03T07:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74400#M805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an example for Android comparable to this .net example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74400#M805</guid>
      <dc:creator>JohnDaues1</dc:creator>
      <dc:date>2015-10-28T14:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74401#M806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking something like this?&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=https%3A%2F%2Fdevelopers.arcgis.com%2Fandroid%2Fsample-code%2Fexport-tile-cache%2F" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/android/sample-code/export-tile-cache/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 14:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74401#M806</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-10-28T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74402#M807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the 3rd party product you are using? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 00:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74402#M807</guid>
      <dc:creator>PaulFerro</dc:creator>
      <dc:date>2015-11-20T00:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74403#M808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I can post that here but you have no PM info in your profile so....&amp;nbsp; It is MobileMap by Mason Bruce &amp;amp; Girard - talk to Kerry Halligan he is the developer (they are a Esri partner and it does use the Esri API).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go with it let me know and maybe I can share some of the scripts I use to build all the TPKs each weekend.&amp;nbsp; I have 4 or 5 open Esri bugs on the TPK tools so I can help with the tricks needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 00:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74403#M808</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2015-11-20T00:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74404#M809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wanted to post this funny info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Survey123 is now allowing you to use any TPK or tile cache from a SD Card.&amp;nbsp; So one group in Esri says no while another says sure!&amp;nbsp; Imagine if we could ever get the different groups in Esri to talk to each other.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the bold and underline below.&amp;nbsp; I tested it and it works - just pointed it to the directory of TPKs I already have on my SD Card.&amp;nbsp; My large imagery TPK is a bit slow but Survey123 said it should find unzipped ones also (which is what we do for speed in our other app) - it does not so I am asking them on that.&lt;/P&gt;&lt;P&gt;--------------&lt;/P&gt;&lt;H1&gt;Whats new in this release&lt;/H1&gt;&lt;P&gt;Survey123 now supports the use of offline basemaps. These basemaps must be of the Esri file type of tile package and web mercator projection. Tile packages can be created using ArcGIS Desktop or ArcGIS Pro.&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE&gt;Note:Currently there are many manual steps required to use basemaps in your survey. It is expected that a more streamlined process will be added, but we wanted to make the functionality available as soon as possible. This topic will be updated as the user experience of including basemaps in your survey, evolves. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Create a map tile package&lt;/P&gt;&lt;P&gt;You can create a map tile package using ArcGIS Desktop or Pro. Once created you can copy it directly to your device for use in Survey123 or share it in ArcGIS for others to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a map tile package:&lt;/P&gt;&lt;P&gt;Launch ArcGIS Pro. &amp;lt; li&amp;gt;Open an existing map or create a new map. Ensure your map has a suitable name and description. To edit these, right click the map in the table of contents, and choose properties.&lt;/P&gt;&lt;P&gt;In Toolbox, choose the Create Map Tile Package tool and enter the input map name and the output file name.&lt;/P&gt;&lt;P&gt;Input map name and output file name are the minimum requirements for this tool. You can optionally enter other properties.&lt;/P&gt;&lt;P&gt;Run the Create Map Tile Package tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A new .tpk will be created in your chosen output location. To use this file in Survey123 you can upload it to ArcGIS to share with others, or manually copy it to your device. Copy your tile package directly to your device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not have internet connectivity or are unable to connect to ArcGIS, you can copy your tile package directly to your device,&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; or use it from an external storage card.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To copy your tile package directly to your device:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect to your device If you are using an iOS device, you will need to use iTunes.&lt;/P&gt;&lt;P&gt;Copy you .tpk to your ~\ArcGIS\My Surveys\Maps folder. For example, on Windows this would be C:\Users\UserName\ArcGIS\My Surveys\Maps.&lt;/P&gt;&lt;P&gt;If you already had Survey123 open before copying, restart Survey123.&lt;/P&gt;&lt;P&gt;To use your tile package from an external storage card:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Copy your tile package to your storage card and place the card in your device. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Launch Survey123 on your device and on the My Surveys menu, choose Settings .&lt;/P&gt;&lt;P&gt;Nominate an additional Map Library Folder that represents your storage card. The default path of ~/ArcGIS/My Surveys/Maps will already be shown. You can add additional paths by - Typing the additional path directly into the edit box (use a semi colon to separate paths). - Use the folder browser to select an additional path. Any path selected will be appended to your Map Library Folder.&lt;/P&gt;&lt;P&gt;When you next open a survey that has the map append property set to true, tile packages on your storage card will be appended to the list of available basemaps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 18:48:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74404#M809</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2015-12-17T18:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74405#M810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Andy Smith, in Portal for ArcGIS, what action actually downloads the tiles from this URL &lt;SPAN style="margin-left: 1.5em;"&gt;&lt;A href="https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer" target="_blank" title="https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"&gt;https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer&lt;/A&gt;&lt;/SPAN&gt; to our Portal's server with this URL: &lt;A href="https://gisportal.southernco.com/portal/home/item.html?id=2b1ed0578d2d460783f54c8045e752ab" title="https://gisportal.southernco.com/portal/home/item.html?id=2b1ed0578d2d460783f54c8045e752ab"&gt;https://gisportal.ourdomain.com/portal/home/item.html?id=someGUIDitemID12345678&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74405#M810</guid>
      <dc:creator>RenatoSalvaleon</dc:creator>
      <dc:date>2016-04-01T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74406#M811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw this link - &lt;A href="http://server.arcgis.com/en/portal/10.3/administer/windows/example-prepare-esri-basemaps-for-use-in-offline-workflows.htm" title="http://server.arcgis.com/en/portal/10.3/administer/windows/example-prepare-esri-basemaps-for-use-in-offline-workflows.htm"&gt;Example: Prepare Esri basemaps for use in offline workflows—Portal for ArcGIS (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt; .&amp;nbsp; Is this it? Is there an easier way &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/blush.png" /&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 15:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74406#M811</guid>
      <dc:creator>RenatoSalvaleon</dc:creator>
      <dc:date>2016-04-01T15:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Online Basemaps: Creating a Tile Cache for Offline Use</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74407#M812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found out that ArcPro 1.2 will now allow creating TPKs of web services including Esri basemaps.&amp;nbsp; I just tested a small section so not sure the limits yet.&amp;nbsp; Hopefully this was on purpose and does not get shut down.&amp;nbsp; Not the easiest thing to use but it makes them quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.4 does still not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 19:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-online-basemaps-creating-a-tile-cache-for/m-p/74407#M812</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2016-04-05T19:01:41Z</dc:date>
    </item>
  </channel>
</rss>

