laptop and a wrench

Error

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

Última publicación: January 12, 2016 ArcGIS API for JavaScript
Número de ID del error BUG-000093428
EnviadoJanuary 11, 2016
Última modificaciónJune 5, 2024
Relacionado conArcGIS API for JavaScript
Versión encontrada3.15
Sistema operativoWindows OS
Versión de sistema operativo7.0 64 Bit
EstadoNon-Reproducible

Información adicional

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.

Pasos para reproducir

ID del error: BUG-000093428

Software:

  • ArcGIS API for JavaScript

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga