Modify ↓
Opened 2 years ago
Closed 16 months ago
#6195 closed defect (fixed)
Validator issue when filter is on
| Reported by: | Nakor | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core validator |
| Version: | latest | Keywords: | |
| Cc: |
Description (last modified by oldtopos)
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 Changed 2 years ago by skyper
- Component changed from Core to Core validator
comment:2 Changed 16 months ago by oldtopos
- Description modified (diff)
comment:3 Changed 16 months ago by anonymous
- Resolution set to fixed
- Status changed from new to 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.