dartclub / turf_dart

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

Feature nearest point on line #143

Closed Just-gomin closed 1 year ago

Just-gomin commented 1 year ago

Add missing parameter 'unit' when calling "_nearestPointOnLine" in function "nearestPointOnLine".

lukas-h commented 1 year ago

Oh hi @Just-gomin, thanks for the addition, but the merge base branch should be main.

Sorry, I only just saw the PR.

Thanks for your contribution! 😄

Just-gomin commented 1 year ago

Thank you for your answer.

It was my first contribution, so I missed the 'merge base branch should be main' part. I have created a new 'Pull Request' based on your advice. I'd appreciate it if you could check it.😄

lukas-h commented 1 year ago

Thanks!

Yes, I will check.

lukas-h commented 1 year ago

Also, I'm closing this pull request in favor of #145.