Frontline
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user