-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextraconfig.json
74 lines (74 loc) · 1006 Bytes
/
extraconfig.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
68
69
70
71
72
73
74
{
"georgiast": {
"black": [
"44772"
]
},
"gatech": {
"black": [
"6926",
"6218"
]
},
"rutgers": {
"black": [
"31961",
"41540",
"43430",
"36874",
"4067",
"43973"
],
"rtfallback": "https://passio3.com/rutgers/passioTransit/gtfs/realtime/tripUpdates"
},
"uchicago": {
"black": [
"38732"
]
},
"columbia": {
"combineBasedOnName": true,
"black": [
"Manhattanville",
"Manhattanville AM Start",
"Manhattanville PM"
]
},
"ncstateuni": {
"black": [
"44364"
]
},
"uncc": {
"black": [
"44953",
"44315"
]
},
"uncw": {
"black": [
"42885"
]
},
"bamabama": {
"black": [
"32007",
"20707",
"13437",
"13002",
"17333",
"3894",
"20705"
],
"textReplacements": [
[
" 2023-2024",
""
],
[
" 2023",
""
]
]
}
}