forked from HSLdevcom/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 10
/
build-config.json
47 lines (47 loc) · 1.3 KB
/
build-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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"
}
]
}