forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
93f6adf8a8
2 changed files with 10 additions and 4 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