forked from MapComplete/MapComplete
Offline: fix deploy
This commit is contained in:
parent
87b6dd1cfd
commit
457d7a711d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export class PmTilesExtractGenerator {
|
||||||
maxzoomflag = " --maxzoom=" + maxzoom
|
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"
|
throw "No maxzoom for a pretty low zoom detected. This will result in a big archive"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue