mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2026-04-02 21:43:07 +02:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"dataImportReport": true,
|
|
"areaVisibility": true,
|
|
"staticParkAndRide": false,
|
|
"includeInclinedEdgeLevelInfo": true,
|
|
"subwayAccessTime": 0,
|
|
"maxAreaNodes": 1000,
|
|
"maxTransferDuration": "26m",
|
|
"multiThreadElevationCalculations": true,
|
|
"transitServiceStart": "2026-02-01",
|
|
"transitServiceEnd": "2026-02-28",
|
|
"transitModelTimeZone": "Europe/Helsinki",
|
|
"fares": "hsl",
|
|
"transferRequests": [
|
|
{ "modes": "WALK" },
|
|
{
|
|
"modes": "WALK",
|
|
"wheelchairAccessibility": {
|
|
"enabled": true,
|
|
"maxSlope": 0.125
|
|
}
|
|
},
|
|
{ "modes": "BICYCLE" }
|
|
],
|
|
"gtfsDefaults": {
|
|
"stationTransferPreference": "recommended"
|
|
},
|
|
"osmDefaults": {
|
|
"timeZone": "Europe/Helsinki",
|
|
"osmTagMapping": "finland",
|
|
"includeOsmSubwayEntrances": true
|
|
},
|
|
"demDefaults": {
|
|
"elevationUnitMultiplier": 0.1
|
|
},
|
|
"emission": {
|
|
"carAvgCo2PerKm": 170,
|
|
"carAvgOccupancy": 1.3
|
|
},
|
|
"transitFeeds": [
|
|
{
|
|
"type": "gtfs",
|
|
"source": "https://otp-performance.leonard.io/data/helsinki/hsl-gtfs-2026-02-19.zip",
|
|
"feedId": "HSL"
|
|
}
|
|
],
|
|
"osm": [
|
|
{
|
|
"source": "https://otp-performance.leonard.io/data/helsinki/hsl-2026-02-19.osm.pbf"
|
|
}
|
|
]
|
|
}
|