Frontline

This commit is contained in:
Tomas Richtar
2025-06-06 11:02:47 +02:00
parent 896754c48a
commit 355fdd0c09
7 changed files with 303 additions and 142 deletions

View File

@@ -75,5 +75,6 @@ export function mergePolygonFeatures(features) {
if (features.length === 1)
return features[0];
console.log("3" + features.length)
return turf.union(turf.featureCollection(features));
}
}