From ef4f9cc68271c70613f85f951391e70f5bb0888e Mon Sep 17 00:00:00 2001 From: Leif Linse Date: Tue, 9 Apr 2024 15:26:08 +0200 Subject: [PATCH] Doc: update Progress.md --- Progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Progress.md b/Progress.md index 3570f3f..e675056 100644 --- a/Progress.md +++ b/Progress.md @@ -49,7 +49,7 @@ Dart. This is an on going project and functions are being added once needed. If - [ ] intersect - [ ] lineOffset - [x] [polygonSmooth](https://github.com/dartclub/turf_dart/blob/main/lib/src/polygon_smooth.dart) -- [ ] simplify +- [x] [simplify](https://github.com/dartclub/turf_dart/blob/main/lib/src/simplify.dart) - [ ] tesselate - [x] [transformRotate](https://github.com/dartclub/turf_dart/blob/main/lib/src/transform_rotate.dart) - [ ] transformTranslate