forked from MapComplete/MapComplete
Merge upstream
This commit is contained in:
commit
40eceafc80
264 changed files with 15565 additions and 4191 deletions
|
|
@ -43,12 +43,9 @@ class LuaSnippets {
|
|||
or.push(new RegexTag(k, v))
|
||||
})
|
||||
})
|
||||
const features = or.map((t) => t.asHumanString(false, false, {}))
|
||||
const features = or.map((t) => t.asHumanString(false, false, {}))
|
||||
features.sort()
|
||||
console.log(
|
||||
"Polygon features are:",
|
||||
features
|
||||
)
|
||||
console.log("Polygon features are:", features)
|
||||
return { blacklist: new Or(blacklisted), whitelisted: new Or(or) }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue