From fc56b5873373413df72b6191c4e8e2a403044f56 Mon Sep 17 00:00:00 2001 From: Ol86 Date: Mon, 20 Apr 2026 23:13:49 +0200 Subject: [PATCH] Add Turf to the project, to calculate the center of polygons --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4645b6c..d668514 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", "@bluehalo/ngx-leaflet": "^21.2.0", + "@turf/turf": "^7.3.5", "@types/geojson": "^7946.0.16", "@types/leaflet": "^1.9.21", "leaflet": "^1.9.4",