laptop and a wrench

漏洞

Reverse geocoding method results are offset in ArcGIS Runtime for .NET applications.

上次发布: June 25, 2020 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000112442
已提交March 15, 2018
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本100.2.1
操作系统Windows OS
操作系统版本10.0 64 Bit
状态Non-Reproducible

附加信息

The code did not set both OffsetX and OffsetY properties. Once these properties are set to a value of 30 (half the set image width/height) the pushpin point location is consistent with the address location returned by other geocoding engine/services. ``` campsiteSymbol.OffsetX = 30; campsiteSymbol.OffsetY = 30; ```

解决办法

The following is a potential workaround for the issue:

  1. Review the source data for the locator. The "fromleft" "toleft" and "fromright" "toright" were the same on the street where the address point was located.
  2. Edit the attributes such that the fromleft/fromright were set to the same value and the toleft/toright were set to the same value.
  3. Rebuild the locator. Once the locator was rebuilt, run the application again, the reverse geocoding and the address is correct.

重现步骤

漏洞 ID: BUG-000112442

软件:

  • ArcGIS Runtime SDK

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项