diff --git a/.otp-version b/.otp-version index 28428843..5352d5d8 100644 --- a/.otp-version +++ b/.otp-version @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: NOI Techpark # # SPDX-License-Identifier: CC0-1.0 -export OTP_IMAGE="opentripplanner/opentripplanner:2.6.0_2024-03-21T15-09" \ No newline at end of file +export OTP_IMAGE="opentripplanner/opentripplanner:2.6.0_2024-04-10T12-37" \ No newline at end of file diff --git a/infrastructure/docker/otp/Dockerfile b/infrastructure/docker/otp/Dockerfile index 4801f7d2..67f9420d 100644 --- a/infrastructure/docker/otp/Dockerfile +++ b/infrastructure/docker/otp/Dockerfile @@ -1,5 +1,5 @@ # Simon, do you know how we could use the value from .otp-version here? -FROM opentripplanner/opentripplanner:2.6.0_2024-03-21T15-09 +FROM opentripplanner/opentripplanner:2.6.0_2024-04-10T12-37 WORKDIR /var/otp diff --git a/router-config.json b/router-config.json index 0d414fc5..d5e4a6fe 100644 --- a/router-config.json +++ b/router-config.json @@ -38,6 +38,12 @@ "type": "stop-time-updater", "url": "https://amarillo.otp.opendatahub.testingmachine.eu/gtfs/amarillo.altoadige.gtfsrt.pbf", "feedId": "amarillo" + }, + { + "type" : "vehicle-parking", + "feedId" : "noi", + "sourceType" : "noi-open-data-hub", + "url" : "https://parking.otp.opendatahub.com/parking/all.json" } ] }