laptop and a wrench

漏洞

The onLoad event does not work for Web Map Service (WMS) layer classes.

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

附加信息

Use the workaround provided: Call the onLoad() method after the on load event. For example: wmsLayer.on("load", function(layer) { console.log("WMS Layer"); }); wmsLayer.onLoad();

解决办法

Call the onLoad() method after the load event. For example:wmsLayer.on("load", function(layer) {          console.log("WMS Layer");        });        wmsLayer.onLoad();

重现步骤

漏洞 ID: BUG-000116841

软件:

  • ArcGIS API for JavaScript

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项