laptop and a wrench

Error

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.

Última publicación: August 25, 2014 ArcGIS for Server
Número de ID del error NIM091926
EnviadoMay 24, 2013
Última modificaciónJune 5, 2024
Relacionado conArcGIS for Server
Versión encontrada10.1
Sistema operativoWindows OS
Versión de sistema operativo7 64 Bit
Versión corregida10.2
EstadoFixed

Solución alternativa

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>

Pasos para reproducir

ID del error: NIM091926

Software:

  • ArcGIS for Server

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga