mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2025-07-05 08:00:32 +02:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"transitServiceStart": "2021-12-01",
|
|
"transitServiceEnd": "2022-12-31",
|
|
"dataImportReport": true,
|
|
"subwayAccessTime": 0,
|
|
"embedRouterConfig": true,
|
|
"areaVisibility": true,
|
|
"platformEntriesLinking": true,
|
|
"staticParkAndRide": true,
|
|
"staticBikeParkAndRide": true,
|
|
"maxDataImportIssuesPerFile": 1000,
|
|
"islandPruning": {
|
|
"islandWithoutStopsMaxSize": 5,
|
|
"islandWithStopsMaxSize": 5
|
|
},
|
|
"distanceBetweenElevationSamples": 25,
|
|
"multiThreadElevationCalculations": true,
|
|
"boardingLocationTags": [],
|
|
"transitModelTimeZone": "Europe/Oslo",
|
|
"osmDefaults": {
|
|
"osmTagMapping": "norway",
|
|
"timeZone": "Europe/Oslo"
|
|
},
|
|
"netexDefaults": {
|
|
"sharedFilePattern": "_stops.xml",
|
|
"sharedGroupFilePattern": "_(\\w{3})(_flexible)?_shared_data.xml",
|
|
"groupFilePattern": "(\\w{3})_.*\\.xml",
|
|
"feedId": "EN",
|
|
"ferryIdsNotAllowedForBicycle": [
|
|
"NYC:Line:1",
|
|
"NYC:Line:012fc5c4-131b-4dfc-8160-4e49136e531a",
|
|
"NYC:Line:8bfef12a-ac98-4376-8a2a-eb5a336d107b"
|
|
]
|
|
},
|
|
"transitFeeds": [
|
|
{
|
|
"type": "netex",
|
|
"source": "https://otp-performance.leonard.io/data/norway/rb_norway-aggregated-netex-2021-12-11.zip",
|
|
"feedId": "EN"
|
|
}
|
|
],
|
|
"osm": [
|
|
{
|
|
"source": "https://otp-performance.leonard.io/data/norway/norway-210101.osm.pbf"
|
|
}
|
|
]
|
|
}
|