forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
1c99173f32
commit
1276c62e69
2 changed files with 9 additions and 13 deletions
|
@ -253,7 +253,6 @@ class ClosestNObjectFunc implements ExtraFunction {
|
|||
const maxFeatures = options?.maxFeatures ?? 1
|
||||
const maxDistance = options?.maxDistance ?? 500
|
||||
const uniqueTag: string | undefined = options?.uniqueTag
|
||||
console.log("Calculating 'closestn' features")
|
||||
let allFeatures: Feature[][]
|
||||
if (typeof features === "string") {
|
||||
const name = features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue