fix(wateren): refine island inlet connections for Noordzee polygon #38
Labels
No labels
blocked
bug
design
documentation
duplicate
enhancement
future
good first issue
help wanted
invalid
question
refactoring
tracker
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jelmer/topoquiz#38
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The Noordzee polygon was rebuilt in v1.14.1 using the upper-hull outer (N-facing) coasts of the 5 Wadden Islands. This eliminated the long diagonal line from Den Helder to Schiermonnikoog through the Wadden Sea.
Minor flaws to address
The current implementation uses convex upper-hull points per island, which creates straight-line jumps across the inlets between adjacent islands:
These are cosmetic — no line crosses the inner Wadden Sea — but the N boundary of the Noordzee polygon looks slightly angular at the inter-island inlets.
Possible fix
Replace the per-island convex hull with actual chained OSM coastline ways for the outer (N-facing) coasts, applying a tighter lat-filter per island to exclude the inner (S-facing) wadden coast. The chained outer coasts would follow the real beach/dune geometry and produce smoother inlet transitions.
Fixed in v2.7.2