laptop and a wrench

漏洞

Graphics remain in the same location in the browser window when zooming in ArcGIS API for JavaScript 3.21, where the graphics are created from the ArcGIS Online web map based on the map's FeatureLayer query.

上次发布: January 5, 2021 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000108316
已提交September 26, 2017
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本3.21
操作系统N/A
操作系统版本N/A
状态Known Limit

附加信息

This is as designed.

解决办法

Construct a new graphic from each graphic in the query result FeatureSet:Example:rather than:lyrSummary.add(r.features[i]);use the following:lyrSummary.add(new Graphic(r.features[i].toJson());

重现步骤

漏洞 ID: BUG-000108316

软件:

  • ArcGIS API for JavaScript

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项