ArcGIS and Tiled Maps: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) Created page with "== 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 t..." |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 20: | Line 20: | ||
What does "Enable ArcGIS Runtime Tools" mean? | What does "Enable ArcGIS Runtime Tools" mean? | ||
What does it mean "Automatically select location" vs "Use user specified location"? | |||
[http://gis.stackexchange.com/questions/60233/decompress-tile-package | |||
It is a zip file], which is what I expected. | |||
=== What scales do I use === | === 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/ | http://blogs.esri.com/esri/arcgis/2009/03/19/how-can-you-tell-what-map-scales-are-shown-for-online-maps/ |
Revision as of 19:51, 8 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?
- Create map in ArcMap
- Generate tile package
- Copy tile package to server
- 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"?
[http://gis.stackexchange.com/questions/60233/decompress-tile-package
It is a zip file], which is what I expected.