Batch geocoding with an US Address-Dual Range address locator using a multiple line input sometimes incorrectly match street intersections to street addresses on a lettered street.
最後に公開された状態: August 25, 2017ArcGIS for Desktop
不具合 ID 番号
BUG-000106824
送信されました
July 24, 2017
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.5.1
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
There is a section in the style that allows for unit information to precede the address. In multiline this logic is a bit more liberal and is causing the address to get parsed incorrectly. Users can remove this additional logic from the style to fix this issue.
Look for the following which will start around line 22391:
I have commented out the last section (added after the beginning and ending alts).