Merge master

This commit is contained in:
Pieter Vander Vennet 2022-01-11 11:27:55 +01:00
commit 93f6adf8a8
2 changed files with 10 additions and 4 deletions

View file

@ -45,6 +45,7 @@ class OverlapFunc implements ExtraFunction {
return (...layerIds: string[]) => {
const result: { feat: any, overlap: number }[] = []
console.log("Calculating overlap")
const bbox = BBox.get(feat)
for (const layerId of layerIds) {