Scripts(offline): skip already existing columns: add log

This commit is contained in:
Pieter Vander Vennet 2025-07-31 12:08:27 +02:00
parent 1bfe062595
commit 2ff928621e

View file

@ -46,9 +46,8 @@ class GeneratePmTilesExtracts extends Script {
console.log("Skipping column ", x, "at zoom", z)
this.skipped += boundary
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++) {
yield this.generateArchive(z, x, y, maxzoom)