laptop and a wrench

漏洞

Fail to load a web map and the error message, "Provide a geometry service to open Web Map” is returned when center and zoom properties are set in mapOptions.

上次发布: December 4, 2019 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000126912
已提交November 21, 2019
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本3.30
操作系统N/A
状态Will Not Be Addressed

附加信息

There is no plan to address this issue.

解决办法

  • Use ArcGIS API for Java Script API 3.28 or previous versions.
  • Use the extent property exclusively in .mapOption as shown in the code snippet below:

var deferred = arcgisUtils.createMap(webMapItemID, "viewDiv", {

   mapOptions: {

    center: [-93.3, 45.0],

    zoom: 10,

    slider: true,

    extent: new Extent({xmin:-20098296,ymin:-2804413,xmax:5920428,ymax:15813776,spatialReference:{wkid:102100}})

   }

    

  })

重现步骤

漏洞 ID: BUG-000126912

软件:

  • ArcGIS API for JavaScript

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项