laptop and a wrench

Bug

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

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM063835
SubmittedDecember 28, 2010
Last ModifiedApril 2, 2025
Applies toNo Product Found
Version foundOther
Program languageFlex
Version Fixed10
StatusFixed

Additional Information

Fixed in version 2.3

Workaround

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; } } } } } } }

Steps to Reproduce

Bug ID: NIM063835

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options