{ "name": "HighResolutionMapExport", "displayName": "High Resolution Map Export", "description": "Creates a high resolution image out of given web map", "category": "", "helpUrl": "https://gis.ecdc.europa.eu/public/rest/directories/arcgisoutput/UtilitiesServices/HighResolutionMapExport_v5_update190124_GPServer/UtilitiesServices_HighResolutionMapExport_v5_update190124/HighResolutionMapExport.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Webmap as JSON", "description": "JSON String describing webmap to be printed", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Image format", "description": "Format of the print file", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "SVG", "PNG" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout template", "description": "Layout template name whitout suffix", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Non_Visible_Countries", "dataType": "GPMultiValue:GPString", "displayName": "Non-visible countries to show on the map", "description": "Countries not shown in standard basemap to be added", "direction": "esriGPParameterDirectionInput", "defaultValue": [], "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Malta", "Luxembourg", "Liechtenstein" ], "parameterInfos": [ { "name": "String", "dataType": "GPString", "displayName": "String" } ] }, { "name": "Logo", "dataType": "GPString", "displayName": "Which logo to show on the map", "description": "Logo to be visible in the print", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "EMMa" ] }, { "name": "Extra_Options", "dataType": "GPString", "displayName": "Extra options", "description": "Extra potions to be added to the Web_Map_as_JSON variable", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output file", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }