Opened 15 years ago
Closed 15 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 | Milestone: | |
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)
by , 15 years ago
Attachment: | validator-coastlines.patch added |
---|
comment:1 by , 15 years ago
Summary: | Don't complain about coastlines not closed when connected to another coastline → [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.
Complete rewrite of coastline checks