dartclub / turf_dart

A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart.
https://pub.dev/packages/turf
MIT License
63 stars 29 forks source link

Implement `nearestPointOn(Multi)Line` and `internal` intersects helper (Attempt 2) #87

Closed lukas-h closed 2 years ago

lukas-h commented 2 years ago

Co-authored-by: Levente Morva levente95@gmail.com

Original attempt here #56


Tasks:

lukas-h commented 2 years ago

@skreborn I tried to implement the localIndex and index for nearestPointOnMultiLine, please give me a review if you find a minute. It was actually a very small change in the source code.