{ "name": "ExportWebMapExt", "displayName": "Export Web Map", "description": "Rozšířená tisková služba s možností exportu mapového výstupu spolu s vícestránkovou legendou do PDF a HTML formátu, případně JPG (bez legendy).", "category": "", "helpUrl": "https://mapy.geology.cz/arcgis/rest/directories/arcgisoutput/Tisk/WAB_tisk_en_GPServer/Tisk_WAB_tisk_en/ExportWebMapExt.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 in the ArcGIS Help to understand how this text should be formatted. The ArcGIS web APIs (for JavaScript, Flex, Silverlight, etc.) allow developers to easily get this JSON string from the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "operationalLayers": [ { "id": "ZABAGED_hillshade_736", "url": "https://mapy.geology.cz/arcgis/rest/services/Topografie/ZABAGED_hillshade/MapServer", "opacity": 1, "layerType": "ArcGISMapServiceLayer" } ], "baseMap": { "title": null, "baseMapLayers": [] }, "mapOptions": { "extent": { "type": "extent", "xmin": -712729.1873295587, "ymin": -1195827.8316924365, "xmax": -490478.74282866967, "ymax": -1106001.6103733273, "spatialReference": { "wkid": 102067, "latestWkid": 5514 } }, "scale": 500000, "spatialReference": { "wkid": 102067, "latestWkid": 5514 } }, "exportOptions": { "dpi": 150, "outputSize": [ 2625.0052500105, 1060.9396218792426 ] } }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Output file name. The extension of the file depends on the output file format. ", "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. The following strings are accepted. PDF HTML JPG", "direction": "esriGPParameterDirectionInput", "defaultValue": "HTML", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "HTML", "JPG" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": " Either a name of a template from the list or the keyword MAP_ONLY. When MAP_ONLY is chosen or an empty string is passed in, the output map does not contain any page layout surroundings (for example title, legends, scale bar, and so forth) ", "direction": "esriGPParameterDirectionInput", "defaultValue": "MAP_ONLY", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "A4 Landscape with overview", "A4 Landscape", "A4 Portrait", "A5 Landscape", "A5 Portrait", "MAP_ONLY" ] }, { "name": "Include_Legend", "dataType": "GPBoolean", "displayName": "Include legend", "description": "Zda má být součástí tiskového výstupu také samostatná legenda.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }