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

Fix excludeWrapCoord in coordEach for MultiPolygon type. #148

Closed ggastv closed 1 year ago

ggastv commented 1 year ago

Hi. Sorry for long wait. I fixed issue with MultiPolygon in coordEach function (see turf-js repo). Now transform_rotate tests are completed successfully.