lipas-liikuntapaikat / lipas

Lipas is a nationwide, public GIS service of Finnish sport and recreation facilities.
MIT License
70 stars 14 forks source link

Add geom simplification tool #93

Closed vharmain closed 11 months ago

vharmain commented 11 months ago

Adds a new "soft-GIS" tool to Lipas to simplify geometries (LineStrings, Polygons).

Users import GPS tracks and they're usually a mess. Manual cleaning takes a lot of time and effort.

This tool enables using Reimer-Douglas-Peucker algorithm via Turf to clean up the geoms. Doing this automatically is not feasible because defining the threshold requires a human 👁️.

TODO

Screenshots

Level 0

image

Level 4.5

image

Level 10

image