laptop and a wrench

漏洞

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

上次发布: April 14, 2017 ArcGIS Runtime SDK for Xamarin
漏洞 ID 编号 BUG-000102852
已提交February 10, 2017
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK for Xamarin
找到的版本100.0.0
操作系统Windows OS
操作系统版本8.1
状态Will Not Be Addressed

附加信息

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

重现步骤

漏洞 ID: BUG-000102852

软件:

  • ArcGIS Runtime SDK for Xamarin

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项