Return to Snippet

Revision: 64782
at September 19, 2013 16:48 by azmi


Initial Code
{
    "operationalLayers": [],
    "baseMap": {
        "baseMapLayers": [
            {
                "id": "defaultBasemap",
                "opacity": 1,
                "visibility": true,
                "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"
            }
        ],
        "title": "Topographic"
    },
    "exportOptions": {
        "dpi": 300,
        "outputSize": [
            1280,
            1024
        ]
    }
}

Initial URL


Initial Description
A sample JSON representation of an Esri Web map based on the [ExportWebMap specifications](
http://resources.arcgis.com/en/help/rest/apiref/exportwebmap_spec.html)

The JSON is a parameter to be input into the [Export Web Map task](
http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute)

Initial Title
Sample JSON representation of an Esri Web Map for Export Web Map task

Initial Tags
web, json

Initial Language
Other