laptop and a wrench

漏洞

Directions widget loads stops out of order when working with multiple locations as input with addStops() method.

上次发布: October 24, 2018 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000115490
已提交July 19, 2018
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本3.25
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Will Not Be Addressed

附加信息

Use provided workaround.

解决办法

Use the addStop() method and loop through the array of stops to add to widget one at a time. For example:stopsAdding = [stop1, stop2, stop3, etc];for (var i = 0; i <  stopsAdding.length; i++) {          directions.addStop(stopsAdding[i]);        };

重现步骤

漏洞 ID: BUG-000115490

软件:

  • ArcGIS API for JavaScript

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项