laptop and a wrench

Bug

Setting the primary map resource to local datasource causes 'Data Not Available' error to be displayed for ArcGIS Server Internet resource.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM011508
EingereichtSeptember 7, 2007
Zuletzt geändertMarch 19, 2025
Gilt fürNo Product Found
Gefunden in Version9.2
ProgrammspracheVB.Net
Behoben in VersionN/A
StatusFixed

Zusätzliche Informationen

documented

Workaround

Set up http://services.arcgisonline.com/v92, I3_Imagery_Prime_World_2D as the primary map resource. As now the initial extent of the map will be the extent of the internet service, add the following lines of code to show the map at the local data’s extent initially.Protected Sub Page_PreRenderComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRenderComplete Dim mf As ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapFunctionality = Map1.GetFunctionality(0) Map1.Extent = ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Converter.ToAdfEnvelope(mf.MapDescription.MapArea.Extent) End Sub

Schritte zur Reproduzierung

Bug-ID: NIM011508

Software:

  • No Product Found

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