Address locators using the US Address-Dual Range locator style that include numbered streets, numbered avenues, alphabet streets, and an East Railroad street return incorrect locations for certain intersections.
最後に公開された状態: January 18, 2016ArcGIS for Desktop
不具合 ID 番号
BUG-000093528
送信されました
January 14, 2016
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.3
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
対処法
Add the zip code to the address when geocoding.
OR
Create a place name table that forces the locator to return the correct address for these intersections.
Edit the Locator XML to remove or comment out 'Railroad' as a street prefix:
<!--This section defines the Prefix types and their aliases.-->
<def name="_rr" is_alias_list="true">
<alt>Railroad</alt>
<alt>RR</alt>
<alt>
<elt>Rail</elt>
<elt ref="_rd"/>
</alt>
</def>