Remove workaround for quickstart.sh (#998)

This commit is contained in:
zstadler
2020-09-28 22:28:34 +03:00
committed by GitHub
parent c8f919e9d6
commit 424c4ee8a3
2 changed files with 2 additions and 5 deletions

View File

@@ -265,7 +265,7 @@ echo " "
echo "-------------------------------------------------------------------------------------"
if [[ "$area" != "planet" ]]; then
echo "====> : Compute bounding box for tile generation"
make generate-dc-config
make generate-dc-config ${MIN_ZOOM:+MIN_ZOOM="${MIN_ZOOM}"} ${MAX_ZOOM:+MAX_ZOOM="${MAX_ZOOM}"}
else
echo "====> : Skipping bbox calculation when generating the entire planet"
fi