dartclub / turf_dart

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

Change return type of along to Feature<Point> #161

Closed leiflinse-trivector closed 8 months ago

leiflinse-trivector commented 8 months ago

This goes along with preferring to pass around full Features, and it allow to in the future set properties on the returned point without it being a breaking change.