Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Incorrect street returned for geo search #5084

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

Incorrect street returned for geo search #5084

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: wolf3001
[Submitted to the original trac issue database at 4.13pm, Wednesday, 25th December 2013]

For some cases while getting building details by geo coordinates, I get incorrect street name in "display_name" and "road" fields.

Execute following request http://nominatim.openstreetmap.org/reverse?format=json&lat=53.9078406&lon=27.575518177917&zoom=18&addressdetails=1&accept-language=en

we get following response

{"place_id":"37763260","licence":"Data \u00a9 OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright","osm_type":"way","osm_id":"25431518","lat":"53.9078406","lon":"27.575518177917","display_name":"38, \u0443\u043b\u0438\u0446\u0430 \u0417\u0430\u0445\u0430\u0440\u043e\u0432\u0430, \u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d, Minsk, 220088, Belarus","address":{"house_number":"38","road":"\u0443\u043b\u0438\u0446\u0430 \u0417\u0430\u0445\u0430\u0440\u043e\u0432\u0430","city_district":"\u041f\u0430\u0440\u0442\u0438\u0437\u0430\u043d\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d","state":"Minsk","postcode":"220088","country":"Belarus","country_code":"by"}}

So here we get "" (Zaharova) street which is near the building,
but we should get "" (Nezavisimosti)

Also for the place_id request
http://nominatim.openstreetmap.org/details.php?place_id=37763260
street osm_id is correct, but in Address details we see Zaharova, which
is incorrect.

This happens for many building, that's just one of the cases.

@openstreetmap-trac
Copy link
Author

Author: lonvia
[Added to the original trac issue at 4.53pm, Friday, 27th December 2013]

The name normalization that happened a year ago wasn't caught correctly. Generally, renaming streets does not update surrounding houses for efficiency reasons. I've manually reindexed all of Minsk now but the automatic updates are unlikely to change any time soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant