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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動