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

Make Position implement Comparable #142

Closed armantorkzaban closed 4 months ago

armantorkzaban commented 1 year ago

For different sorting purposes. @lukas-h wdyt?

lukas-h commented 1 year ago

Maybe we do that for CoordinateType. The performance / memory overhead won't be too bad, because the class is already really huge imo.