Opened 4 years ago
Closed 4 years ago
#3677 closed enhancement (fixed)
[PATCH] Don't complain about coastlines not closed when connected to another coastline
| Reported by: | mjulius | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core validator |
| Version: | latest | Keywords: | |
| Cc: |
Description
Validator almost always complains when uploading coastlines because most of them are not closed. But, this is not an error when they are connected to another coastline.
I believe Validator used to ignore those cases in the (distant) past.
Attachments (1)
Change History (3)
Changed 4 years ago by Daeron
comment:1 Changed 4 years ago by Daeron
- Summary changed from Don't complain about coastlines not closed when connected to another coastline to [PATCH] Don't complain about coastlines not closed when connected to another coastline
Attached patch is a rewrite of the coastline checks. It moves the unclosed coastline check from UnclosedWays to Coastlines, and also makes the Coastline check to distinguish between a single segment of reversed coastline, which can be automatically fixed.
comment:2 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In [o18194].



Complete rewrite of coastline checks