-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagency.json
162 lines (162 loc) · 3.66 KB
/
agency.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"id": "nysta",
"name": "NYS Thruway Authority",
"description": "The New York State Thruway Authority operates limited-access highways throughout New York State. These include the Thruway mainline between New York City and Ripley via Albany, Syracuse, Rochester and Buffalo. Other segments include the Berkshire Connector, the Garden State Parkway Connector, the New England Thruway, the Cross-Westchester Expressway and the Niagara Thruway.",
"icon": "./img/nysta.png",
"maintainer": {
"name": "David Waring",
"email": "[email protected]",
"source": "https://github.com/right-track/right-track-transit-nysta"
},
"url": "https://www.thruway.ny.gov/xml/netdata/events.xml",
"maxCache": 120,
"regions": [
{
"code": "NY",
"name": "New York City",
"icon": "./img/NY.png",
"highways": [
"ML-NW",
"ML-SE",
"NE-N",
"NE-S",
"CW-E",
"CW-W",
"GS-N",
"GS-S"
]
},
{
"code": "MH",
"name": "Hudson Valley",
"icon": "./img/MH.png",
"highways": [
"ML-NW",
"ML-SE"
]
},
{
"code": "AL",
"name": "Albany",
"icon": "./img/AL.png",
"highways": [
"ML-NW",
"ML-SE",
"B-E",
"B-W"
]
},
{
"code": "UT",
"name": "Utica - Rome",
"icon": "./img/UT.png",
"highways": [
"ML-NW",
"ML-SE"
]
},
{
"code": "SY",
"name": "Syracuse",
"icon": "./img/SY.png",
"highways": [
"ML-NW",
"ML-SE"
]
},
{
"code": "RO",
"name": "Rochester",
"icon": "./img/RO.png",
"highways": [
"ML-NW",
"ML-SE"
]
},
{
"code": "BU",
"name": "Buffalo",
"icon": "./img/BU.png",
"highways": [
"ML-NW",
"ML-SE",
"N-N",
"N-S"
]
}
],
"highways": [
{
"code": "ML-NW",
"name": "I-87/I-90 - NYS Thruway (NW)",
"backgroundColor": "#3F51B5",
"textColor": "#ffffff"
},
{
"code": "ML-SE",
"name": "I-87/I-90 - NYS Thruway (SE)",
"backgroundColor": "#3F51B5",
"textColor": "#FFFFFF"
},
{
"code": "NE-N",
"name": "I-95 - New England Thruway (N)",
"backgroundColor": "#B71C1C",
"textColor": "#FFFFFF"
},
{
"code": "NE-S",
"name": "I-95 - New England Thruway (S)",
"backgroundColor": "#B71C1C",
"textColor": "#FFFFFF"
},
{
"code": "CW-E",
"name": "I-287 - Cross Westchester Expwy (E)",
"backgroundColor": "#673AB7",
"textColor": "#FFFFFF"
},
{
"code": "CW-W",
"name": "I-287 - Cross Westchester Expwy (W)",
"backgroundColor": "#673AB7",
"textColor": "#FFFFFF"
},
{
"code": "GS-N",
"name": "Garden State Parkway Connector (N)",
"backgroundColor": "#FFEB3B",
"textColor": "#000000"
},
{
"code": "GS-S",
"name": "Garden State Parkway Connector (S)",
"backgroundColor": "#FFEB3B",
"textColor": "#000000"
},
{
"code": "B-E",
"name": "Berkshire Connector (E)",
"backgroundColor": "#33691E",
"textColor": "#FFFFFF"
},
{
"code": "B-W",
"name": "Berkshire Connector (W)",
"backgroundColor": "#33691E",
"textColor": "#FFFFFF"
},
{
"code": "N-N",
"name": "I-190 - Niagara Thruway (N)",
"backgroundColor": "#880E4F",
"textColor": "#FFFFFF"
},
{
"code": "N-S",
"name": "I-190 - Niagara Thruway (S)",
"backgroundColor": "#880E4F",
"textColor": "#FFFFFF"
}
]
}