forked from MapComplete/MapComplete
Scripts(offline): skip already existing columns: add log
This commit is contained in:
parent
1bfe062595
commit
2ff928621e
1 changed files with 1 additions and 2 deletions
|
@ -46,9 +46,8 @@ class GeneratePmTilesExtracts extends Script {
|
||||||
console.log("Skipping column ", x, "at zoom", z)
|
console.log("Skipping column ", x, "at zoom", z)
|
||||||
this.skipped += boundary
|
this.skipped += boundary
|
||||||
continue
|
continue
|
||||||
} else {
|
|
||||||
console.log("Starting column", x, "at zoom", z, "as", lastFileForColumn, "does not exist")
|
|
||||||
}
|
}
|
||||||
|
console.log("Starting column", x, "at zoom", z, "as", this.targetDir + "/" + lastFileForColumn, "does not exist")
|
||||||
|
|
||||||
for (let y = 0; y < boundary; y++) {
|
for (let y = 0; y < boundary; y++) {
|
||||||
yield this.generateArchive(z, x, y, maxzoom)
|
yield this.generateArchive(z, x, y, maxzoom)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue