laptop and a wrench

Bug

After a tile map package is loaded, the SetViewpointAsync() method animates only to the east/west direction and ignores the north/south direction.

Zuletzt veröffentlicht: April 14, 2017 ArcGIS Runtime SDK for Xamarin
Bug-ID-Nummer BUG-000102852
EingereichtFebruary 10, 2017
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Runtime SDK for Xamarin
Gefunden in Version100.0.0
BetriebssystemWindows OS
Betriebssystemversion8.1
StatusWill Not Be Addressed

Zusätzliche Informationen

This is by design. The first Layer loaded by the Map determines the Spatial Reference of the Map and the effective maximum extent. In the case of the reproducer, it is still possible to pan E/W because wraparound is enabled (by default). If the MapView.WrapAroundMode property is set to WrapAroundMode.Disabled, then the extent is restricted in both the N/S and E/W directions. To enable a larger navigable extent, pass the desired Spatial Reference into the Map constructor and optionally an InitialViewpoint for the initial extent, as shown in the example code below: Map map = new Map(SpatialReferences.WebMercator); map.Basemap.BaseLayers.Insert(0, localTiledLayer);

Schritte zur Reproduzierung

Bug-ID: BUG-000102852

Software:

  • ArcGIS Runtime SDK for Xamarin

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