Add Turf to the project, to calculate the center of polygons

This commit is contained in:
2026-04-20 23:13:49 +02:00
parent 93f88c9933
commit fc56b58733

View File

@@ -18,6 +18,7 @@
"@angular/platform-browser": "^21.2.0", "@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0", "@angular/router": "^21.2.0",
"@bluehalo/ngx-leaflet": "^21.2.0", "@bluehalo/ngx-leaflet": "^21.2.0",
"@turf/turf": "^7.3.5",
"@types/geojson": "^7946.0.16", "@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.21", "@types/leaflet": "^1.9.21",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",