Use 5.3 - new bbox value (#1012)
Migrate to tools 5.3 and use the new bbox value. * Use 5.3 - new bbox value * Return correct bbox for meta-generate mbtiles-tools meta-generate is now able to use bbox from *.bbox file Thanks @nyurik
This commit is contained in:
7
.env
7
.env
@@ -4,7 +4,7 @@
|
||||
TILESET_FILE=openmaptiles.yaml
|
||||
|
||||
# Use 3-part patch version to ignore patch updates, e.g. 5.0.0
|
||||
TOOLS_VERSION=5.2
|
||||
TOOLS_VERSION=5.3
|
||||
|
||||
# Make sure these values are in sync with the ones in .env-postgres file
|
||||
PGDATABASE=openmaptiles
|
||||
@@ -13,8 +13,9 @@ PGPASSWORD=openmaptiles
|
||||
PGHOST=postgres
|
||||
PGPORT=5432
|
||||
|
||||
# By default, tile generation is done for the full extent of the given area.
|
||||
# Modify BBOX below to overwrite it.
|
||||
# BBOX may get overwritten by the computed bbox of the specific area:
|
||||
# make generate-bbox-file
|
||||
# By default, the Makefile will use the content of data/$(area).bbox file if it exists.
|
||||
BBOX=-180.0,-85.0511,180.0,85.0511
|
||||
|
||||
# Which zooms to generate in make generate-tiles
|
||||
|
||||
Reference in New Issue
Block a user