Using the Find tool to look for intersections with a slash (/) intersection connector against a composite locator returns slower results compared to other intersection connectors (ie. & @ |)
上次发布: May 27, 2016ArcGIS for Desktop
漏洞 ID 编号
BUG-000096205
已提交
May 2, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.2
操作系统
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Please use a different intersection connector.
解决办法
Open the existing locator.xml file and search for <def name="NumSeparator">. In this definition, comment out the one that has the “/”, such as:
<def name="NumSeparator">
<alt>-</alt>
<alt>#</alt>
<!-- <alt>/</alt> -->
</def>
In addition, to apply the same change to all locators that are built, go to the Locators folder in the ArcGIS Install directory, and make the same edit to the USAddress.lot.xml file.