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

Removing booleanEqual altogether? #118

Closed armantorkzaban closed 1 year ago

armantorkzaban commented 2 years ago

Now that we have geojson_equality, do we still need the booleanEqual package?

What do you think @lukas-h

lukas-h commented 2 years ago

I think we should keep it, but this is a much bigger discussion, involving #45 (Override of ==) as well.

Or my other comments here: https://github.com/dartclub/turf_dart/issues/117#issuecomment-1178169646 and here: https://github.com/dartclub/turf_dart/issues/45#issuecomment-1167109338

lukas-h commented 1 year ago

discussion continues in #45