forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
f77570589d
commit
9b8a9337fd
111 changed files with 2911 additions and 1280 deletions
|
@ -273,7 +273,6 @@ class LayerOverviewUtils extends Script {
|
|||
JSON.stringify(theme, null, " "),
|
||||
{ encoding: "utf8" }
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
writeLayer(layer: LayerConfigJson) {
|
||||
|
@ -852,7 +851,11 @@ class LayerOverviewUtils extends Script {
|
|||
}
|
||||
}
|
||||
|
||||
const usedImages = Utils.Dedup(new ExtractImages(true, knownTagRenderings).convertStrict(themeFile).map(x => x.path))
|
||||
const usedImages = Utils.Dedup(
|
||||
new ExtractImages(true, knownTagRenderings)
|
||||
.convertStrict(themeFile)
|
||||
.map((x) => x.path)
|
||||
)
|
||||
usedImages.sort()
|
||||
|
||||
themeFile["_usedImages"] = usedImages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue