Scripts: fix generateStatistics-script

This commit is contained in:
Pieter Vander Vennet 2023-06-20 22:49:58 +02:00
parent 83fc189fd3
commit a1bbc4e689
2 changed files with 24 additions and 43 deletions

View file

@ -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)) {