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

README contains some links to /lib instead of lib/src/* #116

Closed armantorkzaban closed 2 years ago

armantorkzaban commented 2 years ago

Many of the links refer to the files in the lib folder and not the ones in the src folder. That makes it difficult for the readers as they will have to open yet another file, if they want to see the implementation.

lukas-h commented 2 years ago

Thank you for pointing that out – we should always show the lib/src file