Modify ↓
Opened 16 years ago
Closed 16 years ago
#1487 closed enhancement (fixed)
validator: inner polygon of multipolygon relation is reported as untagged way
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | validator | Cc: |
Description
as the renderers no longer require to set the inner polygon with the same tags as the outer polygon, inner polygons could now may have no tags (except being part of a multipolygon relation)
the validators currently sets a warning for those polygons.
- instead the validator should check if the way is inner part of a multipolygon relation and not reporting this as a warning.
- unclosed inner ways being part of a multipolygon area-like relation should be reported as unclosed way, despite not having an area-like tag.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Type: | defect → enhancement |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in revision 12890.