turf_dart icon indicating copy to clipboard operation
turf_dart copied to clipboard

A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart.

Results 30 turf_dart issues
Sort by recently updated
recently updated
newest added

Add missing parameter 'unit' when calling "_nearestPointOnLine" in function "nearestPointOnLine".

For different sorting purposes. @lukas-h wdyt?

question

As described in comment: https://github.com/dartclub/turf_dart/issues/46#issuecomment-1057465724 > The decision was, to **keep** `Position` unsigned by default, but it can be converted to a signed coordinate easily! > > The imagined behaviour...

CC @armantorkzaban - once #130, #132 is fully implemented - with the improvements to the core #46, #128

we are using the dart_rbush library by @Zverik Our fork: https://github.com/dartclub/dart_rbush What we need to do in our fork: - [ ] Replace tinyQueue with our port [dart_sort_queue](https://github.com/dartclub/dart_sort_queue) - [...

enhancement

action item for #90

enhancement