Opened 4 years ago
#20664 new defect
False positive finding on wall areas mapped as multipolygons
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | Cc: |
Description
It is permissible (per the wiki) to map walls as an area, tagged barrier=wall
+ area=yes
.
When a wall is tagged like this, and is a multipolygon, the validator throws the error "Multipolygon tags - tag describing the area is missing". If the wall is a simple close way, no error is thrown.
This warning should be suppressed in this case.
See attachment for example of two similar walls, one as a closed wall, and one as a MP; only the MP version throws a validator finding.
Simple test case demonstrating the issue