laptop and a wrench

不具合

The LayerList widget does not function correctly when layers are added as an array.

最後に公開された状態: January 12, 2016 ArcGIS API for JavaScript
不具合 ID 番号 BUG-000093428
送信されましたJanuary 11, 2016
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン3.15
オペレーティング システムWindows OS
オペレーティング システムのバージョン7.0 64 Bit
ステータスNon-Reproducible

参考情報

This is not a bug. The layer in the array needs to be defined with a lower-case l as shown in the JSAPI documentation. The app should work if updated as shown below. var myWidget = new LayerList({ map: map, layers:[ { layer: featureL0, id: "Waterbodies", visibility: true }, { layer: featureL1, id: "Rivers" } ] },"layerList"); myWidget.startup(); In the above, the word "layer" needs to use a lower-case l.

再現の手順

不具合 ID: BUG-000093428

ソフトウェア:

  • ArcGIS API for JavaScript

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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