laptop and a wrench

Bug

Zooming out to an extereme scale will fail with an 'Invalid arguement' error

Zuletzt veröffentlicht: August 25, 2014 ArcGIS Server (.NET)
Bug-ID-Nummer NIM039387
EingereichtOctober 17, 2008
Zuletzt geändertApril 2, 2025
Gilt fürArcGIS Server (.NET)
Gefunden in Version9.3
BetriebssystemWindows OS
BetriebssystemversionXP
StatusWill Not Be Addressed

Zusätzliche Informationen

No Public Explanation

Workaround

Insert the following code in the Default.aspx of the application and adjust the minZoom and maxZoom properties for the spatial reference and scale of your data.<script language="javascript" type="text/javascript"> Sys.Application.add_init(function() { $find('Map1').set_minZoom(0.1); $find('Map1').set_maxZoom(1); });</script>For more details on these properties, see the following:<a href="http://resources.esri.com/help/9.3/ArcGISServer/adf/dotnet/NET_ADFJS/html/Properties_T_J_ESRI_ADF_UI_MapBase.htm#seeAlsoToggle" target="_blank">http://resources.esri.com/help/9.3/ArcGISServer/adf/dotnet/NET_ADFJS/html/Properties_T_J_ESRI_ADF_UI_MapBase.htm#seeAlsoToggle</a>

Schritte zur Reproduzierung

Bug-ID: NIM039387

Software:

  • ArcGIS Server (.NET)

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln