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:
@@ -38,6 +38,8 @@ services:
|
||||
DIFF_MODE: ${DIFF_MODE}
|
||||
MIN_ZOOM: ${MIN_ZOOM}
|
||||
MAX_ZOOM: ${MAX_ZOOM}
|
||||
#Provide BBOX from *.bbox file if exists, else from .env
|
||||
BBOX: ${BBOX}
|
||||
# Imposm configuration file describes how to load updates when enabled
|
||||
IMPOSM_CONFIG_FILE: ${IMPOSM_CONFIG_FILE}
|
||||
# Which files to use during import-borders processing
|
||||
|
||||
Reference in New Issue
Block a user