laptop and a wrench

Bug

Zoom to full extent and Initial Extent not working as expected when used with cached map services created using custom projection system ETRS_1989_UTM_Zone_32N.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM011179
SubmittedAugust 23, 2007
Last ModifiedApril 2, 2025
Applies toNo Product Found
Version found9.2
Program languageC#
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

Create a custom tool for full extent using the code below :public class MapZoomInitialExtent : IMapServerCommandAction { public void ServerAction(ToolbarItemInfo info) { Map map = (Map)info.BuddyControls[0]; map.ZoomToFullExtent(); if (map.Level != 0) { map.Level = 0; } } }

Steps to Reproduce

Bug ID: NIM011179

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