Skip to content

Commit

Permalink
fix: set min max zoom (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi authored Mar 17, 2024
1 parent 6a79dd9 commit 33fe2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/postgis2mbtiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class postgis2mbtiles {
--no-tile-size-limit \
--no-tile-compression \
--force \
-z ${this.config.maxzoom} \
-Z ${this.config.minzoom} \
--name="${this.config.name}" \
--description="${this.config.description}" \
--attribution="${this.config.attribution}" \
Expand Down

0 comments on commit 33fe2e3

Please sign in to comment.