| 不具合 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
再現の手順