The graphicslayer is covered by other maps when Map.RefreshResource is used with three or more map services.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM037798
Submitted
August 25, 2008
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.3
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
NIM036082
Workaround
OPTION #1: Use the Map.Refresh method rather than just refreshing the individual resources.OPTION #2: adfMap.RefreshResource("GraphicsLayer") at the end of the IServerAction.ServerAction method. // Refresh graphicslayer in the tool action to prevent graphic from dissapearing // inbetween refreshs adfMap.RefreshResource("GraphicsLayer");