From 56c6edb185491a10546837ded4ced82a5aa6e0ab Mon Sep 17 00:00:00 2001 From: nilsnolde Date: Sat, 25 Mar 2023 15:21:49 +0100 Subject: [PATCH] actually hierarchies seem to work with transit built, see https://github.com/valhalla/valhalla/issues/4003\#issuecomment-1482740761 --- scripts/configure_valhalla.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/configure_valhalla.sh b/scripts/configure_valhalla.sh index 1d5aa33..8dd4359 100755 --- a/scripts/configure_valhalla.sh +++ b/scripts/configure_valhalla.sh @@ -157,17 +157,12 @@ if [[ "${do_transit}" == "True" ]]; then echo "= Building transit tiles =" echo "==========================" echo "" - # TEMP - jq --arg d "false" '.mjolnir.hierarchy = $d' "${CONFIG_FILE}"| sponge "${CONFIG_FILE}" valhalla_ingest_transit -c ${CONFIG_FILE} || exit 1 valhalla_convert_transit -c ${CONFIG_FILE} || exit 1 # also do timezones if not done already if ! [[ -f ${TIMEZONE_DB} ]]; then valhalla_build_timezones > ${TIMEZONE_DB} || exit 1 fi -else - # TEMP, note this means no one can set build_transit False and hierarchies as well false - jq --arg d "true" '.mjolnir.hierarchy = $d' "${CONFIG_FILE}"| sponge "${CONFIG_FILE}" fi # Finally build the tiles