用于导出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)
  1. {
  2. "operationalLayers": [],
  3. "baseMap": {
  4. "baseMapLayers": [
  5. {
  6. "id": "defaultBasemap",
  7. "opacity": 1,
  8. "visibility": true,
  9. "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"
  10. }
  11. ],
  12. "title": "Topographic"
  13. },
  14. "exportOptions": {
  15. "dpi": 300,
  16. "outputSize": [
  17. 1280,
  18. 1024
  19. ]
  20. }
  21. }

以上是关于用于导出Web映射任务的Esri Web映射的示例JSON表示的主要内容,如果未能解决你的问题,请参考以下文章

将 MSSQL 中用于 Web 映射(Leaflet、Openlayer、OpenStreetMaps、GoogleAPI 等)的投影更改为 WSG48 或任何其他格式

NHibernate 中的映射表枚举

servlet虚拟路径映射

ArcGis Esri 自定义弹出窗口

win10下 java web Tomcat 配置,内网能访问,路由器做了端口映射后,用外网不能访问

为啥我的控制器中的根路径映射到 Spring Boot Web 应用程序中的 index.html?