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.

Last Published: August 25, 2014 ArcGIS for Server
Bug ID Number NIM091926
SubmittedMay 24, 2013
Last ModifiedJune 5, 2024
Applies toArcGIS for Server
Version found10.1
Operating SystemWindows OS
Operating System Version7 64 Bit
Version Fixed10.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>

Steps to Reproduce

Bug ID: NIM091926

Software:

  • ArcGIS for Server

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options