The FindAddressCandidate operation REST API for Geocode Service published using a locator created in ArcGIS Pro does not honour the City parameter when an address is searched using the Single Line parameter.
ArcGIS GIS Server
漏洞 ID 编号
BUG-000161786
已提交
September 29, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS GIS Server
找到的版本
10.9.1
操作系统
Windows Server
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The Single Line parameter is supposed to be used by itself and should contain the entire address with the city and any other administrative zones (State, ZIP, etc...).
For example: SingleLine=380 new york st redlands ca
To use multiple input fields where city is in a different field than the full street name with house number, use the Street input field in conjunction with the City field (This would be the Address field for the new locators).
Example with Classic locators:
Street=380 new york st
City=Redlands
State=CA
Example with new locators:
Address=380 new york st
City=Redlands
Region=CA
解决办法
Adding Bush St NW Atlanta in the Single Line parameter will give us a filtered result specific to the city.
Specifying Bush St NW in the first Address line parameter and Atlanta in the City parameter also provides the correct result.