Enhanced KML Service

375
2
08-08-2012 11:56 AM
Status: Open
ShingoIkeda1
New Contributor II
Issue:
Current ArcGIS Server KML service offers KMZ file extract option with JSON Geometry clipping functionality. This REST service offers great advantage when user needs to pass geometry from web application to request for KMZ file for clients. However, it does not organize output KML elements into catagories that are defined in web service. Although it respects simbologies, kmz does not have folder structure; therefore, user will need to click thausands times just to hide the category.

Work Around:
Current workaround that ESRI support has suggested was to create group layers with definition queried layers. In order for kmz to be created, user will need to run Map2KML geoprocessing function. Even when the MXD is published, it does not provide Query function to the group level. (it does to layer level, but it is not useful). In order for web application to utilize the export KMZ with clipping would be to publish geoprocessing task using Map2KML through model builder or python. This option has only extent filter, and it does not allow user to specify unique geometry filter.

Enhancement Idea:
It would be great enhancement if KML service respect the categorical layer and generate folder structures. This would provide simple, useful KMZ with JSON geometry filtering.
2 Comments
BradfordFolta

Much needed - would replace manual extraction and formatting of KMZ files using other tools, such as ET GeoWizards

ShingoIkeda1
Following up with this issue, I have created a geoprocessing toolbox with a task process by modifying  ESRI's ClipAndShip python script. This process will execute MapToKML_conversion to extract kmz using existing mxd. This scripts executes successfully; however, it does not respect output extent and skips clipping.