OverviewMap Web Control does not refresh or display the map when a map service is dynamically changed.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM034409
Submitted
April 18, 2008
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.2
Program language
C#
Status
Duplicate
The issue is a duplicate of an existing issue. See the issue's Additional Information section for details. Customers associated with the duplicate issue are automatically attached to the open issue.
Additional Information
Duplicate of NIM03256 - Chnaging the primary resource of a Map through a callback will show a blank OverviewMap
Workaround
Workaround:Set the name of the MapResourceItem to default (MapResourceItem0) or not set it explicitly.Remove the following statement from Default.apsx.cs:<a href="http://mapResourceInfo.Name" target="_blank">mapResourceInfo.Name</a> = "Cities_WGS84";//Replace to test: Zipcodes_NAD83Run the application again and click Callback button, the OverviewMap refreshes this time.