ArcGIS and Tiled Maps: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 22: Line 22:


What does it mean "Automatically select location" vs "Use user specified location"?
What does it mean "Automatically select location" vs "Use user specified location"?
=== TPK file contents ===


[http://gis.stackexchange.com/questions/60233/decompress-tile-package It is a zip file], which is what I expected. Inside the zip are "bundle" files which are in [http://gdbgeek.wordpress.com/2012/08/09/demystifying-the-esri-compact-cache/ "Compact cache" format].  
[http://gis.stackexchange.com/questions/60233/decompress-tile-package It is a zip file], which is what I expected. Inside the zip are "bundle" files which are in [http://gdbgeek.wordpress.com/2012/08/09/demystifying-the-esri-compact-cache/ "Compact cache" format].  
Line 31: Line 33:
  esriinfo/thumbnail/thumbnail.png
  esriinfo/thumbnail/thumbnail.png
  v101/Web Mercator Map/conf.cdi
  v101/Web Mercator Map/conf.cdi
  v101/Web Mercator Map/conf.xml
  v101/Web Mercator Map/[[Image:conf.xml]]
                       _alllayers/L00/R0000C0000.bundle
                       _alllayers/L00/R0000C0000.bundle
                       _alllayers/L00/R0000C0000.bundlx
                       _alllayers/L00/R0000C0000.bundlx
Line 40: Line 42:
  .
  .
  v101/Web Mercator Map.lyr
  v101/Web Mercator Map.lyr





Revision as of 23:00, 9 January 2014

Overview

You can design beautiful maps in ArcGIS For Desktop. You can ship the MXD file off to ArcGIS For Server to turn them into web maps.

But what if you want to create a map in ArcMap and then turn it into a map displayed in some less expensive web server?

  1. Create map in ArcMap
  2. Generate tile package
  3. Copy tile package to server
  4. Server unpacks tile package and service contents.

Voila!

Is this possible?

What is a tile package?

ESRI help page: About tile packages

What does "Enable ArcGIS Runtime Tools" mean?

What does it mean "Automatically select location" vs "Use user specified location"?

TPK file contents

It is a zip file, which is what I expected. Inside the zip are "bundle" files which are in "Compact cache" format.

unzipped...

esriinfo/item.pkinfo
esriinfo/iteminfo.xml
esriinfo/thumbnail/thumbnail.png
v101/Web Mercator Map/conf.cdi
v101/Web Mercator Map/File:Conf.xml
                     _alllayers/L00/R0000C0000.bundle
                     _alllayers/L00/R0000C0000.bundlx
                     _alllayers/L01/R0000C0000.bundle
                     _alllayers/L01/R0000C0000.bundlx
.
.
.
v101/Web Mercator Map.lyr


What scales do I use

http://blogs.esri.com/esri/arcgis/2009/03/19/how-can-you-tell-what-map-scales-are-shown-for-online-maps/