forked from HSLdevcom/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 10
/
build-config.json
45 lines (45 loc) · 1.21 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
{
"transitServiceStart" : "2022-05-01",
"transitServiceEnd": "2022-12-30",
"transitModelTimeZone": "Europe/Oslo",
"areaVisibility": true,
"platformEntriesLinking": true,
"islandPruning": {
"islandWithoutStopsMaxSize": 5,
"islandWithStopsMaxSize": 5
},
"dataImportReport": true,
"maxTransferDuration": "1h",
"maxStopToShapeSnapDistance": 500,
"osmDefaults": {
"osmTagMapping": "norway",
"timeZone": "Europe/Oslo"
},
"netexDefaults" : {
"sharedFilePattern" : "ST_stops.xml",
"sharedGroupFilePattern" : "(\\w{2})_shared_data.xml",
"groupFilePattern" : "(\\w{2})_line.*\\.xml",
"feedId": "ST",
"noTransfersOnIsolatedStops": true
},
"transitFeeds": [
{
"type": "netex",
"source": "https://jpsapubdev.blob.core.windows.net/resesok-pub/ST_netex.zip",
"feedId": "ST"
},
{
"type": "gtfs",
"source": "https://jpsapubdev.blob.core.windows.net/resesok-pub/GTFS-filtered.zip",
"feedId": "DK"
}
],
"osm": [
{
"source": "https://jpsapubdev.blob.core.windows.net/resesok-pub/denmark-oresund.osm.pbf"
},
{
"source": "https://jpsapubdev.blob.core.windows.net/resesok-pub/sweden-filtered.osm.pbf"
}
]
}