Modify ↓
Opened 15 years ago
Closed 14 years ago
#6195 closed defect (fixed)
Validator issue when filter is on
| Reported by: | Nakor | Owned by: | team |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core validator | Version: | latest |
| Keywords: | Cc: |
Description (last modified by )
Download relation 134591
With no filter active, run the validator
Create a filter for hiding "boundary=*"
Run the validator again
There are two new and incorrect errors regarding the relation:
- Multipolygon is not closed
- No outer way for multipolygon
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
| Component: | Core → Core validator |
|---|
comment:2 by , 14 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Running validation on relation 134591 with my local build (without filters) correctly reported a way with an improperly coded role, resulting in an unclosed polygon. Correcting this member's role and revalidating yielded no errors.
Adding the filter bounday=* and revalidating reports no errors.
The member role change has been pushed to the OSM servers.
This ticket should be closed as not reproducible.