You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The geocoder returns a Place which uses the addr:place, i.e. Bernheck, as the city. I think this should be Plech. And the place needs to be skipped somehow. However doing a search using 19a 91287 Plech yields nothing, Bernheck 19a 91287 Plech yields a Place .
Hi,
I noticed the following. I used the following german address:
Place: Bernheck
Housenumber: 19a
Postacl Code: 91287
City: Plech
Country: DE
Expectation is:
City: Plech not Bernheck
Desired expectation:
Street: Bernheck
instead of not having a street type in the returned Place object.
https://www.openstreetmap.org/way/416917744#map=17/49.667121/11.487730
The geocoder returns a Place which uses the addr:place, i.e. Bernheck, as the city. I think this should be Plech. And the place needs to be skipped somehow. However doing a search using
19a 91287 Plech
yields nothing,Bernheck 19a 91287 Plech
yields a Place .OpenStreetMap for this address: https://www.openstreetmap.org/way/416917744#map=17/49.667121/11.487730
Google Maps does the following for this address: https://www.google.com/maps/place/Bernheck+19,+91287+Plech,+Germany/
and uses the addr:place as the street.
OSM documentation suggests that the addr:place should not be used as street, however you still need to add
Bernheck
on the search query in order to get a valid Place. Documentation: https://wiki.openstreetmap.org/wiki/Key:addr:place?uselang=enWhat are your thoughts on this by normalizing the addr:place onto the street type for the library.
Regards,
The text was updated successfully, but these errors were encountered: