| 漏洞 ID 编号 |
BUG-000094346 |
| 已提交 | February 23, 2016 |
| 上次修改时间 | June 5, 2024 |
| 适用范围 | ArcGIS for Server |
| 找到的版本 | 10.3.1 |
| 操作系统 | Windows OS |
| 操作系统版本 | 7.0 64 Bit |
| 状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This limitation is explained in the "Suggest limitation" section of the ArcGIS REST API: Work Geocoding Service page on the Suggest operation:
https://developers.arcgis.com/rest/geocode/api-reference/geocoding-suggest.htm#ESRI_SECTION1_F4600031F2F44E44ACE0989325BC9E0D
The issue has been addressed and rolled out to the ArcGIS World Geocoding Service and for new locators that ship with Street Map Premium this month. However, this fix has not yet been rolled out for users who create locators based on their own data. This is being worked on for a future release of ArcGIS Desktop.
Previously, for performance reasons, the house number (or unit number in the case of US Address - Single House Subaddress style) is not used in the suggestions capability. The implications of this are that while house numbers are displayed in generated suggestions, they are not validated until a geocoding request is sent. Therefore, if the house number typed by users does not exist, it is displayed in suggestions but are not returned from the geocoding results. A best practice when creating a custom locator using suggestions is to create a composite locator with at least a street address or point address locator and a Street Name locator. Doing so ensures that if the house number does not exist in the Street Address or Point Address locator, there is a fallback match to the Street Name.
解决办法
Create a locator in ArcGIS Pro 2.3+ using the Create Locator tool and publish the locator in ArcGIS Pro using Share Locator to a federated portal, or using Python, or using a publisher or admin ArcGIS Server Connection file created in ArcMap/ArcCatalog, or publisher connection file using ArcGIS Pro 2.3.
https://pro.arcgis.com/en/pro-app/help/projects/connect-to-a-gis-server.htm#GUID-E3F3174D-3895-4BFC-9443-8676D2D4964B and the sample in the CreateGeocodeSDDraft https://pro.arcgis.com/en/pro-app/arcpy/functions/creategeocodesddraft.htm
重现步骤