不具合 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:
- 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.
- Edit the attributes such that the fromleft/fromright were set to the same value and the toleft/toright were set to the same value.
- Rebuild the locator. Once the locator was rebuilt, run the application again, the reverse geocoding and the address is correct.
再現の手順