Skip to content

Commit

Permalink
testing smaller min zoom levels
Browse files Browse the repository at this point in the history
  • Loading branch information
kauevestena committed Jan 17, 2024
1 parent dd44f0a commit 8097058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/templates/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# MIN AND MAX ZOOM LEVELS FOR TILE GENERATION:
# (since there's the 100MB file size limit, for big datasets might be better to stay at 19 or even 18)
TILES_MIN_ZOOM = 12
TILES_MIN_ZOOM = 9
TILES_MAX_ZOOM = 20


Expand Down

0 comments on commit 8097058

Please sign in to comment.