forked from opentripplanner/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 31
/
build-config.json
67 lines (67 loc) · 2.13 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"transitServiceStart": "2024-09-01",
"transitServiceEnd": "2024-12-31",
"transitModelTimeZone": "America/Los_Angeles",
"transitFeeds": [
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/catholiccommunity-wa-us-king--flex-v2.zip",
"feedId": "ccsww-kc"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/community-transit.gtfs.zip",
"feedId": "commtrans"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/communitytransit-wa-us--flex-v2.zip",
"feedId": "commtrans-flex"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/homage-wa-us-darrington--flex-v2.zip",
"feedId": "homage"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/hopelink-wa-us--flex-v2.zip",
"feedId": "hopelink"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/kcm.gtfs.zip",
"feedId": "kcm"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/kitsap.gtfs.zip",
"feedId": "kitsap"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/monorail.gtfs.zip",
"feedId": "monorail"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/pierce-transit.gtfs.zip",
"feedId": "pierce"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/soundgenerations-wa-us-hyde--flex-v2.zip",
"feedId": "hyde"
},
{
"type": "gtfs",
"source": "https://otp-performance.leonard.io/data/washington-state-new/soundgenerations-wa-us-volunteer--flex-v2.zip",
"feedId": "volunteer"
}
],
"osm": [
{
"source": "https://otp-performance.leonard.io/data/washington-state-new/north-east-washington-2024-17-10.osm.pbf"
}
]
}