Fix metatagging
This commit is contained in:
parent
923dafe5d0
commit
05e0986a51
2 changed files with 5 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue