osmandapp / OsmAnd

OsmAnd
https://osmand.net
Other
4.6k stars 1.01k forks source link

Reverse Geocoding doesn't work for building without addr:street #17397

Open summoner001 opened 1 year ago

summoner001 commented 1 year ago

Description

Osmand doesn't show the adresses when I just click on a poi with place=XX But when I search it it shows the address.

Steps to reproduce

Step1: Go to here >> 46.73444, 19.46748 simple select the house number with click on it - osmand does not show the address - Location, No adress determined

Step2:Now search for the address in osmand menu - Tolvajos Tanya 178/A osmand show the address

Actual result

Osmand doesn't show the adresses when I just click on a poi with place=XX

Expected result

osmand show the address when i click on a poi with address.

Your Environment

OsmAnd Version: v4.5.1 Android/iOS version: Android 9 Device model: Cubot Quest

letypequividelespoubelles commented 1 year ago

Linked with #16127

Zirochkabila commented 1 year ago

OSM Related to https://github.com/osmandapp/OsmAnd/issues/16127

vshcherb commented 1 year ago

Not related to #16127 this is about geocoding and not about search. This address is searchable fine as "Tolvajos tanya 178/A".

The issue probably related that it has no valid place=locality https://nominatim.openstreetmap.org/ui/details.html?osmtype=W&osmid=866654807&class=building . Tolvajos tanya | place:locality - not present on the map as a separate point, so probably it's worth to add / test if it fixes it.

summoner001 commented 1 year ago

Here it is the modified node with place=neighborhood. But the name is only Tolvajos. We are added the official_name=Tolvajos tanya tag.

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

vshcherb commented 1 year ago

That's interesting will it work or not in theory it should. So I will keep it open to check and fix later

summoner001 commented 1 year ago

Don't work after live update. The newly generated monthly map is required?

summoner001 commented 1 year ago

Don't work after monthly map update. 😔