Skip to content

Commit

Permalink
Updated openmaptiles-tools to 0.9. Fixed missing BBOX, MIN_ZOOM, MAX_…
Browse files Browse the repository at this point in the history
…ZOOM variables.
  • Loading branch information
MartinMikita committed Jul 27, 2018
1 parent 5d193ba commit d62a0ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ POSTGRES_PORT=5432
QUICKSTART_MIN_ZOOM=0
QUICKSTART_MAX_ZOOM=7
DIFF_MODE=false

BBOX=-180.0,-85.0511,180.0,85.0511
MIN_ZOOM=0
MAX_ZOOM=14
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
volumes:
- ./wikidata:/import
openmaptiles-tools:
image: "openmaptiles/openmaptiles-tools:0.8"
image: "openmaptiles/openmaptiles-tools:0.9"
env_file: .env
networks:
- postgres_conn
Expand Down

0 comments on commit d62a0ea

Please sign in to comment.