<?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: Using Online Basemaps/Tiles as local packages in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299719#M1479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, I should be able to add the WTM basemap in ArcMap, then share it as a TPK and when I load it in my app in the internet-less machine, it should work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2013 12:17:07 GMT</pubDate>
    <dc:creator>GeorgeFaraj</dc:creator>
    <dc:date>2013-04-25T12:17:07Z</dc:date>
    <item>
      <title>Using Online Basemaps/Tiles as local packages</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299717#M1477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to download the data for ArcMap's basemaps (like the World Topographic Map for example) and load it into my application in a machine that doesn't have internet access?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 15:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299717#M1477</guid>
      <dc:creator>GeorgeFaraj</dc:creator>
      <dc:date>2013-04-18T15:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using Online Basemaps/Tiles as local packages</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299718#M1478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As far as I know, no you won't be able to do that. You would have to make your own basemap in an MXD and then create a tile package out of it. Esri provide the topographic map template in the community maps gallery, so you could just add your data to that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 08:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299718#M1478</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2013-04-25T08:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Online Basemaps/Tiles as local packages</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299719#M1479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, I should be able to add the WTM basemap in ArcMap, then share it as a TPK and when I load it in my app in the internet-less machine, it should work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 12:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299719#M1479</guid>
      <dc:creator>GeorgeFaraj</dc:creator>
      <dc:date>2013-04-25T12:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Online Basemaps/Tiles as local packages</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299720#M1480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh if you add the World topo &lt;/SPAN&gt;&lt;STRONG&gt;map service&lt;/STRONG&gt;&lt;SPAN&gt; into ArcMap and create a tile package out of that it won't work. You would have to download the World topo template mxd and point it at your own data e.g. feature classes, shapefiles etc. then create a tile package out of that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 02:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299720#M1480</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2013-04-26T02:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Online Basemaps/Tiles as local packages</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299721#M1481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The thing is, I don't know what shapefiles will be used in my app beforehand. The user can load any number of shapefiles/MPKs/GDBs/etc into the map, I just want to have a default basemap added at the beginning. Can I just download the topographic MXD and save it as a TPK without any extra shape files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: Where do I download that MXD?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 11:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/using-online-basemaps-tiles-as-local-packages/m-p/299721#M1481</guid>
      <dc:creator>GeorgeFaraj</dc:creator>
      <dc:date>2013-04-26T11:55:01Z</dc:date>
    </item>
  </channel>
</rss>

