laptop and a wrench

Error

Overview Widget does not display the map if non-default settings are used.

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM063835
EnviadoDecember 28, 2010
Última modificaciónApril 2, 2025
Relacionado conNo Product Found
Versión encontradaOther
Lenguaje del programaFlex
Versión corregida10
EstadoFixed

Información adicional

Fixed in version 2.3

Solución alternativa

One of the ways:Modify the function sequence1_effectStartHandler as below private function sequence1_effectStartHandler(event:EffectEvent):void { if (currentState == "expanded") { var url:String = configXML.layer.@url; if (baseMapSwitched) { showCurrentBaseMap(currentBaseMapId); } else { // on start up and if basemap is not switched for (var i:int = 0; i < configData.basemaps.length; i++) { var basemapLabel:String = configData.basemaps[i].label; var isVisible:Boolean = configData.basemaps[i].visible; for each (var layer:Layer in ovMap.layers) { if (layer.id == basemapLabel) { layer.visible = isVisible; } else if(url) { if (!(layer is GraphicsLayer && layer.name == "overviewMapGraphicsLayer" )) { layer.visible = true; } } } } } } }

Pasos para reproducir

ID del error: NIM063835

Software:

  • No Product Found

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