用于导出Web映射任务的Esri Web映射的示例JSON表示
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用于导出Web映射任务的Esri Web映射的示例JSON表示相关的知识,希望对你有一定的参考价值。
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)
{ "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 ] } }
以上是关于用于导出Web映射任务的Esri Web映射的示例JSON表示的主要内容,如果未能解决你的问题,请参考以下文章
将 MSSQL 中用于 Web 映射(Leaflet、Openlayer、OpenStreetMaps、GoogleAPI 等)的投影更改为 WSG48 或任何其他格式