Getting KMZ Files from ArcGIS Servers

People always are asking for Google Earth KMZ files for things on ArcMap Mapservers.

Except where disabled, you can get your Google Earth file by tacking this on to server URL: query?where=1%3D1&f=kmz

For example, for a KMZ file of DEC Primative Campsites you could go to this URL:

http://gisservices.dec.ny.gov/arcgis/rest/services/dil/dil_land_assets_prm_cmp/MapServer/0/query?where=1%3D1&f=kmz

On servers that disable KMZ export, you can get the GeoJSON which Google Earth can also use (minus icons and styling): query?where=1%3D1&f=json

Leave a Reply

Your email address will not be published. Required fields are marked *