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

Implemented rhumb_distance, rhumb_destination, centroid, transform_rotate #147

Closed ggastv closed 1 year ago

ggastv commented 1 year ago

Hi. Test cases for transform_rotate and truncate partially passed. Throws RangeError while truncate MultiLineString and MultiPolygon, see #146.

lukas-h commented 1 year ago

I see that formatting fails in our GH Action. Please run dart format

lukas-h commented 1 year ago

I merged pre-emptively, I have worked on the different unit tests, could cover everything except multiPolygon cases...