Fix metatagging

This commit is contained in:
Pieter Vander Vennet 2022-01-11 00:20:55 +01:00
parent 923dafe5d0
commit 05e0986a51
2 changed files with 5 additions and 6 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) {