There is such village: http://www.openstreetmap.org/node/337512354 I want to get all relationships of this village. In this file the top one area record shows: The page of this area (way) is: http://www.openstreetmap.org/way/30719979 As we can see, on this page there are no any tags at all. My questions: asked 07 Jun '16, 08:14 bear_ukraine |
Tags are not inherited from relation 6258680 to way 30719979. This looks like a bug to me, as tags for areas and way are not consistent. That's even the case if I take the area creation timestamp as The issue is that way 30719979 used to be a valid way, but in the meantime, the way is just a line (rather than an area). The tags are retained from the last time, the way was still an area.
Can you please file an issue on Github for it. answered 07 Jun '16, 09:26 mmd |
Way 30719979 is part of relation 6258680. I guess that's where Overpass API is retrieving this information from. Areas are an extension of Overpass API. They are constructed using the areas.osm3s script. Since they don't exist in OSM there is no way for you to "fix" this. But if you think something is wrong with a generated area then you can create a GitHub issue. answered 07 Jun '16, 08:57 scai ♦ |