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

This commit is contained in:
Pieter Vander Vennet 2025-07-31 12:05:11 +02:00
parent c6d2d6a771
commit 7bbc2cdb02

View file

@ -45,6 +45,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)
}
for (let y = 0; y < boundary; y++) {