diff --git a/scripts/generatePmTilesExtracts.ts b/scripts/generatePmTilesExtracts.ts index 03464aaab..bfb0f0e5b 100644 --- a/scripts/generatePmTilesExtracts.ts +++ b/scripts/generatePmTilesExtracts.ts @@ -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)