[GIS] Seeking ArcGIS *.tpk maps to buy / download

arcgis-10.2arcgis-api-wpfdatatile-package

I have an ArcGIS for WPF application capable of displaying both online (ESRI map server) and local (*.tpk files) basemaps. I currently have a need to be able to load a basemap of China on a machine that has no internet / network connection.

My initial thought was to find / purchase / generate a tpk file (or similar) that can be copied onto the drive of the machine in question, but I am having trouble finding such a thing.

Are basemaps available as tiled packages that can be accessed in such a manner?

I am aware that they can be rather large.

Best Answer

You can go two ways.

  1. Use GP tool Create Map Tile Package (Data Management) (when you have a map document with vector data you want to rasterize and store within a tile package file). If you don't have vector data, consider taking a look at Data and Maps for ArcGIS.
  2. Use GP tool Export Tile Cache (Data Management) (when you have a GIS service map cache dataset and want to convert it to the tile package). The Esri basemaps are available for purchase as Data and Maps for Server - you'll get the cache dataset which you can convert to tile package. Caveat: check whether this operation is licensed; keep in mind that you don't get into larger scales in this cache dataset).

PS. Helpful tip for enabling ArcGIS Runtime sharing in ArcMap and more general information on tile packages and Runtime content.