I have a problem with the result of reverse geocoding. I have created a local instance of openstreet with an Italy OSM database downloaded from geofabrik. The local instance daily updates the database. When I search an address with public request: The result of road is: "Viale Ventuno Aprile" But when I call my local instance with the same request the result of road is different. Why? asked 19 Jun '19, 13:03 Matteo |
Please show / explain the difference.
Online instance:
<reversegeocode timestamp="Wed, 19 Jun 19 13:52:27 +0000" attribution="Data © OpenStreetMap contributors, ODbL 1.0. <a href=" http:="" www.openstreetmap.org="" copyright""="">http://www.openstreetmap.org/copyright" querystring="format=xml&lat=41.9189&lon=12.52001&zoom=18&accept-language=it"> <result place_id="199361633" osm_type="relation" osm_id="5459681" ref="Q. V" lat="41.91649835" lon="12.5197118043497" boundingbox="41.9027733,41.930266,12.5013138,12.5325107"> Quartiere V Nomentano, Viale Ventuno Aprile, San Lorenzo, Municipio Roma II, Roma, RM, LAZ, 00162, Italia </result> <addressparts> <address29>Quartiere V Nomentano</address29> <road>Viale Ventuno Aprile</road> <neighbourhood>San Lorenzo</neighbourhood> <suburb>Municipio Roma II</suburb> <city>Roma</city> <county>RM</county> <state>LAZ</state> <postcode>00162</postcode> <country>Italia</country> <country_code>it</country_code> </addressparts> </reversegeocode>
Local instance:
http://localhost/nominatim/reverse?format=xml&lat=41.9189&lon=12.52001&zoom=18&accept-language=it
<reversegeocode timestamp="Wed, 19 Jun 19 13:53:40 +0000" attribution="Data © OpenStreetMap contributors, ODbL 1.0. <a href=" http:="" www.openstreetmap.org="" copyright""="">http://www.openstreetmap.org/copyright" querystring="format=xml&lat=41.9189&lon=12.52001&zoom=18&accept-language=it"> <result place_id="7767144" osm_type="relation" osm_id="5459681" ref="Q. V" lat="41.91649835" lon="12.5197118043497" boundingbox="41.9027733,41.930266,12.5013138,12.5325107"> Quartiere V Nomentano, Via Antonio Gallonio, San Lorenzo, Municipio Roma II, Roma, RM, LAZ, 00162, Italia </result> <addressparts> <address29>Quartiere V Nomentano</address29> <road>Via Antonio Gallonio</road> <neighbourhood>San Lorenzo</neighbourhood> <suburb>Municipio Roma II</suburb> <city>Roma</city> <county>RM</county> <state>LAZ</state> <postcode>00162</postcode> <country>Italia</country> <country_code>it</country_code> </addressparts> </reversegeocode>
See the <road> tag