fix: Maas (set 5.7) noordpunt loopt terug op zichzelf #82
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#82
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?
Beschrijving
De Maas-LineString in
wateren.geojson(set 5.7) heeft aan het noordelijke uiteinde een knik die teruglust op zichzelf. De laatste drie punten:Het chain-algoritme in
data/process-*.jsheeft een way aan het einde toegevoegd met verkeerde oriëntatie (of een zij-aftakking meegenomen), waardoor de lijn vlak voor het eindpunt naar het zuiden buigt in plaats van door te lopen.Visuele impact
Bij set 5.7 (Wateren) en in mindere mate set 7.2 (België) is de Maas zichtbaar met een kort staartje dat zichzelf kruist ter hoogte van ~51.8°N.
Verwachte fix
Reproductie
```bash
node -e "const d=JSON.parse(require('fs').readFileSync('wateren.geojson','utf8'));
const m=d.features.find(f=>f.properties.name==='Maas'&&!f.properties.sets);
console.log(m.geometry.coordinates.slice(-5));"
```
Type
bugfix
Fixed in v2.7.3