This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Updated osm data not reflected

1

hi,

I have updated an OSM data (osm_id: 5319742462) as suburb:Valasaravakkam.

https://www.openstreetmap.org/node/5319742462

But still, I got incorrect old data as suburb:Virugambakkam.

http://nominatim.openstreetmap.org/lookup?osm_ids=N5319742462

asked 04 Jan '18, 11:31

Rajavelu_M's gravatar image

Rajavelu_M
253454858
accept rate: 33%

edited 04 Jan '18, 19:23

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


2 Answers:

2

AFAIK, Nominatim ignores any address information on the node except for the postal code and house number.

See the FAQ of Nominatim on how you can fix an incorrect address. It says that you have to add a node or area, it does not mention that you can change it by adding addr:suburb.

answered 04 Jan '18, 20:02

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

Added a new data with correct address details, but still, nominatim shows incorrect data. https://www.openstreetmap.org/node/5321788696

http://nominatim.openstreetmap.org/lookup?osm_ids=N5321788696

(05 Jan '18, 10:45) Rajavelu_M
1

With http://nominatim.openstreetmap.org/details.php?place_id=223951484 you can see how the address is constructed. I got this URL by typing "3S Touch Service Solutions Private Limited" on the search box of http://nominatim.openstreetmap.org

I do not understand "Added a new data with correct address details". Did you add a node for the Valasaravakkam suburb ? If not, you have to do that, tweaking the node representing your company won't help. In case you added the node, it only works when it's closer than the other suburb nodes. So you could move the suburb node a bit, but probably break other addresses. Adding an area for the suburb is really the best solution.

(05 Jan '18, 10:54) escada
1

The node for Valasaravakkam is tagged as a town, not a suburb. Therefore, Virugambakkam is the closest suburb and that's why nominatim is saying what it is.

(05 Jan '18, 23:40) alester

1

(Update: while this is still true and should be kept in mind when troubleshooting, it is likely not the reason for the issue here)

Nominatim has a different database. It needs some time to update it. Your question was just very few hours after your edit. Try again tomorrow.

answered 04 Jan '18, 19:25

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%

edited 05 Jan '18, 18:56

Source code available on GitHub .