mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2026-04-03 05:51:24 +02:00
34 lines
717 B
JSON
34 lines
717 B
JSON
{
|
|
"routingDefaults": {
|
|
"wheelchairAccessibility": {
|
|
"maxSlope": 0.125
|
|
},
|
|
"itineraryFilters": {
|
|
"transitGeneralizedCostLimit": {
|
|
"costLimitFunction": "600 + 1.5x"
|
|
}
|
|
},
|
|
"unpreferredCost": "600 + 3.0x",
|
|
"unpreferred": {
|
|
"routes": [
|
|
"HSL:2143A",
|
|
"HSL:2146A",
|
|
"HSL:2147A"
|
|
]
|
|
}
|
|
},
|
|
"updaters": [
|
|
{
|
|
"type": "mqtt-gtfs-rt-updater",
|
|
"url": "tcp://pred.rt.hsl.fi",
|
|
"topic": "gtfsrt/v2/fi/hsl/tu",
|
|
"feedId": "hsl",
|
|
"fuzzyTripMatching": true
|
|
},
|
|
{
|
|
"type" : "vehicle-positions",
|
|
"url" : "https://realtime.hsl.fi/realtime/vehicle-positions/v2/hsl",
|
|
"feedId" : "hsl"
|
|
}
|
|
]
|
|
}
|