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

Wrong city tagging in some countries due to admin_level difference #5269

Open
openstreetmap-trac opened this issue Jul 23, 2021 · 2 comments

Comments

@openstreetmap-trac
Copy link

Reporter: sander.vantulden[at]falk.nl
[Submitted to the original trac issue database at 2.17pm, Monday, 19th January 2015]

Hi,

I found some roads in The Netherlands that have the wrong city associated with them. For example, if you take a street in the village called "Malden", [http://nominatim.openstreetmap.org/search?q=jonckherenhof&format=json&addressdetails=1&accept-language=nl Nominatim returns] the corresponding village to be "Heumen", which is the municipality', but not the 'village.

It took me some time, but I think I found what could be the reason for this mistagging. In The Netherlands, the admin_level for city' boundary is '''10''' and the '''municipality''' boundary is '8 ([http://wiki.openstreetmap.org/wiki/Key:admin%20level?uselang=en-US#References see here] for an explanation). This seems to be the other way around for other countries.

[https://www.openstreetmap.org/relation/409476#map=13/51.7811/5.8116 Here] is the "Heumen" city boundary relation (which holds the correct municipality boundary) and
[https://www.openstreetmap.org/relation/2725495#map=14/51.7713/5.8403 Here] is the "Heumen" suburb boundary relation (which holds the correct city boundary)
[https://www.openstreetmap.org/relation/2725496#map=14/51.7894/5.8535 Here] you can see that "Malden" also has a suburb boundary (which holds the correct city boundary). Because of the admin_level 10, "Heumen"'s admin_level 8 overrides it, to let it get the "Heumen" village tag.

Does this problem I describe make sense? Are country-specific admin_level tagging already handled in Nominatim? Or would it be possible to add it for specific countries?

This may be related to #5185, but I am not sure.

@openstreetmap-trac
Copy link
Author

Author: sander.vantulden[at]falk.nl
[Added to the original trac issue at 8.08am, Friday, 3rd April 2015]

Changing it from minor to major for my use case. We found out that when using data in Belgium, the state that get's returned for places is not actually the correct state (province in this case). This is because Belgium maps it's state property to admin_level 6 instead of the usual level 4.

This is a big deal for us as we want to show the correct state (province) in our geocoding.

@openstreetmap-trac
Copy link
Author

Author: lonvia
[Added to the original trac issue at 9.03am, Friday, 3rd April 2015]

Localizing admin_levels per country is on the TODO list but unfortunately there are more pressing matters at the moment. Patches are, as always, welcome.

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