From 457d7a711dabab7dd219359a992f536f03584bf0 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 15 Oct 2025 18:10:16 +0200 Subject: [PATCH] Offline: fix deploy --- scripts/pmTilesExtractGenerator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pmTilesExtractGenerator.ts b/scripts/pmTilesExtractGenerator.ts index 50ab37b4a..97d9db4cc 100644 --- a/scripts/pmTilesExtractGenerator.ts +++ b/scripts/pmTilesExtractGenerator.ts @@ -53,7 +53,7 @@ export class PmTilesExtractGenerator { maxzoomflag = " --maxzoom=" + maxzoom } - if(!maxzoom && z < 15){ + if(!maxzoom && z < 10){ throw "No maxzoom for a pretty low zoom detected. This will result in a big archive" }