laptop and a wrench

Bogue

The Reverse Geocode tool does not populate the REV_ output fields when using locators based on the General-Gazetteer and General - City State Country styles.

Dernière publication: August 25, 2014 ArcGIS for Server
Numéro d’ID de bogue NIM091926
EnvoiMay 24, 2013
Dernière modificationJune 5, 2024
S’applique àArcGIS for Server
Version trouvée10.1
Système d’exploitationWindows OS
Version du système d’exploitation7 64 Bit
Version de correction10.2
StatutFixed

Solution de contournement

Modify the outputs of the <reverse_geocoding> section of the Gazetteer address locator (*.loc.xml) in a text or XML editor like NotePad++. The changes below are for the Gazetteer style.Before:---------<reverse_geocoding> <reverse_geocoding_method name="Address" use_spatial_search="true"> <outputs> <output component="Shape" type="geometry"/> <output ref="PlaceName" length="120"/> <output ref="Type" length="120"/> <output ref="City" length="20"/> <output ref="State" length="2"/> <output ref="Country" length="30"/> <output component="Match_time" type="float" selector="ShowElapsedTime"/> </outputs> </reverse_geocoding_method></reverse_geocoding>AFTER:--------<reverse_geocoding> <reverse_geocoding_method name="Address" use_spatial_search="true"> <outputs> <output component="Shape" type="geometry"/> <output name="Name" ref="PlaceName" length="120"/> <output ref="Type" length="120"/> <output ref="City" length="20"/> <output name="State_Abbr" ref="State" length="2"/> <output name="Cntry_Abbr" ref="Country" length="30"/> <output component="Match_time" type="float" selector="ShowElapsedTime"/> </outputs> </reverse_geocoding_method></reverse_geocoding>

Étapes pour reproduire

ID de bogue: NIM091926

Logiciel:

  • ArcGIS for Server

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement