forked from MapComplete/MapComplete
Performance: specify separate editor layer index
This commit is contained in:
parent
77af14e9c6
commit
8444cb86bc
7 changed files with 47 additions and 20 deletions
|
|
@ -126,7 +126,7 @@ class DownloadEli extends Script {
|
|||
fs.writeFileSync(targetGlobal, JSON.stringify(contentsGlobal, null, " "), {
|
||||
encoding: "utf8",
|
||||
})
|
||||
console.log("Written", keptGlobalLayers.length + ", entries to the global ELI")
|
||||
console.log("Written", keptGlobalLayers.length + ", entries to the global ELI ("+targetGlobal+")")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue