Skip to content

Commit

Permalink
Merge pull request #188 from leonardehrenfried/parking
Browse files Browse the repository at this point in the history
Add custom NOI parking updater
  • Loading branch information
dulvui authored Apr 11, 2024
2 parents ea82bbb + 8fda8ed commit 46590ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .otp-version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: NOI Techpark <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
export OTP_IMAGE="opentripplanner/opentripplanner:2.6.0_2024-03-21T15-09"
export OTP_IMAGE="opentripplanner/opentripplanner:2.6.0_2024-04-10T12-37"
2 changes: 1 addition & 1 deletion infrastructure/docker/otp/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 6 additions & 0 deletions router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 46590ba

Please sign in to comment.