laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: August 25, 2014 ArcGIS for Server
Bug-ID-Nummer NIM091926
EingereichtMay 24, 2013
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS for Server
Gefunden in Version10.1
BetriebssystemWindows OS
Betriebssystemversion7 64 Bit
Behoben in Version10.2
StatusFixed

Workaround

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>

Schritte zur Reproduzierung

Bug-ID: NIM091926

Software:

  • ArcGIS for Server

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln