Modify ↓
Opened 20 months ago
Closed 9 months ago
#6939 closed enhancement (needinfo)
Add validator check for self-intersections
| Reported by: | Zverikk | Owned by: | Zverikk |
|---|---|---|---|
| Priority: | normal | Component: | Core validator |
| Version: | Keywords: | polygon, intersection, validator | |
| Cc: |
Description
Most area features (if not all of them) become invalid when there is a self-intersection. This check should work both on closed polygons and ways that form multipolygons.
Attachments (0)
Change History (3)
comment:1 Changed 13 months ago by simon04
- Component changed from Core to Core validator
comment:2 Changed 13 months ago by stoecker
- Owner changed from team to Zverikk
- Status changed from new to needinfo
comment:3 Changed 9 months ago by stoecker
- Resolution set to needinfo
- Status changed from needinfo to closed
Note: See
TracTickets for help on using
tickets.



For multipolygons we have geometry checks. Why should we have two checks for same result: invalid geometry?