Hi, I cannot understand how I shall fix the error that causes the admin boundary that should cover the coordinate in the link below: http://www.openstreetmap.org/query?lat=57.7585&lon=12.2652 It should belong to "Lerums kommun" Admin level 07. It does exist, but the query cannot find it. What is wrong with the administrative border, and how do I correct it? asked 08 Feb '16, 22:34 SunYour |
The area is missing from the Overpass server used to generate those query results. That server is also the default on Overpass-Turbo, so it's straightforward to check what data is present. This script should find the area:
But returns nothing. A nearby area is found:
And the relation is present:
So for some reason the Overpass server did not generate an area from that specific relation. Overpass areas are updated less frequently than the rest of the data, and there is a recent edit to some of the member ways of the missing area: https://www.openstreetmap.org/changeset/37092451 So you might only need to wait until the next time areas are refreshed on the Overpass server. answered 09 Feb '16, 13:55 maxerickson |