Skip to content

Commit

Permalink
reactivate planet elevation build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl committed Nov 19, 2024
1 parent ccb4f50 commit c57372d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_valhalla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c57372d

Please sign in to comment.