Remove workaround for quickstart.sh (#998)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user