From c57372daf6a45a620d71a85cd00110575a5d3a0f Mon Sep 17 00:00:00 2001 From: Christian Beiwinkel Date: Tue, 19 Nov 2024 10:38:53 +0100 Subject: [PATCH] reactivate planet elevation build --- scripts/run_valhalla.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_valhalla.sh b/scripts/run_valhalla.sh index 06ad2bc..410d54d 100755 --- a/scripts/run_valhalla.sh +++ b/scripts/run_valhalla.sh @@ -140,9 +140,9 @@ while true; do valhalla_build_tiles -c "${valhalla_config}" -s initialize -e build "$PBF" || exit 1 log_message "INFO: Downloading elevation to $ELEVATION_DIR..." - # valhalla_build_elevation --from-tiles --decompress -c ${valhalla_config} -v || exit 1 + valhalla_build_elevation --from-tiles --decompress -c ${valhalla_config} -v || exit 1 # debugging with andorra only: - valhalla_build_elevation --decompress -c ${valhalla_config} -v -b 1,42,2,43 || exit 1 + # valhalla_build_elevation --decompress -c ${valhalla_config} -v -b 1,42,2,43 || exit 1 log_message "INFO: Enhancing initial tiles with elevation..." valhalla_build_tiles -c "${valhalla_config}" -s enhance -e cleanup "$PBF" || exit 1