Opened 4 years ago
Last modified 4 years ago
#19961 new enhancement
Validator should flag a warnings for unnecessary boundary tags on unclosed member ways
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
If an unclosed way has a boundary tag, this should be a warning. Boundary tags should only be applied to closed ways or to type=boundary relations.
Additionally, if an unclosed way has an identical boundary tag to its parent relation (for example, both the unclosed way and the parent relation are tagged boundary=administrative), an auto-fix should remove the boundary tag from the child way.
Attachments (0)
Change History (2)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
That is curious. I actually wrote this from the perspective of https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dprotected_area which is not documented in that way.
According to the wiki,
boundary=administrative
is valid for open ways and the tag duplication might be needed if a lowadmin_level
is an enclave belonging to different higher level.