From 3b75ae04abefc0a39ff61fcf797e2dfb5f75c083 Mon Sep 17 00:00:00 2001 From: Jonas Siedentop Date: Tue, 13 Feb 2024 12:43:34 +0100 Subject: [PATCH] add source link to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c338ca..25ba8e6 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Any new benchmarks must be named `*_benchmark.dart` and reside in the - [x] [booleanParallel](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_parallel.dart) - [x] [booleanPointInPolygon](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_point_in_polygon.dart) - [x] [booleanPointOnLine](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_point_on_line.dart) -- [x] booleanWithin +- [x] [booleanWithin](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_within.dart) ### Unit Conversion @@ -250,4 +250,4 @@ Any new benchmarks must be named `*_benchmark.dart` and reside in the - [x] [radiansToLength](https://github.com/dartclub/turf_dart/blob/main/lib/src/helpers.dart) - [x] [radiansToDegrees](https://github.com/dartclub/turf_dart/blob/main/lib/src/helpers.dart) - [ ] toMercator -- [ ] toWgs84 \ No newline at end of file +- [ ] toWgs84