{ "name": "ExportWebMap", "displayName": "ExportWebMap for MAGIC", "description": "Takes the state of a web application (for example, included services, layer visibility settings, and client-side graphics) and returns a printable page layout or basic map of the specified area of interest with MAGIC templates.", "category": "", "helpUrl": "https://gisdev.landmarkcloud.co.uk/arcgis/rest/directories/arcgisoutput/MAGIC_Pro/ExportWebMapPro33new_GPServer/MAGIC_Pro_ExportWebMapPro33new/ExportWebMap.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web Map as JSON", "description": "A JSON representation of the state of the map to be exported as it appears in the web application. See the ExportWebMap specification to understand how this text should be formatted. The ArcGIS web APIs allow developers to easily get this JSON string from the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Output File", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "The format in which the map image for printing will be delivered.PDF \u2014 Portable Document Format. This is the default.PNG8 \u2014 8-bit Portable Network GraphicsPNG32 \u201432-bit Portable Network GraphicsJPG \u2014 Joint Photographic Experts GroupGIF \u2014 Graphics Interchange FormatEPS \u2014 Encapsulated PostScriptSVG \u2014 Encapsulated PostScriptSVGZ \u2014 Compressed Scalable Vector Graphics", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG32", "PNG8", "JPG", "GIF", "TIFF" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": "Layout Template", "direction": "esriGPParameterDirectionInput", "defaultValue": "MAP_ONLY", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "A4 Portrait", "Map Only Portrait", "A3 Landscape", "A4 Landscape", "A3 Portrait", "A3 Portrait \u2013 large legend", "Map Only Landscape", "A3 Landscape \u2013 large legend", "MAP_ONLY" ] } ] }