Scripts: fix generateStatistics-script
This commit is contained in:
parent
83fc189fd3
commit
a1bbc4e689
2 changed files with 24 additions and 43 deletions
|
@ -21,7 +21,7 @@ async function main(includeTags = true) {
|
|||
continue
|
||||
}
|
||||
|
||||
const sources = TagUtils.Tag(layer.source.osmTags)
|
||||
const sources = TagUtils.Tag(layer.source["osmTags"])
|
||||
const allKeys = sources.usedKeys()
|
||||
for (const key of allKeys) {
|
||||
if (!keysAndTags.has(key)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue