{ "name": "ExportWebMap", "displayName": "ExportWebMap", "description": "Returns a printable page layout or basic map of a specified area of interest based on the state of a web app (for example, included services, layer visibility settings and client-side graphics).", "category": "", "helpUrl": "https://maps.norfolk.ca/arcgis/rest/directories/arcgisoutput/Printing_Services/Print_Service_Internal_GPServer/Printing_Services_Print_Service_Internal/ExportWebMap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web Map", "description": "Receives WebMapAsJSON from the app's print widget. DO NOT TOUCH.", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Automatically maps to the Server Jobs folder when published. NO NOT TOUCH.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "File extension for output from print widget. Must update Python script if changing.", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PNG", "PDF", "JPG", "EPS", "SVG", "AIX", "TIFF" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": "The template which will serve as the default export option.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Report_Map", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "11x17_Landscape", "11x17_Portrait", "8.5x11_Landscape_No_Legend", "8.5x11_Landscape_With_Legend", "8.5x11_Portrait_No_Legend", "8.5x11_Portrait_With_Legend", "Report_Map", "MAP_ONLY" ] } ] }