You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One approach could be to gradually increase the threshold, comparing the geometry array length until it's noticeably reduced. Needs something like targetReduction and minNumberOfPoints.
Using https://turfjs.org/docs/api/simplify
One approach could be to gradually increase the threshold, comparing the geometry array length until it's noticeably reduced. Needs something like
targetReductionandminNumberOfPoints.