{ "name": "GeoJSONTool", "displayName": "GeoJSON to SHP or KML", "description": "Convert GeoJSON to zipped shapefile or KML. Supports Florida State Plane projection.", "category": "", "helpUrl": "https://gis.drmp.com/arcgis/rest/directories/arcgisoutput/GeoJSONTool_CUSTOMWIDGET_GPServer/GeoJSONTool_CUSTOMWIDGET/GeoJSONTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "input_geojson", "dataType": "GPString", "displayName": "Input GeoJSON (String or File Path)", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "state_plane_zone", "dataType": "GPString", "displayName": "State Plane Zone", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "Florida East", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Florida East", "Florida West", "Florida North" ] }, { "name": "export_format", "dataType": "GPString", "displayName": "Export Format", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "Shapefile (ZIP)", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Shapefile (ZIP)", "KML" ] }, { "name": "output_file", "dataType": "GPDataFile", "displayName": "Output File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }