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

[truncate] Why is element unused in forEach loop? #120

Closed lukas-h closed 2 years ago

lukas-h commented 2 years ago

Something I missed during code review:

https://github.com/dartclub/turf_dart/blob/2ffce92ba902a2f024b31ce11cc9e0e941945dd6/lib/src/truncate.dart#L73

armantorkzaban commented 2 years ago

Dealt with in https://github.com/dartclub/turf_dart/pull/121