mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2025-07-05 08:00:32 +02:00
27 lines
637 B
JSON
27 lines
637 B
JSON
{
|
|
"transitModelTimeZone": "Europe/Berlin",
|
|
"transitServiceStart": "2023-01-01",
|
|
"transitServiceEnd": "2023-12-01",
|
|
"platformEntriesLinking": true,
|
|
"subwayAccessTime": 0,
|
|
"netexDefaults": {
|
|
"groupFilePattern": "(.*)\\/.*\\.xml",
|
|
"feedId": "HH"
|
|
},
|
|
"osmDefaults": {
|
|
"osmTagMapping": "germany",
|
|
"timeZone": "Europe/Berlin"
|
|
},
|
|
"transitFeeds": [
|
|
{
|
|
"type": "netex",
|
|
"source": "https://otp-performance.leonard.io/data/hamburg/NeTEx_Hamburg.zip",
|
|
"feedId": "HH"
|
|
}
|
|
],
|
|
"osm": [
|
|
{
|
|
"source": "https://otp-performance.leonard.io/data/hamburg/hvv_cropped.osm.pbf"
|
|
}
|
|
]
|
|
}
|