forked from MapComplete/MapComplete
Scripts(offline): skip already existing columns: add counter
This commit is contained in:
parent
c6d2d6a771
commit
7bbc2cdb02
1 changed files with 2 additions and 0 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue