laptop and a wrench

漏洞

System.ArgumentException when clicking a raster layer in an ArcGIS Runtime Windows Presentation Foundation (WPF) app.

上次发布: July 16, 2018 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000114022
已提交May 16, 2018
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本100.2.1
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Will Not Be Addressed

附加信息

Change the basemap rather than the view. In the reproducer, the following code should replace what is in the OnBasemapChooserSelectionChanged method: ``` // Get the title of the selected basemap var selectedBasemapTtile = e.AddedItems[0].ToString(); // Retrieve the basemap from the dictionary var basemap = _basemapOptions[selectedBasemapTtile]; if (MyMapView.Map != null) { MyMapView.Map.Basemap = basemap; MyMapView.SetViewpointAsync(new Viewpoint(basemap.BaseLayers[0].FullExtent)); } else { MyMapView.Map = new Map(basemap); } ```

重现步骤

漏洞 ID: BUG-000114022

软件:

  • ArcGIS Runtime SDK

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项