-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbuild-config.json
42 lines (42 loc) · 950 Bytes
/
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
{
"embedRouterConfig": true,
"areaVisibility": true,
"staticParkAndRide": false,
"transitModelTimeZone": "Europe/Rome",
"transitFeeds": [
{
"source": "data/sta-netex.xml.zip",
"type": "netex",
"feedId": "sta",
"groupFilePattern": "(.*)\\.xml"
},
{
"source": "https://gtfs.api.opendatahub.com/v1/dataset/skyalps-flight-data/raw",
"type": "gtfs",
"feedId": "skyalps"
},
{
"source": "https://amarillo.otp.opendatahub.testingmachine.eu/gtfs/amarillo.altoadige.gtfs.zip",
"type": "gtfs",
"feedId": "amarillo"
},
{
"source": "data/parking-netex.xml.zip",
"type": "netex",
"feedId": "parking",
"ignoreParking": false
}
],
"osm": [
{
"source": "data/south-tyrol.osm.pbf",
"timeZone": "Europe/Rome",
"osmTagMapping": "default"
}
],
"dem" : [
{
"source" : "data/srtm_39_03.tif"
}
]
}