forked from MapComplete/MapComplete
Refactoring of the climbing theme
This commit is contained in:
parent
c36bce8100
commit
bc953abe48
15 changed files with 1099 additions and 1001 deletions
|
@ -156,6 +156,9 @@ class LayerOverviewUtils {
|
|||
}
|
||||
|
||||
this.checkAllSvgs()
|
||||
|
||||
const green = s => '\x1b[92m' + s + '\x1b[0m'
|
||||
console.log(green("All done!"))
|
||||
}
|
||||
|
||||
private buildLayerIndex(knownImagePaths: Set<string>): Map<string, LayerConfigJson> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue