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).