laptop and a wrench

Error

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

Última publicación: April 14, 2017 ArcGIS Runtime SDK for Xamarin
Número de ID del error BUG-000102852
EnviadoFebruary 10, 2017
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime SDK for Xamarin
Versión encontrada100.0.0
Sistema operativoWindows OS
Versión de sistema operativo8.1
EstadoWill Not Be Addressed

Información adicional

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);

Pasos para reproducir

ID del error: BUG-000102852

Software:

  • ArcGIS Runtime SDK for Xamarin

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga