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:
@@ -263,13 +263,15 @@ make test-perf-null
|
||||
|
||||
echo " "
|
||||
echo "-------------------------------------------------------------------------------------"
|
||||
|
||||
if [[ "$(source .env ; echo "$BBOX")" = "-180.0,-85.0511,180.0,85.0511" ]]; then
|
||||
if [[ "$area" != "planet" ]]; then
|
||||
echo "====> : Compute bounding box for tile generation"
|
||||
make generate-dc-config ${MIN_ZOOM:+MIN_ZOOM="${MIN_ZOOM}"} ${MAX_ZOOM:+MAX_ZOOM="${MAX_ZOOM}"}
|
||||
make generate-bbox-file ${MIN_ZOOM:+MIN_ZOOM="${MIN_ZOOM}"} ${MAX_ZOOM:+MAX_ZOOM="${MAX_ZOOM}"}
|
||||
else
|
||||
echo "====> : Skipping bbox calculation when generating the entire planet"
|
||||
fi
|
||||
|
||||
else
|
||||
echo "====> : Bounding box is set in .env file"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user