@tangledwires/uk-station-data 3.1.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/line.d.ts +79 -55
- package/dist/line.js +70 -54
- package/dist/station.d.ts +1370 -110
- package/dist/station.js +391 -76
- package/dist/toc.d.ts +8 -0
- package/dist/toc.js +8 -0
- package/package.json +1 -1
package/dist/station.d.ts
CHANGED
|
@@ -18,6 +18,10 @@ export declare const Stations: {
|
|
|
18
18
|
readonly displayName: "Abbey Wood";
|
|
19
19
|
readonly lines: ["elizabeth", "thameslink"];
|
|
20
20
|
};
|
|
21
|
+
readonly aberdeen: {
|
|
22
|
+
readonly displayName: "Aberdeen";
|
|
23
|
+
readonly lines: ["crossCountry", "csHighlander"];
|
|
24
|
+
};
|
|
21
25
|
readonly actonCentral: {
|
|
22
26
|
readonly displayName: "Acton Central";
|
|
23
27
|
readonly lines: ["mildmay"];
|
|
@@ -32,11 +36,11 @@ export declare const Stations: {
|
|
|
32
36
|
};
|
|
33
37
|
readonly addingtonVillage: {
|
|
34
38
|
readonly displayName: "Addington Village";
|
|
35
|
-
readonly lines: ["
|
|
39
|
+
readonly lines: ["londonTrams"];
|
|
36
40
|
};
|
|
37
41
|
readonly addiscombe: {
|
|
38
42
|
readonly displayName: "Addiscombe";
|
|
39
|
-
readonly lines: ["
|
|
43
|
+
readonly lines: ["londonTrams"];
|
|
40
44
|
};
|
|
41
45
|
readonly aldgate: {
|
|
42
46
|
readonly displayName: "Aldgate";
|
|
@@ -54,14 +58,30 @@ export declare const Stations: {
|
|
|
54
58
|
readonly displayName: "Alexandra Palace";
|
|
55
59
|
readonly lines: ["greatNorthern"];
|
|
56
60
|
};
|
|
61
|
+
readonly alfreton: {
|
|
62
|
+
readonly displayName: "Alfreton";
|
|
63
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
64
|
+
};
|
|
57
65
|
readonly allSaints: {
|
|
58
66
|
readonly displayName: "All Saints";
|
|
59
67
|
readonly lines: ["dlr"];
|
|
60
68
|
};
|
|
69
|
+
readonly alnmouth: {
|
|
70
|
+
readonly displayName: "Alnmouth";
|
|
71
|
+
readonly lines: ["crossCountry"];
|
|
72
|
+
};
|
|
61
73
|
readonly alperton: {
|
|
62
74
|
readonly displayName: "Alperton";
|
|
63
75
|
readonly lines: ["piccadilly"];
|
|
64
76
|
};
|
|
77
|
+
readonly alsager: {
|
|
78
|
+
readonly displayName: "Alsager";
|
|
79
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
80
|
+
};
|
|
81
|
+
readonly ambergate: {
|
|
82
|
+
readonly displayName: "Ambergate";
|
|
83
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
84
|
+
};
|
|
65
85
|
readonly amberley: {
|
|
66
86
|
readonly displayName: "Amberley";
|
|
67
87
|
readonly lines: ["southern"];
|
|
@@ -72,7 +92,11 @@ export declare const Stations: {
|
|
|
72
92
|
};
|
|
73
93
|
readonly ampereWay: {
|
|
74
94
|
readonly displayName: "Ampere Way";
|
|
75
|
-
readonly lines: ["
|
|
95
|
+
readonly lines: ["londonTrams"];
|
|
96
|
+
};
|
|
97
|
+
readonly ancaster: {
|
|
98
|
+
readonly displayName: "Ancaster";
|
|
99
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
76
100
|
};
|
|
77
101
|
readonly anerley: {
|
|
78
102
|
readonly displayName: "Anerley";
|
|
@@ -90,30 +114,46 @@ export declare const Stations: {
|
|
|
90
114
|
readonly displayName: "Appledore (Kent)";
|
|
91
115
|
readonly lines: ["southern"];
|
|
92
116
|
};
|
|
117
|
+
readonly arbroath: {
|
|
118
|
+
readonly displayName: "Arbroath";
|
|
119
|
+
readonly lines: ["crossCountry", "csHighlander"];
|
|
120
|
+
};
|
|
93
121
|
readonly archway: {
|
|
94
122
|
readonly displayName: "Archway";
|
|
95
123
|
readonly lines: ["northern"];
|
|
96
124
|
};
|
|
125
|
+
readonly ardlui: {
|
|
126
|
+
readonly displayName: "Ardlui";
|
|
127
|
+
readonly lines: ["csHighlander"];
|
|
128
|
+
};
|
|
97
129
|
readonly arena: {
|
|
98
130
|
readonly displayName: "Arena";
|
|
99
|
-
readonly lines: ["
|
|
131
|
+
readonly lines: ["londonTrams"];
|
|
100
132
|
};
|
|
101
133
|
readonly arlesey: {
|
|
102
134
|
readonly displayName: "Arlesey";
|
|
103
135
|
readonly lines: ["greatNorthern", "thameslink"];
|
|
104
136
|
};
|
|
105
|
-
readonly arundel: {
|
|
106
|
-
readonly displayName: "Arundel";
|
|
107
|
-
readonly lines: ["southern"];
|
|
108
|
-
};
|
|
109
137
|
readonly arnosGrove: {
|
|
110
138
|
readonly displayName: "Arnos Grove";
|
|
111
139
|
readonly lines: ["piccadilly"];
|
|
112
140
|
};
|
|
141
|
+
readonly arrocharAndTarbet: {
|
|
142
|
+
readonly displayName: "Arrochar & Tarbet";
|
|
143
|
+
readonly lines: ["csHighlander"];
|
|
144
|
+
};
|
|
113
145
|
readonly arsenal: {
|
|
114
146
|
readonly displayName: "Arsenal";
|
|
115
147
|
readonly lines: ["piccadilly"];
|
|
116
148
|
};
|
|
149
|
+
readonly arundel: {
|
|
150
|
+
readonly displayName: "Arundel";
|
|
151
|
+
readonly lines: ["southern"];
|
|
152
|
+
};
|
|
153
|
+
readonly ashchurchforTewkesbury: {
|
|
154
|
+
readonly displayName: "Ashchurch for Tewkesbury";
|
|
155
|
+
readonly lines: ["crossCountry"];
|
|
156
|
+
};
|
|
117
157
|
readonly ashfordInternational: {
|
|
118
158
|
readonly displayName: "Ashford International";
|
|
119
159
|
readonly lines: ["southern"];
|
|
@@ -130,9 +170,29 @@ export declare const Stations: {
|
|
|
130
170
|
readonly displayName: "Ashwell & Morden";
|
|
131
171
|
readonly lines: ["greatNorthern", "thameslink"];
|
|
132
172
|
};
|
|
173
|
+
readonly aslockton: {
|
|
174
|
+
readonly displayName: "Aslockton";
|
|
175
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
176
|
+
};
|
|
177
|
+
readonly attenborough: {
|
|
178
|
+
readonly displayName: "Attenborough";
|
|
179
|
+
readonly lines: ["crossCountry", "eastMidlandsRailway"];
|
|
180
|
+
};
|
|
181
|
+
readonly attleborough: {
|
|
182
|
+
readonly displayName: "Attleborough";
|
|
183
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
184
|
+
};
|
|
185
|
+
readonly audleyEnd: {
|
|
186
|
+
readonly displayName: "Audley End";
|
|
187
|
+
readonly lines: ["crossCountry"];
|
|
188
|
+
};
|
|
133
189
|
readonly avenueRoad: {
|
|
134
190
|
readonly displayName: "Avenue Road";
|
|
135
|
-
readonly lines: ["
|
|
191
|
+
readonly lines: ["londonTrams"];
|
|
192
|
+
};
|
|
193
|
+
readonly aviemore: {
|
|
194
|
+
readonly displayName: "Aviemore";
|
|
195
|
+
readonly lines: ["csHighlander"];
|
|
136
196
|
};
|
|
137
197
|
readonly bakerStreet: {
|
|
138
198
|
readonly displayName: "Baker Street";
|
|
@@ -142,18 +202,38 @@ export declare const Stations: {
|
|
|
142
202
|
readonly displayName: "Balcombe";
|
|
143
203
|
readonly lines: ["southern", "thameslink"];
|
|
144
204
|
};
|
|
205
|
+
readonly baldock: {
|
|
206
|
+
readonly displayName: "Baldock";
|
|
207
|
+
readonly lines: ["greatNorthern", "thameslink"];
|
|
208
|
+
};
|
|
209
|
+
readonly balfourStreet: {
|
|
210
|
+
readonly displayName: "Balfour Street";
|
|
211
|
+
readonly lines: ["edinburghTrams"];
|
|
212
|
+
};
|
|
213
|
+
readonly balgreen: {
|
|
214
|
+
readonly displayName: "Balgreen";
|
|
215
|
+
readonly lines: ["edinburghTrams"];
|
|
216
|
+
};
|
|
145
217
|
readonly balham: {
|
|
146
218
|
readonly displayName: "Balham";
|
|
147
219
|
readonly lines: ["northern", "southern"];
|
|
148
220
|
};
|
|
149
|
-
readonly
|
|
150
|
-
readonly displayName: "
|
|
151
|
-
readonly lines: ["
|
|
221
|
+
readonly bamford: {
|
|
222
|
+
readonly displayName: "Bamford";
|
|
223
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
224
|
+
};
|
|
225
|
+
readonly banbury: {
|
|
226
|
+
readonly displayName: "Banbury";
|
|
227
|
+
readonly lines: ["crossCountry"];
|
|
152
228
|
};
|
|
153
229
|
readonly bank: {
|
|
154
230
|
readonly displayName: "Bank";
|
|
155
231
|
readonly lines: ["waterlooAndCity", "northern", "central", "dlr"];
|
|
156
232
|
};
|
|
233
|
+
readonly bankhead: {
|
|
234
|
+
readonly displayName: "Bankhead";
|
|
235
|
+
readonly lines: ["edinburghTrams"];
|
|
236
|
+
};
|
|
157
237
|
readonly banstead: {
|
|
158
238
|
readonly displayName: "Banstead";
|
|
159
239
|
readonly lines: ["southern"];
|
|
@@ -164,7 +244,7 @@ export declare const Stations: {
|
|
|
164
244
|
};
|
|
165
245
|
readonly barking: {
|
|
166
246
|
readonly displayName: "Barking";
|
|
167
|
-
readonly lines: ["district", "hammersmithAndCity", "suffragette"];
|
|
247
|
+
readonly lines: ["district", "hammersmithAndCity", "suffragette", "c2c"];
|
|
168
248
|
};
|
|
169
249
|
readonly barkingRiverside: {
|
|
170
250
|
readonly displayName: "Barking Riverside";
|
|
@@ -174,6 +254,10 @@ export declare const Stations: {
|
|
|
174
254
|
readonly displayName: "Barkingside";
|
|
175
255
|
readonly lines: ["central"];
|
|
176
256
|
};
|
|
257
|
+
readonly barnetby: {
|
|
258
|
+
readonly displayName: "Barnetby";
|
|
259
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
260
|
+
};
|
|
177
261
|
readonly barnham: {
|
|
178
262
|
readonly displayName: "Barnham";
|
|
179
263
|
readonly lines: ["southern"];
|
|
@@ -182,6 +266,26 @@ export declare const Stations: {
|
|
|
182
266
|
readonly displayName: "Barons Court";
|
|
183
267
|
readonly lines: ["district", "piccadilly"];
|
|
184
268
|
};
|
|
269
|
+
readonly barrowHaven: {
|
|
270
|
+
readonly displayName: "Barrow Haven";
|
|
271
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
272
|
+
};
|
|
273
|
+
readonly barrowUponSoar: {
|
|
274
|
+
readonly displayName: "Barrow-upon-Soar";
|
|
275
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
276
|
+
};
|
|
277
|
+
readonly bartonOnHumber: {
|
|
278
|
+
readonly displayName: "Barton-on-Humber";
|
|
279
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
280
|
+
};
|
|
281
|
+
readonly basildon: {
|
|
282
|
+
readonly displayName: "Basildon";
|
|
283
|
+
readonly lines: ["c2c"];
|
|
284
|
+
};
|
|
285
|
+
readonly basingstoke: {
|
|
286
|
+
readonly displayName: "Basingstoke";
|
|
287
|
+
readonly lines: ["crossCountry"];
|
|
288
|
+
};
|
|
185
289
|
readonly batAndBall: {
|
|
186
290
|
readonly displayName: "Bat & Ball";
|
|
187
291
|
readonly lines: ["thameslink"];
|
|
@@ -194,25 +298,25 @@ export declare const Stations: {
|
|
|
194
298
|
readonly displayName: "Battersea Power Station";
|
|
195
299
|
readonly lines: ["northern"];
|
|
196
300
|
};
|
|
197
|
-
readonly bayswater: {
|
|
198
|
-
readonly displayName: "Bayswater";
|
|
199
|
-
readonly lines: ["district", "circle"];
|
|
200
|
-
};
|
|
201
301
|
readonly bayford: {
|
|
202
302
|
readonly displayName: "Bayford";
|
|
203
303
|
readonly lines: ["greatNorthern"];
|
|
204
304
|
};
|
|
305
|
+
readonly bayswater: {
|
|
306
|
+
readonly displayName: "Bayswater";
|
|
307
|
+
readonly lines: ["district", "circle"];
|
|
308
|
+
};
|
|
205
309
|
readonly beckenhamHill: {
|
|
206
310
|
readonly displayName: "Beckenham Hill";
|
|
207
311
|
readonly lines: ["thameslink"];
|
|
208
312
|
};
|
|
209
313
|
readonly beckenhamJunction: {
|
|
210
314
|
readonly displayName: "Beckenham Junction";
|
|
211
|
-
readonly lines: ["
|
|
315
|
+
readonly lines: ["londonTrams", "southern"];
|
|
212
316
|
};
|
|
213
317
|
readonly beckenhamRoad: {
|
|
214
318
|
readonly displayName: "Beckenham Road";
|
|
215
|
-
readonly lines: ["
|
|
319
|
+
readonly lines: ["londonTrams"];
|
|
216
320
|
};
|
|
217
321
|
readonly beckton: {
|
|
218
322
|
readonly displayName: "Beckton";
|
|
@@ -228,28 +332,40 @@ export declare const Stations: {
|
|
|
228
332
|
};
|
|
229
333
|
readonly beddington: {
|
|
230
334
|
readonly displayName: "Beddington";
|
|
231
|
-
readonly lines: ["
|
|
335
|
+
readonly lines: ["londonTrams"];
|
|
232
336
|
};
|
|
233
337
|
readonly bedford: {
|
|
234
338
|
readonly displayName: "Bedford";
|
|
235
|
-
readonly lines: ["thameslink"];
|
|
339
|
+
readonly lines: ["eastMidlandsRailway", "thameslink"];
|
|
236
340
|
};
|
|
237
341
|
readonly bedhampton: {
|
|
238
342
|
readonly displayName: "Bedhampton";
|
|
239
343
|
readonly lines: ["southern"];
|
|
240
344
|
};
|
|
345
|
+
readonly beeston: {
|
|
346
|
+
readonly displayName: "Beeston";
|
|
347
|
+
readonly lines: ["crossCountry", "eastMidlandsRailway"];
|
|
348
|
+
};
|
|
241
349
|
readonly belgraveWalk: {
|
|
242
350
|
readonly displayName: "Belgrave Walk";
|
|
243
|
-
readonly lines: ["
|
|
351
|
+
readonly lines: ["londonTrams"];
|
|
244
352
|
};
|
|
245
353
|
readonly belmont: {
|
|
246
354
|
readonly displayName: "Belmont";
|
|
247
355
|
readonly lines: ["southern"];
|
|
248
356
|
};
|
|
357
|
+
readonly belper: {
|
|
358
|
+
readonly displayName: "Belper";
|
|
359
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
360
|
+
};
|
|
249
361
|
readonly belsizePark: {
|
|
250
362
|
readonly displayName: "Belsize Park";
|
|
251
363
|
readonly lines: ["northern"];
|
|
252
364
|
};
|
|
365
|
+
readonly benfleet: {
|
|
366
|
+
readonly displayName: "Benfleet";
|
|
367
|
+
readonly lines: ["c2c"];
|
|
368
|
+
};
|
|
253
369
|
readonly berkhamsted: {
|
|
254
370
|
readonly displayName: "Berkhamsted";
|
|
255
371
|
readonly lines: ["southern"];
|
|
@@ -262,6 +378,10 @@ export declare const Stations: {
|
|
|
262
378
|
readonly displayName: "Berwick";
|
|
263
379
|
readonly lines: ["southern"];
|
|
264
380
|
};
|
|
381
|
+
readonly berwickuponTweed: {
|
|
382
|
+
readonly displayName: "Berwick-upon-Tweed";
|
|
383
|
+
readonly lines: ["crossCountry"];
|
|
384
|
+
};
|
|
265
385
|
readonly bethnalGreen1: {
|
|
266
386
|
readonly displayName: "Bethnal Green";
|
|
267
387
|
readonly lines: ["weaver"];
|
|
@@ -286,9 +406,29 @@ export declare const Stations: {
|
|
|
286
406
|
readonly displayName: "Billingshurst";
|
|
287
407
|
readonly lines: ["southern"];
|
|
288
408
|
};
|
|
409
|
+
readonly bingham: {
|
|
410
|
+
readonly displayName: "Bingham";
|
|
411
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
412
|
+
};
|
|
413
|
+
readonly birchwood: {
|
|
414
|
+
readonly displayName: "Birchwood";
|
|
415
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
416
|
+
};
|
|
289
417
|
readonly birkbeck: {
|
|
290
418
|
readonly displayName: "Birkbeck";
|
|
291
|
-
readonly lines: ["
|
|
419
|
+
readonly lines: ["londonTrams", "southern"];
|
|
420
|
+
};
|
|
421
|
+
readonly birminghamInternational: {
|
|
422
|
+
readonly displayName: "Birmingham International";
|
|
423
|
+
readonly lines: ["crossCountry", "csHighlander"];
|
|
424
|
+
};
|
|
425
|
+
readonly birminghamNewStreet: {
|
|
426
|
+
readonly displayName: "Birmingham New Street";
|
|
427
|
+
readonly lines: ["crossCountry"];
|
|
428
|
+
};
|
|
429
|
+
readonly bishopsStortford: {
|
|
430
|
+
readonly displayName: "Bishops Stortford";
|
|
431
|
+
readonly lines: ["stanstedExpress"];
|
|
292
432
|
};
|
|
293
433
|
readonly bishopstone: {
|
|
294
434
|
readonly displayName: "Bishopstone";
|
|
@@ -304,7 +444,7 @@ export declare const Stations: {
|
|
|
304
444
|
};
|
|
305
445
|
readonly blackhorseLane: {
|
|
306
446
|
readonly displayName: "Blackhorse Lane";
|
|
307
|
-
readonly lines: ["
|
|
447
|
+
readonly lines: ["londonTrams"];
|
|
308
448
|
};
|
|
309
449
|
readonly blackhorseRoad: {
|
|
310
450
|
readonly displayName: "Blackhorse Road";
|
|
@@ -314,6 +454,22 @@ export declare const Stations: {
|
|
|
314
454
|
readonly displayName: "Blackwall";
|
|
315
455
|
readonly lines: ["dlr"];
|
|
316
456
|
};
|
|
457
|
+
readonly blairAtholl: {
|
|
458
|
+
readonly displayName: "Blair Atholl";
|
|
459
|
+
readonly lines: ["csHighlander"];
|
|
460
|
+
};
|
|
461
|
+
readonly bleasby: {
|
|
462
|
+
readonly displayName: "Bleasby";
|
|
463
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
464
|
+
};
|
|
465
|
+
readonly blytheBridge: {
|
|
466
|
+
readonly displayName: "Blythe Bridge";
|
|
467
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
468
|
+
};
|
|
469
|
+
readonly bodminParkway: {
|
|
470
|
+
readonly displayName: "Bodmin Parkway";
|
|
471
|
+
readonly lines: ["crossCountry"];
|
|
472
|
+
};
|
|
317
473
|
readonly bognorRegis: {
|
|
318
474
|
readonly displayName: "Bognor Regis";
|
|
319
475
|
readonly lines: ["southern"];
|
|
@@ -334,14 +490,26 @@ export declare const Stations: {
|
|
|
334
490
|
readonly displayName: "Bosham";
|
|
335
491
|
readonly lines: ["southern"];
|
|
336
492
|
};
|
|
493
|
+
readonly boston: {
|
|
494
|
+
readonly displayName: "Boston";
|
|
495
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
496
|
+
};
|
|
337
497
|
readonly bostonManor: {
|
|
338
498
|
readonly displayName: "Boston Manor";
|
|
339
499
|
readonly lines: ["piccadilly"];
|
|
340
500
|
};
|
|
501
|
+
readonly bottesford: {
|
|
502
|
+
readonly displayName: "Bottesford";
|
|
503
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
504
|
+
};
|
|
341
505
|
readonly boundsGreen: {
|
|
342
506
|
readonly displayName: "Bounds Green";
|
|
343
507
|
readonly lines: ["piccadilly"];
|
|
344
508
|
};
|
|
509
|
+
readonly bournemouth: {
|
|
510
|
+
readonly displayName: "Bournemouth";
|
|
511
|
+
readonly lines: ["crossCountry"];
|
|
512
|
+
};
|
|
345
513
|
readonly bowChurch: {
|
|
346
514
|
readonly displayName: "Bow Church";
|
|
347
515
|
readonly lines: ["dlr"];
|
|
@@ -358,6 +526,10 @@ export declare const Stations: {
|
|
|
358
526
|
readonly displayName: "Box Hill & Westhumble";
|
|
359
527
|
readonly lines: ["southern"];
|
|
360
528
|
};
|
|
529
|
+
readonly brandon: {
|
|
530
|
+
readonly displayName: "Brandon";
|
|
531
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
532
|
+
};
|
|
361
533
|
readonly brentCross: {
|
|
362
534
|
readonly displayName: "Brent Cross";
|
|
363
535
|
readonly lines: ["northern"];
|
|
@@ -366,14 +538,34 @@ export declare const Stations: {
|
|
|
366
538
|
readonly displayName: "Brentwood";
|
|
367
539
|
readonly lines: ["elizabeth"];
|
|
368
540
|
};
|
|
541
|
+
readonly bridgeOfOrchy: {
|
|
542
|
+
readonly displayName: "Bridge of Orchy";
|
|
543
|
+
readonly lines: ["csHighlander"];
|
|
544
|
+
};
|
|
545
|
+
readonly bridgeStreet: {
|
|
546
|
+
readonly displayName: "Bridge Street";
|
|
547
|
+
readonly lines: ["glasgowSubway"];
|
|
548
|
+
};
|
|
369
549
|
readonly brighton: {
|
|
370
550
|
readonly displayName: "Brighton";
|
|
371
551
|
readonly lines: ["southern", "thameslink", "gatwickExpress"];
|
|
372
552
|
};
|
|
553
|
+
readonly bristolParkway: {
|
|
554
|
+
readonly displayName: "Bristol Parkway";
|
|
555
|
+
readonly lines: ["crossCountry"];
|
|
556
|
+
};
|
|
557
|
+
readonly bristolTempleMeads: {
|
|
558
|
+
readonly displayName: "Bristol Temple Meads";
|
|
559
|
+
readonly lines: ["crossCountry"];
|
|
560
|
+
};
|
|
373
561
|
readonly brixton: {
|
|
374
562
|
readonly displayName: "Brixton";
|
|
375
563
|
readonly lines: ["victoria"];
|
|
376
564
|
};
|
|
565
|
+
readonly brockenhurst: {
|
|
566
|
+
readonly displayName: "Brockenhurst";
|
|
567
|
+
readonly lines: ["crossCountry"];
|
|
568
|
+
};
|
|
377
569
|
readonly brockley: {
|
|
378
570
|
readonly displayName: "Brockley";
|
|
379
571
|
readonly lines: ["windrush", "southern"];
|
|
@@ -402,10 +594,18 @@ export declare const Stations: {
|
|
|
402
594
|
readonly displayName: "Bruce Grove";
|
|
403
595
|
readonly lines: ["weaver"];
|
|
404
596
|
};
|
|
597
|
+
readonly buchananStreet: {
|
|
598
|
+
readonly displayName: "Buchanan Street";
|
|
599
|
+
readonly lines: ["glasgowSubway"];
|
|
600
|
+
};
|
|
405
601
|
readonly buckhurstHill: {
|
|
406
602
|
readonly displayName: "Buckhurst Hill";
|
|
407
603
|
readonly lines: ["central"];
|
|
408
604
|
};
|
|
605
|
+
readonly bulwell: {
|
|
606
|
+
readonly displayName: "Bulwell";
|
|
607
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
608
|
+
};
|
|
409
609
|
readonly burgessHill: {
|
|
410
610
|
readonly displayName: "Burgess Hill";
|
|
411
611
|
readonly lines: ["southern", "thameslink"];
|
|
@@ -418,6 +618,14 @@ export declare const Stations: {
|
|
|
418
618
|
readonly displayName: "Burnt Oak";
|
|
419
619
|
readonly lines: ["northern"];
|
|
420
620
|
};
|
|
621
|
+
readonly burtonJoyce: {
|
|
622
|
+
readonly displayName: "Burton Joyce";
|
|
623
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
624
|
+
};
|
|
625
|
+
readonly burtonOnTrent: {
|
|
626
|
+
readonly displayName: "Burton-on-Trent";
|
|
627
|
+
readonly lines: ["crossCountry"];
|
|
628
|
+
};
|
|
421
629
|
readonly bushHillPark: {
|
|
422
630
|
readonly displayName: "Bush Hill Park";
|
|
423
631
|
readonly lines: ["weaver"];
|
|
@@ -430,17 +638,25 @@ export declare const Stations: {
|
|
|
430
638
|
readonly displayName: "Buxted";
|
|
431
639
|
readonly lines: ["southern"];
|
|
432
640
|
};
|
|
641
|
+
readonly caldicot: {
|
|
642
|
+
readonly displayName: "Caldicot";
|
|
643
|
+
readonly lines: ["crossCountry"];
|
|
644
|
+
};
|
|
433
645
|
readonly caledonianRoad: {
|
|
434
646
|
readonly displayName: "Caledonian Road";
|
|
435
647
|
readonly lines: ["piccadilly"];
|
|
436
648
|
};
|
|
437
649
|
readonly caledonianRoadAndBarnsbury: {
|
|
438
|
-
readonly displayName: "Calendonian Road
|
|
650
|
+
readonly displayName: "Calendonian Road & Barnsbury";
|
|
439
651
|
readonly lines: ["mildmay"];
|
|
440
652
|
};
|
|
653
|
+
readonly camborne: {
|
|
654
|
+
readonly displayName: "Camborne";
|
|
655
|
+
readonly lines: ["crossCountry"];
|
|
656
|
+
};
|
|
441
657
|
readonly cambridge: {
|
|
442
658
|
readonly displayName: "Cambridge";
|
|
443
|
-
readonly lines: ["greatNorthern", "thameslink"];
|
|
659
|
+
readonly lines: ["greatNorthern", "thameslink", "crossCountry"];
|
|
444
660
|
};
|
|
445
661
|
readonly cambridgeHeath: {
|
|
446
662
|
readonly displayName: "Cambridge Heath";
|
|
@@ -482,10 +698,30 @@ export declare const Stations: {
|
|
|
482
698
|
readonly displayName: "Canons Park";
|
|
483
699
|
readonly lines: ["jubilee"];
|
|
484
700
|
};
|
|
701
|
+
readonly cardiffCentral: {
|
|
702
|
+
readonly displayName: "Cardiff Central";
|
|
703
|
+
readonly lines: ["crossCountry"];
|
|
704
|
+
};
|
|
705
|
+
readonly carlisle: {
|
|
706
|
+
readonly displayName: "Carlisle";
|
|
707
|
+
readonly lines: ["csLowlander"];
|
|
708
|
+
};
|
|
709
|
+
readonly carlton: {
|
|
710
|
+
readonly displayName: "Carlton";
|
|
711
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
712
|
+
};
|
|
713
|
+
readonly carnoustie: {
|
|
714
|
+
readonly displayName: "Carnoustie";
|
|
715
|
+
readonly lines: ["csHighlander"];
|
|
716
|
+
};
|
|
485
717
|
readonly carpendersPark: {
|
|
486
718
|
readonly displayName: "Carpenders Park";
|
|
487
719
|
readonly lines: ["lioness"];
|
|
488
720
|
};
|
|
721
|
+
readonly carrbridge: {
|
|
722
|
+
readonly displayName: "Carrbridge";
|
|
723
|
+
readonly lines: ["csHighlander"];
|
|
724
|
+
};
|
|
489
725
|
readonly carshalton: {
|
|
490
726
|
readonly displayName: "Carshalton";
|
|
491
727
|
readonly lines: ["southern", "thameslink"];
|
|
@@ -494,6 +730,10 @@ export declare const Stations: {
|
|
|
494
730
|
readonly displayName: "Carshalton Beeches";
|
|
495
731
|
readonly lines: ["southern"];
|
|
496
732
|
};
|
|
733
|
+
readonly carstairs: {
|
|
734
|
+
readonly displayName: "Carstairs";
|
|
735
|
+
readonly lines: ["csLowlander"];
|
|
736
|
+
};
|
|
497
737
|
readonly caterham: {
|
|
498
738
|
readonly displayName: "Caterham";
|
|
499
739
|
readonly lines: ["southern"];
|
|
@@ -504,12 +744,20 @@ export declare const Stations: {
|
|
|
504
744
|
};
|
|
505
745
|
readonly centrale: {
|
|
506
746
|
readonly displayName: "Centrale";
|
|
507
|
-
readonly lines: ["
|
|
747
|
+
readonly lines: ["londonTrams"];
|
|
748
|
+
};
|
|
749
|
+
readonly cessnock: {
|
|
750
|
+
readonly displayName: "Cessnock";
|
|
751
|
+
readonly lines: ["glasgowSubway"];
|
|
508
752
|
};
|
|
509
753
|
readonly chadwellHeath: {
|
|
510
754
|
readonly displayName: "Chadwell Heath";
|
|
511
755
|
readonly lines: ["elizabeth"];
|
|
512
756
|
};
|
|
757
|
+
readonly chaffordHundred: {
|
|
758
|
+
readonly displayName: "Chafford Hundred";
|
|
759
|
+
readonly lines: ["c2c"];
|
|
760
|
+
};
|
|
513
761
|
readonly chalfontAndLatimer: {
|
|
514
762
|
readonly displayName: "Chalfont & Latimer";
|
|
515
763
|
readonly lines: ["metropolitan"];
|
|
@@ -518,6 +766,10 @@ export declare const Stations: {
|
|
|
518
766
|
readonly displayName: "Chalk Farm";
|
|
519
767
|
readonly lines: ["northern"];
|
|
520
768
|
};
|
|
769
|
+
readonly chalkwell: {
|
|
770
|
+
readonly displayName: "Chalkwell";
|
|
771
|
+
readonly lines: ["c2c"];
|
|
772
|
+
};
|
|
521
773
|
readonly chanceryLane: {
|
|
522
774
|
readonly displayName: "Chancery Lane";
|
|
523
775
|
readonly lines: ["central"];
|
|
@@ -534,13 +786,25 @@ export declare const Stations: {
|
|
|
534
786
|
readonly displayName: "Cheam";
|
|
535
787
|
readonly lines: ["southern"];
|
|
536
788
|
};
|
|
789
|
+
readonly cheltenhamSpa: {
|
|
790
|
+
readonly displayName: "Cheltenham Spa";
|
|
791
|
+
readonly lines: ["crossCountry"];
|
|
792
|
+
};
|
|
793
|
+
readonly chepstow: {
|
|
794
|
+
readonly displayName: "Chepstow";
|
|
795
|
+
readonly lines: ["crossCountry"];
|
|
796
|
+
};
|
|
537
797
|
readonly chesham: {
|
|
538
798
|
readonly displayName: "Chesham";
|
|
539
799
|
readonly lines: ["metropolitan"];
|
|
540
800
|
};
|
|
541
801
|
readonly cheshunt: {
|
|
542
802
|
readonly displayName: "Cheshunt";
|
|
543
|
-
readonly lines: ["weaver"];
|
|
803
|
+
readonly lines: ["stanstedExpress", "weaver"];
|
|
804
|
+
};
|
|
805
|
+
readonly chesterfield: {
|
|
806
|
+
readonly displayName: "Chesterfield";
|
|
807
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
544
808
|
};
|
|
545
809
|
readonly chichester: {
|
|
546
810
|
readonly displayName: "Chichester";
|
|
@@ -554,6 +818,10 @@ export declare const Stations: {
|
|
|
554
818
|
readonly displayName: "Chingford";
|
|
555
819
|
readonly lines: ["weaver"];
|
|
556
820
|
};
|
|
821
|
+
readonly chinley: {
|
|
822
|
+
readonly displayName: "Chinley";
|
|
823
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
824
|
+
};
|
|
557
825
|
readonly chipstead: {
|
|
558
826
|
readonly displayName: "Chipstead";
|
|
559
827
|
readonly lines: ["southern"];
|
|
@@ -572,12 +840,16 @@ export declare const Stations: {
|
|
|
572
840
|
};
|
|
573
841
|
readonly churchStreet: {
|
|
574
842
|
readonly displayName: "Church Street";
|
|
575
|
-
readonly lines: ["
|
|
843
|
+
readonly lines: ["londonTrams"];
|
|
576
844
|
};
|
|
577
845
|
readonly cityThameslink: {
|
|
578
846
|
readonly displayName: "City Thameslink";
|
|
579
847
|
readonly lines: ["thameslink"];
|
|
580
848
|
};
|
|
849
|
+
readonly clandon: {
|
|
850
|
+
readonly displayName: "Clandon";
|
|
851
|
+
readonly lines: ["southern"];
|
|
852
|
+
};
|
|
581
853
|
readonly claphamCommon: {
|
|
582
854
|
readonly displayName: "Clapham Common";
|
|
583
855
|
readonly lines: ["northern"];
|
|
@@ -598,18 +870,22 @@ export declare const Stations: {
|
|
|
598
870
|
readonly displayName: "Clapham South";
|
|
599
871
|
readonly lines: ["northern"];
|
|
600
872
|
};
|
|
601
|
-
readonly clandon: {
|
|
602
|
-
readonly displayName: "Clandon";
|
|
603
|
-
readonly lines: ["southern"];
|
|
604
|
-
};
|
|
605
873
|
readonly clapton: {
|
|
606
874
|
readonly displayName: "Clapton";
|
|
607
875
|
readonly lines: ["weaver"];
|
|
608
876
|
};
|
|
877
|
+
readonly cleethorpes: {
|
|
878
|
+
readonly displayName: "Cleethorpes";
|
|
879
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
880
|
+
};
|
|
609
881
|
readonly cockfosters: {
|
|
610
882
|
readonly displayName: "Cockfosters";
|
|
611
883
|
readonly lines: ["piccadilly"];
|
|
612
884
|
};
|
|
885
|
+
readonly coleshillParkway: {
|
|
886
|
+
readonly displayName: "Coleshill Parkway";
|
|
887
|
+
readonly lines: ["crossCountry"];
|
|
888
|
+
};
|
|
613
889
|
readonly colindale: {
|
|
614
890
|
readonly displayName: "Colindale";
|
|
615
891
|
readonly lines: ["northern"];
|
|
@@ -618,6 +894,10 @@ export declare const Stations: {
|
|
|
618
894
|
readonly displayName: "Colliers Wood";
|
|
619
895
|
readonly lines: ["northern"];
|
|
620
896
|
};
|
|
897
|
+
readonly collingham: {
|
|
898
|
+
readonly displayName: "Collingham";
|
|
899
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
900
|
+
};
|
|
621
901
|
readonly collington: {
|
|
622
902
|
readonly displayName: "Collington";
|
|
623
903
|
readonly lines: ["southern"];
|
|
@@ -632,7 +912,15 @@ export declare const Stations: {
|
|
|
632
912
|
};
|
|
633
913
|
readonly coombeLane: {
|
|
634
914
|
readonly displayName: "Coombe Lane";
|
|
635
|
-
readonly lines: ["
|
|
915
|
+
readonly lines: ["londonTrams"];
|
|
916
|
+
};
|
|
917
|
+
readonly corby: {
|
|
918
|
+
readonly displayName: "Corby";
|
|
919
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
920
|
+
};
|
|
921
|
+
readonly corrour: {
|
|
922
|
+
readonly displayName: "Corrour";
|
|
923
|
+
readonly lines: ["csHighlander"];
|
|
636
924
|
};
|
|
637
925
|
readonly cosham: {
|
|
638
926
|
readonly displayName: "Cosham";
|
|
@@ -650,6 +938,14 @@ export declare const Stations: {
|
|
|
650
938
|
readonly displayName: "Covent Garden";
|
|
651
939
|
readonly lines: ["piccadilly"];
|
|
652
940
|
};
|
|
941
|
+
readonly coventry: {
|
|
942
|
+
readonly displayName: "Coventry";
|
|
943
|
+
readonly lines: ["crossCountry"];
|
|
944
|
+
};
|
|
945
|
+
readonly cowcaddens: {
|
|
946
|
+
readonly displayName: "Cowcaddens";
|
|
947
|
+
readonly lines: ["glasgowSubway"];
|
|
948
|
+
};
|
|
653
949
|
readonly cowdenKent: {
|
|
654
950
|
readonly displayName: "Cowden (Kent)";
|
|
655
951
|
readonly lines: ["southern"];
|
|
@@ -658,10 +954,22 @@ export declare const Stations: {
|
|
|
658
954
|
readonly displayName: "Crawley";
|
|
659
955
|
readonly lines: ["southern", "thameslink"];
|
|
660
956
|
};
|
|
957
|
+
readonly creswell: {
|
|
958
|
+
readonly displayName: "Creswell";
|
|
959
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
960
|
+
};
|
|
961
|
+
readonly crewe: {
|
|
962
|
+
readonly displayName: "Crewe";
|
|
963
|
+
readonly lines: ["eastMidlandsRailway", "csHighlander", "crossCountry"];
|
|
964
|
+
};
|
|
661
965
|
readonly crewsHill: {
|
|
662
966
|
readonly displayName: "Crews Hill";
|
|
663
967
|
readonly lines: ["greatNorthern"];
|
|
664
968
|
};
|
|
969
|
+
readonly crianlarich: {
|
|
970
|
+
readonly displayName: "Crianlarich";
|
|
971
|
+
readonly lines: ["csHighlander"];
|
|
972
|
+
};
|
|
665
973
|
readonly cricklewood: {
|
|
666
974
|
readonly displayName: "Cricklewood";
|
|
667
975
|
readonly lines: ["thameslink"];
|
|
@@ -670,6 +978,10 @@ export declare const Stations: {
|
|
|
670
978
|
readonly displayName: "Crofton Park";
|
|
671
979
|
readonly lines: ["thameslink"];
|
|
672
980
|
};
|
|
981
|
+
readonly cromford: {
|
|
982
|
+
readonly displayName: "Cromford";
|
|
983
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
984
|
+
};
|
|
673
985
|
readonly crossharbour: {
|
|
674
986
|
readonly displayName: "Crossharbour";
|
|
675
987
|
readonly lines: ["dlr"];
|
|
@@ -706,6 +1018,10 @@ export declare const Stations: {
|
|
|
706
1018
|
readonly displayName: "Cyprus";
|
|
707
1019
|
readonly lines: ["dlr"];
|
|
708
1020
|
};
|
|
1021
|
+
readonly dagenhamDock: {
|
|
1022
|
+
readonly displayName: "Dagenham Dock";
|
|
1023
|
+
readonly lines: ["c2c"];
|
|
1024
|
+
};
|
|
709
1025
|
readonly dagenhamEast: {
|
|
710
1026
|
readonly displayName: "Dagenham East";
|
|
711
1027
|
readonly lines: ["district"];
|
|
@@ -714,6 +1030,10 @@ export declare const Stations: {
|
|
|
714
1030
|
readonly displayName: "Dagenham Heathway";
|
|
715
1031
|
readonly lines: ["district"];
|
|
716
1032
|
};
|
|
1033
|
+
readonly dalmuir: {
|
|
1034
|
+
readonly displayName: "Dalmuir";
|
|
1035
|
+
readonly lines: ["csHighlander"];
|
|
1036
|
+
};
|
|
717
1037
|
readonly dalstonJunction: {
|
|
718
1038
|
readonly displayName: "Dalston Junction";
|
|
719
1039
|
readonly lines: ["windrush"];
|
|
@@ -722,10 +1042,22 @@ export declare const Stations: {
|
|
|
722
1042
|
readonly displayName: "Dalston Kingsland";
|
|
723
1043
|
readonly lines: ["mildmay"];
|
|
724
1044
|
};
|
|
1045
|
+
readonly dalwhinnie: {
|
|
1046
|
+
readonly displayName: "Dalwhinnie";
|
|
1047
|
+
readonly lines: ["csHighlander"];
|
|
1048
|
+
};
|
|
1049
|
+
readonly darlington: {
|
|
1050
|
+
readonly displayName: "Darlington";
|
|
1051
|
+
readonly lines: ["crossCountry"];
|
|
1052
|
+
};
|
|
725
1053
|
readonly dartford: {
|
|
726
1054
|
readonly displayName: "Dartford";
|
|
727
1055
|
readonly lines: ["thameslink"];
|
|
728
1056
|
};
|
|
1057
|
+
readonly dawlish: {
|
|
1058
|
+
readonly displayName: "Dawlish";
|
|
1059
|
+
readonly lines: ["crossCountry"];
|
|
1060
|
+
};
|
|
729
1061
|
readonly debden: {
|
|
730
1062
|
readonly displayName: "Debden";
|
|
731
1063
|
readonly lines: ["central"];
|
|
@@ -742,6 +1074,10 @@ export declare const Stations: {
|
|
|
742
1074
|
readonly displayName: "Deptford Bridge";
|
|
743
1075
|
readonly lines: ["dlr"];
|
|
744
1076
|
};
|
|
1077
|
+
readonly derby: {
|
|
1078
|
+
readonly displayName: "Derby";
|
|
1079
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
1080
|
+
};
|
|
745
1081
|
readonly devonsRoad: {
|
|
746
1082
|
readonly displayName: "Devons Road";
|
|
747
1083
|
readonly lines: ["dlr"];
|
|
@@ -754,6 +1090,14 @@ export declare const Stations: {
|
|
|
754
1090
|
readonly displayName: "Dollis Hill";
|
|
755
1091
|
readonly lines: ["jubilee"];
|
|
756
1092
|
};
|
|
1093
|
+
readonly doncaster: {
|
|
1094
|
+
readonly displayName: "Doncaster";
|
|
1095
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
1096
|
+
};
|
|
1097
|
+
readonly doreAndTotley: {
|
|
1098
|
+
readonly displayName: "Dore & Totley";
|
|
1099
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1100
|
+
};
|
|
757
1101
|
readonly dorking: {
|
|
758
1102
|
readonly displayName: "Dorking";
|
|
759
1103
|
readonly lines: ["southern"];
|
|
@@ -770,9 +1114,41 @@ export declare const Stations: {
|
|
|
770
1114
|
readonly displayName: "Drayton Park";
|
|
771
1115
|
readonly lines: ["greatNorthern"];
|
|
772
1116
|
};
|
|
1117
|
+
readonly dronfield: {
|
|
1118
|
+
readonly displayName: "Dronfield";
|
|
1119
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1120
|
+
};
|
|
1121
|
+
readonly duffield: {
|
|
1122
|
+
readonly displayName: "Duffield";
|
|
1123
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1124
|
+
};
|
|
1125
|
+
readonly dumbartonCentral: {
|
|
1126
|
+
readonly displayName: "Dumbarton Central";
|
|
1127
|
+
readonly lines: ["csHighlander"];
|
|
1128
|
+
};
|
|
1129
|
+
readonly dunbar: {
|
|
1130
|
+
readonly displayName: "Dunbar";
|
|
1131
|
+
readonly lines: ["crossCountry"];
|
|
1132
|
+
};
|
|
1133
|
+
readonly dunblane: {
|
|
1134
|
+
readonly displayName: "Dunblane";
|
|
1135
|
+
readonly lines: ["csHighlander"];
|
|
1136
|
+
};
|
|
1137
|
+
readonly dundee: {
|
|
1138
|
+
readonly displayName: "Dundee";
|
|
1139
|
+
readonly lines: ["crossCountry", "csHighlander"];
|
|
1140
|
+
};
|
|
773
1141
|
readonly dundonaldRoad: {
|
|
774
1142
|
readonly displayName: "Dundonald Road";
|
|
775
|
-
readonly lines: ["
|
|
1143
|
+
readonly lines: ["londonTrams"];
|
|
1144
|
+
};
|
|
1145
|
+
readonly dunkeldAndBirnam: {
|
|
1146
|
+
readonly displayName: "Dunkeld & Birnam";
|
|
1147
|
+
readonly lines: ["csHighlander"];
|
|
1148
|
+
};
|
|
1149
|
+
readonly durham: {
|
|
1150
|
+
readonly displayName: "Durham";
|
|
1151
|
+
readonly lines: ["crossCountry"];
|
|
776
1152
|
};
|
|
777
1153
|
readonly durringtonOnSea: {
|
|
778
1154
|
readonly displayName: "Durrington-on-Sea";
|
|
@@ -800,7 +1176,7 @@ export declare const Stations: {
|
|
|
800
1176
|
};
|
|
801
1177
|
readonly eastCroydon: {
|
|
802
1178
|
readonly displayName: "East Croydon";
|
|
803
|
-
readonly lines: ["
|
|
1179
|
+
readonly lines: ["londonTrams", "southern", "thameslink"];
|
|
804
1180
|
};
|
|
805
1181
|
readonly eastDulwich: {
|
|
806
1182
|
readonly displayName: "East Dulwich";
|
|
@@ -822,10 +1198,18 @@ export declare const Stations: {
|
|
|
822
1198
|
readonly displayName: "East India";
|
|
823
1199
|
readonly lines: ["dlr"];
|
|
824
1200
|
};
|
|
1201
|
+
readonly eastMidlandsParkway: {
|
|
1202
|
+
readonly displayName: "East Midlands Parkway";
|
|
1203
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1204
|
+
};
|
|
825
1205
|
readonly eastPutney: {
|
|
826
1206
|
readonly displayName: "East Putney";
|
|
827
1207
|
readonly lines: ["district"];
|
|
828
1208
|
};
|
|
1209
|
+
readonly eastTilbury: {
|
|
1210
|
+
readonly displayName: "East Tilbury";
|
|
1211
|
+
readonly lines: ["c2c"];
|
|
1212
|
+
};
|
|
829
1213
|
readonly eastWorthing: {
|
|
830
1214
|
readonly displayName: "East Worthing";
|
|
831
1215
|
readonly lines: ["southern"];
|
|
@@ -842,6 +1226,14 @@ export declare const Stations: {
|
|
|
842
1226
|
readonly displayName: "Eastleigh";
|
|
843
1227
|
readonly lines: ["southern"];
|
|
844
1228
|
};
|
|
1229
|
+
readonly ecclesRoad: {
|
|
1230
|
+
readonly displayName: "Eccles Road";
|
|
1231
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1232
|
+
};
|
|
1233
|
+
readonly edale: {
|
|
1234
|
+
readonly displayName: "Edale";
|
|
1235
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1236
|
+
};
|
|
845
1237
|
readonly edenbridge: {
|
|
846
1238
|
readonly displayName: "Edenbridge";
|
|
847
1239
|
readonly lines: ["southern"];
|
|
@@ -862,6 +1254,30 @@ export declare const Stations: {
|
|
|
862
1254
|
readonly displayName: "Edgware Road";
|
|
863
1255
|
readonly lines: ["hammersmithAndCity", "district", "circle"];
|
|
864
1256
|
};
|
|
1257
|
+
readonly edinburghAirport: {
|
|
1258
|
+
readonly displayName: "Edinburgh Airport";
|
|
1259
|
+
readonly lines: ["edinburghTrams"];
|
|
1260
|
+
};
|
|
1261
|
+
readonly edinburghGateway: {
|
|
1262
|
+
readonly displayName: "Edinburgh Gateway";
|
|
1263
|
+
readonly lines: ["edinburghTrams"];
|
|
1264
|
+
};
|
|
1265
|
+
readonly edinburghHaymarket: {
|
|
1266
|
+
readonly displayName: "Edinburgh Haymarket";
|
|
1267
|
+
readonly lines: ["crossCountry"];
|
|
1268
|
+
};
|
|
1269
|
+
readonly edinburghPark: {
|
|
1270
|
+
readonly displayName: "Edinburgh Park";
|
|
1271
|
+
readonly lines: ["edinburghTrams"];
|
|
1272
|
+
};
|
|
1273
|
+
readonly edinburghParkCentral: {
|
|
1274
|
+
readonly displayName: "Edinburgh Park Central";
|
|
1275
|
+
readonly lines: ["edinburghTrams"];
|
|
1276
|
+
};
|
|
1277
|
+
readonly edinburghWaverley: {
|
|
1278
|
+
readonly displayName: "Edinburgh Waverley";
|
|
1279
|
+
readonly lines: ["csLowlander", "lumo", "crossCountry"];
|
|
1280
|
+
};
|
|
865
1281
|
readonly edmontonGreen: {
|
|
866
1282
|
readonly displayName: "Edmonton Green";
|
|
867
1283
|
readonly lines: ["weaver"];
|
|
@@ -880,19 +1296,23 @@ export declare const Stations: {
|
|
|
880
1296
|
};
|
|
881
1297
|
readonly elmersEnd: {
|
|
882
1298
|
readonly displayName: "Elmers End";
|
|
883
|
-
readonly lines: ["
|
|
1299
|
+
readonly lines: ["londonTrams"];
|
|
884
1300
|
};
|
|
885
1301
|
readonly elstreeAndBorehamwood: {
|
|
886
1302
|
readonly displayName: "Elstree & Borehamwood";
|
|
887
1303
|
readonly lines: ["thameslink"];
|
|
888
1304
|
};
|
|
1305
|
+
readonly eltonandOrston: {
|
|
1306
|
+
readonly displayName: "Elton and Orston";
|
|
1307
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1308
|
+
};
|
|
889
1309
|
readonly elversonRoad: {
|
|
890
1310
|
readonly displayName: "Elverson Road";
|
|
891
1311
|
readonly lines: ["dlr"];
|
|
892
1312
|
};
|
|
893
1313
|
readonly ely: {
|
|
894
1314
|
readonly displayName: "Ely";
|
|
895
|
-
readonly lines: ["
|
|
1315
|
+
readonly lines: ["eastMidlandsRailway", "greatNorthern", "crossCountry"];
|
|
896
1316
|
};
|
|
897
1317
|
readonly embankment: {
|
|
898
1318
|
readonly displayName: "Embankment";
|
|
@@ -935,8 +1355,8 @@ export declare const Stations: {
|
|
|
935
1355
|
readonly lines: ["greatNorthern"];
|
|
936
1356
|
};
|
|
937
1357
|
readonly euston: {
|
|
938
|
-
readonly displayName: "Euston";
|
|
939
|
-
readonly lines: ["northern", "victoria", "lioness"];
|
|
1358
|
+
readonly displayName: "London Euston";
|
|
1359
|
+
readonly lines: ["csLowlander", "csHighlander", "northern", "victoria", "lioness"];
|
|
940
1360
|
};
|
|
941
1361
|
readonly eustonSquare: {
|
|
942
1362
|
readonly displayName: "Euston Square";
|
|
@@ -946,6 +1366,10 @@ export declare const Stations: {
|
|
|
946
1366
|
readonly displayName: "Ewell East";
|
|
947
1367
|
readonly lines: ["southern"];
|
|
948
1368
|
};
|
|
1369
|
+
readonly exeterStDavids: {
|
|
1370
|
+
readonly displayName: "Exeter St Davids";
|
|
1371
|
+
readonly lines: ["crossCountry"];
|
|
1372
|
+
};
|
|
949
1373
|
readonly eynsford: {
|
|
950
1374
|
readonly displayName: "Eynsford";
|
|
951
1375
|
readonly lines: ["thameslink"];
|
|
@@ -954,6 +1378,14 @@ export declare const Stations: {
|
|
|
954
1378
|
readonly displayName: "Fairlop";
|
|
955
1379
|
readonly lines: ["central"];
|
|
956
1380
|
};
|
|
1381
|
+
readonly falkirkGrahamston: {
|
|
1382
|
+
readonly displayName: "Falkirk Grahamston";
|
|
1383
|
+
readonly lines: ["csHighlander"];
|
|
1384
|
+
};
|
|
1385
|
+
readonly falkirkHigh: {
|
|
1386
|
+
readonly displayName: "Falkirk High";
|
|
1387
|
+
readonly lines: ["lumo"];
|
|
1388
|
+
};
|
|
957
1389
|
readonly falmer: {
|
|
958
1390
|
readonly displayName: "Falmer";
|
|
959
1391
|
readonly lines: ["southern"];
|
|
@@ -972,7 +1404,7 @@ export declare const Stations: {
|
|
|
972
1404
|
};
|
|
973
1405
|
readonly fieldway: {
|
|
974
1406
|
readonly displayName: "Fieldway";
|
|
975
|
-
readonly lines: ["
|
|
1407
|
+
readonly lines: ["londonTrams"];
|
|
976
1408
|
};
|
|
977
1409
|
readonly finchleyCentral: {
|
|
978
1410
|
readonly displayName: "Finchley Central";
|
|
@@ -998,10 +1430,22 @@ export declare const Stations: {
|
|
|
998
1430
|
readonly displayName: "Fishersgate";
|
|
999
1431
|
readonly lines: ["southern"];
|
|
1000
1432
|
};
|
|
1433
|
+
readonly fiskerton: {
|
|
1434
|
+
readonly displayName: "Fiskerton";
|
|
1435
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1436
|
+
};
|
|
1001
1437
|
readonly flitwick: {
|
|
1002
1438
|
readonly displayName: "Flitwick";
|
|
1003
1439
|
readonly lines: ["thameslink"];
|
|
1004
1440
|
};
|
|
1441
|
+
readonly footoftheWalk: {
|
|
1442
|
+
readonly displayName: "Foot of the Walk";
|
|
1443
|
+
readonly lines: ["edinburghTrams"];
|
|
1444
|
+
};
|
|
1445
|
+
readonly ford: {
|
|
1446
|
+
readonly displayName: "Ford";
|
|
1447
|
+
readonly lines: ["southern"];
|
|
1448
|
+
};
|
|
1005
1449
|
readonly forestGate: {
|
|
1006
1450
|
readonly displayName: "Forest Gate";
|
|
1007
1451
|
readonly lines: ["elizabeth"];
|
|
@@ -1010,9 +1454,9 @@ export declare const Stations: {
|
|
|
1010
1454
|
readonly displayName: "Forest Hill";
|
|
1011
1455
|
readonly lines: ["windrush", "southern"];
|
|
1012
1456
|
};
|
|
1013
|
-
readonly
|
|
1014
|
-
readonly displayName: "
|
|
1015
|
-
readonly lines: ["
|
|
1457
|
+
readonly fortWilliam: {
|
|
1458
|
+
readonly displayName: "Fort William";
|
|
1459
|
+
readonly lines: ["csHighlander"];
|
|
1016
1460
|
};
|
|
1017
1461
|
readonly foxton: {
|
|
1018
1462
|
readonly displayName: "Foxton";
|
|
@@ -1026,6 +1470,10 @@ export declare const Stations: {
|
|
|
1026
1470
|
readonly displayName: "Fulham Broadway";
|
|
1027
1471
|
readonly lines: ["district"];
|
|
1028
1472
|
};
|
|
1473
|
+
readonly gainsboroughLeaRoad: {
|
|
1474
|
+
readonly displayName: "Gainsborough Lea Road";
|
|
1475
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1476
|
+
};
|
|
1029
1477
|
readonly gallionsReach: {
|
|
1030
1478
|
readonly displayName: "Gallions Reach";
|
|
1031
1479
|
readonly lines: ["dlr"];
|
|
@@ -1034,13 +1482,17 @@ export declare const Stations: {
|
|
|
1034
1482
|
readonly displayName: "Gants Hill";
|
|
1035
1483
|
readonly lines: ["central"];
|
|
1036
1484
|
};
|
|
1485
|
+
readonly garelochhead: {
|
|
1486
|
+
readonly displayName: "Garelochhead";
|
|
1487
|
+
readonly lines: ["csHighlander"];
|
|
1488
|
+
};
|
|
1037
1489
|
readonly gatwickAirport: {
|
|
1038
1490
|
readonly displayName: "Gatwick Airport";
|
|
1039
1491
|
readonly lines: ["southern", "thameslink", "gatwickExpress"];
|
|
1040
1492
|
};
|
|
1041
1493
|
readonly georgeStreet: {
|
|
1042
1494
|
readonly displayName: "George Street";
|
|
1043
|
-
readonly lines: ["
|
|
1495
|
+
readonly lines: ["londonTrams"];
|
|
1044
1496
|
};
|
|
1045
1497
|
readonly gideaPark: {
|
|
1046
1498
|
readonly displayName: "Gidea Park";
|
|
@@ -1054,6 +1506,22 @@ export declare const Stations: {
|
|
|
1054
1506
|
readonly displayName: "Gipsy Hill";
|
|
1055
1507
|
readonly lines: ["southern"];
|
|
1056
1508
|
};
|
|
1509
|
+
readonly glasgowCentral: {
|
|
1510
|
+
readonly displayName: "Glasgow Central";
|
|
1511
|
+
readonly lines: ["crossCountry", "csLowlander"];
|
|
1512
|
+
};
|
|
1513
|
+
readonly glasgowQueenStreet: {
|
|
1514
|
+
readonly displayName: "Glasgow Queen Street";
|
|
1515
|
+
readonly lines: ["lumo"];
|
|
1516
|
+
};
|
|
1517
|
+
readonly gleneagles: {
|
|
1518
|
+
readonly displayName: "Gleneagles";
|
|
1519
|
+
readonly lines: ["csHighlander"];
|
|
1520
|
+
};
|
|
1521
|
+
readonly gloucester: {
|
|
1522
|
+
readonly displayName: "Gloucester";
|
|
1523
|
+
readonly lines: ["crossCountry"];
|
|
1524
|
+
};
|
|
1057
1525
|
readonly gloucesterRoad: {
|
|
1058
1526
|
readonly displayName: "Gloucester Road";
|
|
1059
1527
|
readonly lines: ["district", "piccadilly", "circle"];
|
|
@@ -1066,6 +1534,10 @@ export declare const Stations: {
|
|
|
1066
1534
|
readonly displayName: "Godstone";
|
|
1067
1535
|
readonly lines: ["southern"];
|
|
1068
1536
|
};
|
|
1537
|
+
readonly gogarburn: {
|
|
1538
|
+
readonly displayName: "Gogarburn";
|
|
1539
|
+
readonly lines: ["edinburghTrams"];
|
|
1540
|
+
};
|
|
1069
1541
|
readonly goldersGreen: {
|
|
1070
1542
|
readonly displayName: "Golders Green";
|
|
1071
1543
|
readonly lines: ["northern"];
|
|
@@ -1086,13 +1558,21 @@ export declare const Stations: {
|
|
|
1086
1558
|
readonly displayName: "Gordon Hill";
|
|
1087
1559
|
readonly lines: ["greatNorthern"];
|
|
1088
1560
|
};
|
|
1561
|
+
readonly goringBySea: {
|
|
1562
|
+
readonly displayName: "Goring-by-Sea";
|
|
1563
|
+
readonly lines: ["southern", "thameslink"];
|
|
1564
|
+
};
|
|
1089
1565
|
readonly gospelOak: {
|
|
1090
1566
|
readonly displayName: "Gospel Oak";
|
|
1091
1567
|
readonly lines: ["mildmay", "suffragette"];
|
|
1092
1568
|
};
|
|
1093
|
-
readonly
|
|
1094
|
-
readonly displayName: "
|
|
1095
|
-
readonly lines: ["
|
|
1569
|
+
readonly govan: {
|
|
1570
|
+
readonly displayName: "Govan";
|
|
1571
|
+
readonly lines: ["glasgowSubway"];
|
|
1572
|
+
};
|
|
1573
|
+
readonly goxhill: {
|
|
1574
|
+
readonly displayName: "Goxhill";
|
|
1575
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1096
1576
|
};
|
|
1097
1577
|
readonly grangeHill: {
|
|
1098
1578
|
readonly displayName: "Grange Hill";
|
|
@@ -1102,14 +1582,26 @@ export declare const Stations: {
|
|
|
1102
1582
|
readonly displayName: "Grange Park";
|
|
1103
1583
|
readonly lines: ["greatNorthern"];
|
|
1104
1584
|
};
|
|
1585
|
+
readonly grantham: {
|
|
1586
|
+
readonly displayName: "Grantham";
|
|
1587
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1588
|
+
};
|
|
1105
1589
|
readonly gravelHill: {
|
|
1106
1590
|
readonly displayName: "Gravel Hill";
|
|
1107
|
-
readonly lines: ["
|
|
1591
|
+
readonly lines: ["londonTrams"];
|
|
1108
1592
|
};
|
|
1109
1593
|
readonly gravesend: {
|
|
1110
1594
|
readonly displayName: "Gravesend";
|
|
1111
1595
|
readonly lines: ["thameslink"];
|
|
1112
1596
|
};
|
|
1597
|
+
readonly grays: {
|
|
1598
|
+
readonly displayName: "Grays";
|
|
1599
|
+
readonly lines: ["c2c"];
|
|
1600
|
+
};
|
|
1601
|
+
readonly greatCoates: {
|
|
1602
|
+
readonly displayName: "Great Coates";
|
|
1603
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1604
|
+
};
|
|
1113
1605
|
readonly greatPortlandStreet: {
|
|
1114
1606
|
readonly displayName: "Great Portland Street";
|
|
1115
1607
|
readonly lines: ["metropolitan", "circle", "hammersmithAndCity"];
|
|
@@ -1134,14 +1626,34 @@ export declare const Stations: {
|
|
|
1134
1626
|
readonly displayName: "IFS Cloud Greenwich Peninsula";
|
|
1135
1627
|
readonly lines: ["cableCar"];
|
|
1136
1628
|
};
|
|
1137
|
-
readonly
|
|
1138
|
-
readonly displayName: "
|
|
1139
|
-
readonly lines: ["
|
|
1629
|
+
readonly grimsbyDocks: {
|
|
1630
|
+
readonly displayName: "Grimsby Docks";
|
|
1631
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1632
|
+
};
|
|
1633
|
+
readonly grimsbyTown: {
|
|
1634
|
+
readonly displayName: "Grimsby Town";
|
|
1635
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1636
|
+
};
|
|
1637
|
+
readonly grindleford: {
|
|
1638
|
+
readonly displayName: "Grindleford";
|
|
1639
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1140
1640
|
};
|
|
1141
1641
|
readonly guildford: {
|
|
1142
1642
|
readonly displayName: "Guildford";
|
|
1143
1643
|
readonly lines: ["southern"];
|
|
1144
1644
|
};
|
|
1645
|
+
readonly gunnersbury: {
|
|
1646
|
+
readonly displayName: "Gunnersbury";
|
|
1647
|
+
readonly lines: ["mildmay", "district"];
|
|
1648
|
+
};
|
|
1649
|
+
readonly gyleCentre: {
|
|
1650
|
+
readonly displayName: "Gyle Centre";
|
|
1651
|
+
readonly lines: ["edinburghTrams"];
|
|
1652
|
+
};
|
|
1653
|
+
readonly habrough: {
|
|
1654
|
+
readonly displayName: "Habrough";
|
|
1655
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1656
|
+
};
|
|
1145
1657
|
readonly hackbridge: {
|
|
1146
1658
|
readonly displayName: "Hackbridge";
|
|
1147
1659
|
readonly lines: ["southern", "thameslink"];
|
|
@@ -1206,10 +1718,18 @@ export declare const Stations: {
|
|
|
1206
1718
|
readonly displayName: "Harlesden";
|
|
1207
1719
|
readonly lines: ["bakerloo", "lioness"];
|
|
1208
1720
|
};
|
|
1721
|
+
readonly harlingRoad: {
|
|
1722
|
+
readonly displayName: "Harling Road";
|
|
1723
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1724
|
+
};
|
|
1209
1725
|
readonly harlingtonBeds: {
|
|
1210
1726
|
readonly displayName: "Harlington (Beds)";
|
|
1211
1727
|
readonly lines: ["thameslink"];
|
|
1212
1728
|
};
|
|
1729
|
+
readonly harlowTown: {
|
|
1730
|
+
readonly displayName: "Harlow Town";
|
|
1731
|
+
readonly lines: ["stanstedExpress"];
|
|
1732
|
+
};
|
|
1213
1733
|
readonly haroldWood: {
|
|
1214
1734
|
readonly displayName: "Harold Wood";
|
|
1215
1735
|
readonly lines: ["elizabeth"];
|
|
@@ -1228,7 +1748,7 @@ export declare const Stations: {
|
|
|
1228
1748
|
};
|
|
1229
1749
|
readonly harringtonRoad: {
|
|
1230
1750
|
readonly displayName: "Harrington Road";
|
|
1231
|
-
readonly lines: ["
|
|
1751
|
+
readonly lines: ["londonTrams"];
|
|
1232
1752
|
};
|
|
1233
1753
|
readonly harrowAndWealdstone: {
|
|
1234
1754
|
readonly displayName: "Harrow & Wealdstone";
|
|
@@ -1254,6 +1774,10 @@ export declare const Stations: {
|
|
|
1254
1774
|
readonly displayName: "Hatfield (Herts)";
|
|
1255
1775
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
1256
1776
|
};
|
|
1777
|
+
readonly hathersage: {
|
|
1778
|
+
readonly displayName: "Hathersage";
|
|
1779
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1780
|
+
};
|
|
1257
1781
|
readonly hattonCross: {
|
|
1258
1782
|
readonly displayName: "Hatton Cross";
|
|
1259
1783
|
readonly lines: ["piccadilly"];
|
|
@@ -1262,6 +1786,10 @@ export declare const Stations: {
|
|
|
1262
1786
|
readonly displayName: "Havant";
|
|
1263
1787
|
readonly lines: ["southern"];
|
|
1264
1788
|
};
|
|
1789
|
+
readonly havenhouse: {
|
|
1790
|
+
readonly displayName: "Havenhouse";
|
|
1791
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1792
|
+
};
|
|
1265
1793
|
readonly haydonsRoad: {
|
|
1266
1794
|
readonly displayName: "Haydons Road";
|
|
1267
1795
|
readonly lines: ["thameslink"];
|
|
@@ -1270,17 +1798,33 @@ export declare const Stations: {
|
|
|
1270
1798
|
readonly displayName: "Hayes & Harlington";
|
|
1271
1799
|
readonly lines: ["elizabeth"];
|
|
1272
1800
|
};
|
|
1801
|
+
readonly haymarket: {
|
|
1802
|
+
readonly displayName: "Haymarket";
|
|
1803
|
+
readonly lines: ["edinburghTrams"];
|
|
1804
|
+
};
|
|
1273
1805
|
readonly haywardsHeath: {
|
|
1274
1806
|
readonly displayName: "Haywards Heath";
|
|
1275
1807
|
readonly lines: ["southern", "thameslink"];
|
|
1276
1808
|
};
|
|
1809
|
+
readonly hazelGrove: {
|
|
1810
|
+
readonly displayName: "Hazel Grove";
|
|
1811
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1812
|
+
};
|
|
1277
1813
|
readonly headstoneLane: {
|
|
1278
1814
|
readonly displayName: "Headstone Lane";
|
|
1279
1815
|
readonly lines: ["lioness"];
|
|
1280
1816
|
};
|
|
1817
|
+
readonly healing: {
|
|
1818
|
+
readonly displayName: "Healing";
|
|
1819
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1820
|
+
};
|
|
1821
|
+
readonly heathrowCentral: {
|
|
1822
|
+
readonly displayName: "Heathrow Central";
|
|
1823
|
+
readonly lines: ["elizabeth", "heathrowExpress"];
|
|
1824
|
+
};
|
|
1281
1825
|
readonly heathrowTerminalFive: {
|
|
1282
1826
|
readonly displayName: "Heathrow Terminal 5";
|
|
1283
|
-
readonly lines: ["piccadilly", "elizabeth"];
|
|
1827
|
+
readonly lines: ["piccadilly", "elizabeth", "heathrowExpress"];
|
|
1284
1828
|
};
|
|
1285
1829
|
readonly heathrowTerminalFour: {
|
|
1286
1830
|
readonly displayName: "Heathrow Terminal 4";
|
|
@@ -1288,7 +1832,15 @@ export declare const Stations: {
|
|
|
1288
1832
|
};
|
|
1289
1833
|
readonly heathrowTerminalsTwoAndThree: {
|
|
1290
1834
|
readonly displayName: "Heathrow Terminals 2 & 3";
|
|
1291
|
-
readonly lines: ["piccadilly"
|
|
1835
|
+
readonly lines: ["piccadilly"];
|
|
1836
|
+
};
|
|
1837
|
+
readonly heckington: {
|
|
1838
|
+
readonly displayName: "Heckington";
|
|
1839
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1840
|
+
};
|
|
1841
|
+
readonly helensburghUpper: {
|
|
1842
|
+
readonly displayName: "Helensburgh Upper";
|
|
1843
|
+
readonly lines: ["csHighlander"];
|
|
1292
1844
|
};
|
|
1293
1845
|
readonly hendon: {
|
|
1294
1846
|
readonly displayName: "Hendon";
|
|
@@ -1338,6 +1890,10 @@ export declare const Stations: {
|
|
|
1338
1890
|
readonly displayName: "Highgate";
|
|
1339
1891
|
readonly lines: ["northern"];
|
|
1340
1892
|
};
|
|
1893
|
+
readonly hillhead: {
|
|
1894
|
+
readonly displayName: "Hillhead";
|
|
1895
|
+
readonly lines: ["glasgowSubway"];
|
|
1896
|
+
};
|
|
1341
1897
|
readonly hillingdon: {
|
|
1342
1898
|
readonly displayName: "Hillingdon";
|
|
1343
1899
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
@@ -1346,6 +1902,10 @@ export declare const Stations: {
|
|
|
1346
1902
|
readonly displayName: "Hilsea";
|
|
1347
1903
|
readonly lines: ["southern"];
|
|
1348
1904
|
};
|
|
1905
|
+
readonly hinckley: {
|
|
1906
|
+
readonly displayName: "Hinckley";
|
|
1907
|
+
readonly lines: ["crossCountry"];
|
|
1908
|
+
};
|
|
1349
1909
|
readonly hitchin: {
|
|
1350
1910
|
readonly displayName: "Hitchin";
|
|
1351
1911
|
readonly lines: ["greatNorthern", "thameslink"];
|
|
@@ -1374,6 +1934,10 @@ export declare const Stations: {
|
|
|
1374
1934
|
readonly displayName: "Honor Oak Park";
|
|
1375
1935
|
readonly lines: ["windrush"];
|
|
1376
1936
|
};
|
|
1937
|
+
readonly hope: {
|
|
1938
|
+
readonly displayName: "Hope";
|
|
1939
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1940
|
+
};
|
|
1377
1941
|
readonly horley: {
|
|
1378
1942
|
readonly displayName: "Horley";
|
|
1379
1943
|
readonly lines: ["southern", "thameslink"];
|
|
@@ -1410,10 +1974,22 @@ export declare const Stations: {
|
|
|
1410
1974
|
readonly displayName: "Hoxton";
|
|
1411
1975
|
readonly lines: ["windrush"];
|
|
1412
1976
|
};
|
|
1977
|
+
readonly hubbertsBridge: {
|
|
1978
|
+
readonly displayName: "Hubberts Bridge";
|
|
1979
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1980
|
+
};
|
|
1981
|
+
readonly hucknall: {
|
|
1982
|
+
readonly displayName: "Hucknall";
|
|
1983
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1984
|
+
};
|
|
1413
1985
|
readonly huntingdon: {
|
|
1414
1986
|
readonly displayName: "Huntingdon";
|
|
1415
1987
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
1416
1988
|
};
|
|
1989
|
+
readonly huntsCross: {
|
|
1990
|
+
readonly displayName: "Hunts Cross";
|
|
1991
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1992
|
+
};
|
|
1417
1993
|
readonly hurstGreen: {
|
|
1418
1994
|
readonly displayName: "Hurst Green";
|
|
1419
1995
|
readonly lines: ["thameslink", "southern"];
|
|
@@ -1422,6 +1998,14 @@ export declare const Stations: {
|
|
|
1422
1998
|
readonly displayName: "Hyde Park Corner";
|
|
1423
1999
|
readonly lines: ["piccadilly"];
|
|
1424
2000
|
};
|
|
2001
|
+
readonly hykeham: {
|
|
2002
|
+
readonly displayName: "Hykeham";
|
|
2003
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2004
|
+
};
|
|
2005
|
+
readonly ibrox: {
|
|
2006
|
+
readonly displayName: "Ibrox";
|
|
2007
|
+
readonly lines: ["glasgowSubway"];
|
|
2008
|
+
};
|
|
1425
2009
|
readonly ickenham: {
|
|
1426
2010
|
readonly displayName: "Ickenham";
|
|
1427
2011
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
@@ -1434,10 +2018,26 @@ export declare const Stations: {
|
|
|
1434
2018
|
readonly displayName: "Ilford";
|
|
1435
2019
|
readonly lines: ["elizabeth"];
|
|
1436
2020
|
};
|
|
2021
|
+
readonly ilkeston: {
|
|
2022
|
+
readonly displayName: "Ilkeston";
|
|
2023
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2024
|
+
};
|
|
1437
2025
|
readonly imperialWharf: {
|
|
1438
2026
|
readonly displayName: "Imperial Wharf";
|
|
1439
2027
|
readonly lines: ["mildmay", "southern"];
|
|
1440
2028
|
};
|
|
2029
|
+
readonly inglistonParkAndRide: {
|
|
2030
|
+
readonly displayName: "Ingliston Park & Ride";
|
|
2031
|
+
readonly lines: ["edinburghTrams"];
|
|
2032
|
+
};
|
|
2033
|
+
readonly inverkeithing: {
|
|
2034
|
+
readonly displayName: "Inverkeithing";
|
|
2035
|
+
readonly lines: ["csHighlander"];
|
|
2036
|
+
};
|
|
2037
|
+
readonly inverness: {
|
|
2038
|
+
readonly displayName: "Inverness";
|
|
2039
|
+
readonly lines: ["csHighlander"];
|
|
2040
|
+
};
|
|
1441
2041
|
readonly islandGardens: {
|
|
1442
2042
|
readonly displayName: "Island Gardens";
|
|
1443
2043
|
readonly lines: ["dlr"];
|
|
@@ -1446,14 +2046,22 @@ export declare const Stations: {
|
|
|
1446
2046
|
readonly displayName: "Iver";
|
|
1447
2047
|
readonly lines: ["elizabeth"];
|
|
1448
2048
|
};
|
|
1449
|
-
readonly
|
|
1450
|
-
readonly displayName: "
|
|
1451
|
-
readonly lines: ["
|
|
2049
|
+
readonly kelvinbridge: {
|
|
2050
|
+
readonly displayName: "Kelvinbridge";
|
|
2051
|
+
readonly lines: ["glasgowSubway"];
|
|
2052
|
+
};
|
|
2053
|
+
readonly kelvinhall: {
|
|
2054
|
+
readonly displayName: "Kelvinhall";
|
|
2055
|
+
readonly lines: ["glasgowSubway"];
|
|
1452
2056
|
};
|
|
1453
2057
|
readonly kenley: {
|
|
1454
2058
|
readonly displayName: "Kenley";
|
|
1455
2059
|
readonly lines: ["southern"];
|
|
1456
2060
|
};
|
|
2061
|
+
readonly kennington: {
|
|
2062
|
+
readonly displayName: "Kennington";
|
|
2063
|
+
readonly lines: ["northern"];
|
|
2064
|
+
};
|
|
1457
2065
|
readonly kensalGreen: {
|
|
1458
2066
|
readonly displayName: "Kensal Green";
|
|
1459
2067
|
readonly lines: ["bakerloo", "lioness"];
|
|
@@ -1478,10 +2086,18 @@ export declare const Stations: {
|
|
|
1478
2086
|
readonly displayName: "Kenton";
|
|
1479
2087
|
readonly lines: ["bakerloo", "lioness"];
|
|
1480
2088
|
};
|
|
2089
|
+
readonly kettering: {
|
|
2090
|
+
readonly displayName: "Kettering";
|
|
2091
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2092
|
+
};
|
|
1481
2093
|
readonly kewGardens: {
|
|
1482
2094
|
readonly displayName: "Kew Gardens";
|
|
1483
2095
|
readonly lines: ["district", "mildmay"];
|
|
1484
2096
|
};
|
|
2097
|
+
readonly kidsgrove: {
|
|
2098
|
+
readonly displayName: "Kidsgrove";
|
|
2099
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2100
|
+
};
|
|
1485
2101
|
readonly kilburn: {
|
|
1486
2102
|
readonly displayName: "Kilburn";
|
|
1487
2103
|
readonly lines: ["jubilee"];
|
|
@@ -1500,11 +2116,11 @@ export declare const Stations: {
|
|
|
1500
2116
|
};
|
|
1501
2117
|
readonly kingHenrysDrive: {
|
|
1502
2118
|
readonly displayName: "King Henry's Drive";
|
|
1503
|
-
readonly lines: ["
|
|
2119
|
+
readonly lines: ["londonTrams"];
|
|
1504
2120
|
};
|
|
1505
2121
|
readonly kingsCross: {
|
|
1506
|
-
readonly displayName: "
|
|
1507
|
-
readonly lines: ["greatNorthern", "thameslink"];
|
|
2122
|
+
readonly displayName: "King's Cross";
|
|
2123
|
+
readonly lines: ["greatNorthern", "thameslink", "lumo"];
|
|
1508
2124
|
};
|
|
1509
2125
|
readonly kingsCrossStPancras: {
|
|
1510
2126
|
readonly displayName: "King's Cross St Pancras";
|
|
@@ -1514,18 +2130,34 @@ export declare const Stations: {
|
|
|
1514
2130
|
readonly displayName: "Kingsbury";
|
|
1515
2131
|
readonly lines: ["jubilee"];
|
|
1516
2132
|
};
|
|
2133
|
+
readonly kingslynn: {
|
|
2134
|
+
readonly displayName: "Kingslynn";
|
|
2135
|
+
readonly lines: ["greatNorthern"];
|
|
2136
|
+
};
|
|
1517
2137
|
readonly kingswood: {
|
|
1518
2138
|
readonly displayName: "Kingswood";
|
|
1519
2139
|
readonly lines: ["southern"];
|
|
1520
2140
|
};
|
|
2141
|
+
readonly kingussie: {
|
|
2142
|
+
readonly displayName: "Kingussie";
|
|
2143
|
+
readonly lines: ["csHighlander"];
|
|
2144
|
+
};
|
|
2145
|
+
readonly kinningPark: {
|
|
2146
|
+
readonly displayName: "Kinning Park";
|
|
2147
|
+
readonly lines: ["glasgowSubway"];
|
|
2148
|
+
};
|
|
2149
|
+
readonly kirkbyinAshfield: {
|
|
2150
|
+
readonly displayName: "Kirkby-in-Ashfield";
|
|
2151
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2152
|
+
};
|
|
2153
|
+
readonly kirkcaldy: {
|
|
2154
|
+
readonly displayName: "Kirkcaldy";
|
|
2155
|
+
readonly lines: ["csHighlander"];
|
|
2156
|
+
};
|
|
1521
2157
|
readonly knebworth: {
|
|
1522
2158
|
readonly displayName: "Knebworth";
|
|
1523
2159
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
1524
2160
|
};
|
|
1525
|
-
readonly kingslynn: {
|
|
1526
|
-
readonly displayName: "Kingslynn";
|
|
1527
|
-
readonly lines: ["greatNorthern"];
|
|
1528
|
-
};
|
|
1529
2161
|
readonly knightsbridge: {
|
|
1530
2162
|
readonly displayName: "Knightsbridge";
|
|
1531
2163
|
readonly lines: ["piccadilly"];
|
|
@@ -1534,6 +2166,10 @@ export declare const Stations: {
|
|
|
1534
2166
|
readonly displayName: "Ladbroke Grove";
|
|
1535
2167
|
readonly lines: ["hammersmithAndCity", "circle"];
|
|
1536
2168
|
};
|
|
2169
|
+
readonly laindon: {
|
|
2170
|
+
readonly displayName: "Laindon";
|
|
2171
|
+
readonly lines: ["c2c"];
|
|
2172
|
+
};
|
|
1537
2173
|
readonly lambethNorth: {
|
|
1538
2174
|
readonly displayName: "Lambeth North";
|
|
1539
2175
|
readonly lines: ["bakerloo"];
|
|
@@ -1554,6 +2190,14 @@ export declare const Stations: {
|
|
|
1554
2190
|
readonly displayName: "Langley";
|
|
1555
2191
|
readonly lines: ["elizabeth"];
|
|
1556
2192
|
};
|
|
2193
|
+
readonly langleyMill: {
|
|
2194
|
+
readonly displayName: "Langley Mill";
|
|
2195
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2196
|
+
};
|
|
2197
|
+
readonly langwithWhaleyThorns: {
|
|
2198
|
+
readonly displayName: "Langwith-Whaley Thorns";
|
|
2199
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2200
|
+
};
|
|
1557
2201
|
readonly latimerRoad: {
|
|
1558
2202
|
readonly displayName: "Latimer Road";
|
|
1559
2203
|
readonly lines: ["hammersmithAndCity", "circle"];
|
|
@@ -1562,13 +2206,25 @@ export declare const Stations: {
|
|
|
1562
2206
|
readonly displayName: "Leagrave";
|
|
1563
2207
|
readonly lines: ["thameslink"];
|
|
1564
2208
|
};
|
|
2209
|
+
readonly leamingtonSpa: {
|
|
2210
|
+
readonly displayName: "Leamington Spa";
|
|
2211
|
+
readonly lines: ["crossCountry"];
|
|
2212
|
+
};
|
|
1565
2213
|
readonly leatherhead: {
|
|
1566
2214
|
readonly displayName: "Leatherhead";
|
|
1567
2215
|
readonly lines: ["southern"];
|
|
1568
2216
|
};
|
|
1569
2217
|
readonly lebanonRoad: {
|
|
1570
2218
|
readonly displayName: "Lebanon Road";
|
|
1571
|
-
readonly lines: ["
|
|
2219
|
+
readonly lines: ["londonTrams"];
|
|
2220
|
+
};
|
|
2221
|
+
readonly leeds: {
|
|
2222
|
+
readonly displayName: "Leeds";
|
|
2223
|
+
readonly lines: ["crossCountry"];
|
|
2224
|
+
};
|
|
2225
|
+
readonly leicester: {
|
|
2226
|
+
readonly displayName: "Leicester";
|
|
2227
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
1572
2228
|
};
|
|
1573
2229
|
readonly leicesterSquare: {
|
|
1574
2230
|
readonly displayName: "Leicester Square";
|
|
@@ -1578,10 +2234,18 @@ export declare const Stations: {
|
|
|
1578
2234
|
readonly displayName: "Leigh (Kent)";
|
|
1579
2235
|
readonly lines: ["southern"];
|
|
1580
2236
|
};
|
|
2237
|
+
readonly leighOnSea: {
|
|
2238
|
+
readonly displayName: "Leigh-on-Sea";
|
|
2239
|
+
readonly lines: ["c2c"];
|
|
2240
|
+
};
|
|
1581
2241
|
readonly letchworthGardenCity: {
|
|
1582
2242
|
readonly displayName: "Letchworth Garden City";
|
|
1583
2243
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
1584
2244
|
};
|
|
2245
|
+
readonly leuchars: {
|
|
2246
|
+
readonly displayName: "Leuchars";
|
|
2247
|
+
readonly lines: ["csHighlander"];
|
|
2248
|
+
};
|
|
1585
2249
|
readonly lewes: {
|
|
1586
2250
|
readonly displayName: "Lewes";
|
|
1587
2251
|
readonly lines: ["southern"];
|
|
@@ -1608,12 +2272,20 @@ export declare const Stations: {
|
|
|
1608
2272
|
};
|
|
1609
2273
|
readonly limehouse: {
|
|
1610
2274
|
readonly displayName: "Limehouse";
|
|
1611
|
-
readonly lines: ["dlr"];
|
|
2275
|
+
readonly lines: ["dlr", "c2c"];
|
|
2276
|
+
};
|
|
2277
|
+
readonly lincoln: {
|
|
2278
|
+
readonly displayName: "Lincoln";
|
|
2279
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1612
2280
|
};
|
|
1613
2281
|
readonly lingfield: {
|
|
1614
2282
|
readonly displayName: "Lingfield";
|
|
1615
2283
|
readonly lines: ["thameslink", "southern"];
|
|
1616
2284
|
};
|
|
2285
|
+
readonly liskeard: {
|
|
2286
|
+
readonly displayName: "Liskeard";
|
|
2287
|
+
readonly lines: ["crossCountry"];
|
|
2288
|
+
};
|
|
1617
2289
|
readonly littlehampton: {
|
|
1618
2290
|
readonly displayName: "Littlehampton";
|
|
1619
2291
|
readonly lines: ["southern"];
|
|
@@ -1626,13 +2298,21 @@ export declare const Stations: {
|
|
|
1626
2298
|
readonly displayName: "Littleport";
|
|
1627
2299
|
readonly lines: ["greatNorthern"];
|
|
1628
2300
|
};
|
|
2301
|
+
readonly liverpoolLimeStreet: {
|
|
2302
|
+
readonly displayName: "Liverpool Lime Street";
|
|
2303
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2304
|
+
};
|
|
2305
|
+
readonly liverpoolSouthParkway: {
|
|
2306
|
+
readonly displayName: "Liverpool South Parkway";
|
|
2307
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2308
|
+
};
|
|
1629
2309
|
readonly liverpoolStreet: {
|
|
1630
2310
|
readonly displayName: "Liverpool Street";
|
|
1631
|
-
readonly lines: ["metropolitan", "central", "circle", "hammersmithAndCity", "weaver", "elizabeth"];
|
|
2311
|
+
readonly lines: ["metropolitan", "central", "circle", "hammersmithAndCity", "weaver", "elizabeth", "stanstedExpress", "c2c"];
|
|
1632
2312
|
};
|
|
1633
2313
|
readonly lloydPark: {
|
|
1634
2314
|
readonly displayName: "Lloyd Park";
|
|
1635
|
-
readonly lines: ["
|
|
2315
|
+
readonly lines: ["londonTrams"];
|
|
1636
2316
|
};
|
|
1637
2317
|
readonly londonBlackfriars: {
|
|
1638
2318
|
readonly displayName: "London Blackfriars";
|
|
@@ -1646,17 +2326,37 @@ export declare const Stations: {
|
|
|
1646
2326
|
readonly displayName: "London City Airport";
|
|
1647
2327
|
readonly lines: ["dlr"];
|
|
1648
2328
|
};
|
|
2329
|
+
readonly londonFenchurchStreet: {
|
|
2330
|
+
readonly displayName: "London Fenchurch Street";
|
|
2331
|
+
readonly lines: ["c2c"];
|
|
2332
|
+
};
|
|
1649
2333
|
readonly londonFields: {
|
|
1650
2334
|
readonly displayName: "London Fields";
|
|
1651
2335
|
readonly lines: ["weaver"];
|
|
1652
2336
|
};
|
|
2337
|
+
readonly londonRoadBrighton: {
|
|
2338
|
+
readonly displayName: "London Road (Brighton)";
|
|
2339
|
+
readonly lines: ["southern"];
|
|
2340
|
+
};
|
|
1653
2341
|
readonly londonVictoria: {
|
|
1654
2342
|
readonly displayName: "London Victoria";
|
|
1655
2343
|
readonly lines: ["southern", "gatwickExpress"];
|
|
1656
2344
|
};
|
|
1657
|
-
readonly
|
|
1658
|
-
readonly displayName: "
|
|
1659
|
-
readonly lines: ["
|
|
2345
|
+
readonly longEaton: {
|
|
2346
|
+
readonly displayName: "Long Eaton";
|
|
2347
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
2348
|
+
};
|
|
2349
|
+
readonly longport: {
|
|
2350
|
+
readonly displayName: "Longport";
|
|
2351
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2352
|
+
};
|
|
2353
|
+
readonly longton: {
|
|
2354
|
+
readonly displayName: "Longton";
|
|
2355
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2356
|
+
};
|
|
2357
|
+
readonly loughborough: {
|
|
2358
|
+
readonly displayName: "Loughborough";
|
|
2359
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1660
2360
|
};
|
|
1661
2361
|
readonly loughboroughJunction: {
|
|
1662
2362
|
readonly displayName: "Loughborough Junction";
|
|
@@ -1666,13 +2366,25 @@ export declare const Stations: {
|
|
|
1666
2366
|
readonly displayName: "Loughton";
|
|
1667
2367
|
readonly lines: ["central"];
|
|
1668
2368
|
};
|
|
2369
|
+
readonly lowdham: {
|
|
2370
|
+
readonly displayName: "Lowdham";
|
|
2371
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2372
|
+
};
|
|
1669
2373
|
readonly luton: {
|
|
1670
2374
|
readonly displayName: "Luton";
|
|
1671
|
-
readonly lines: ["thameslink"];
|
|
2375
|
+
readonly lines: ["eastMidlandsRailway", "thameslink"];
|
|
1672
2376
|
};
|
|
1673
2377
|
readonly lutonAirportParkway: {
|
|
1674
2378
|
readonly displayName: "Luton Airport Parkway";
|
|
1675
|
-
readonly lines: ["thameslink"];
|
|
2379
|
+
readonly lines: ["eastMidlandsRailway", "thameslink"];
|
|
2380
|
+
};
|
|
2381
|
+
readonly lydney: {
|
|
2382
|
+
readonly displayName: "Lydney";
|
|
2383
|
+
readonly lines: ["crossCountry"];
|
|
2384
|
+
};
|
|
2385
|
+
readonly macclesfield: {
|
|
2386
|
+
readonly displayName: "Macclesfield";
|
|
2387
|
+
readonly lines: ["crossCountry"];
|
|
1676
2388
|
};
|
|
1677
2389
|
readonly maidaVale: {
|
|
1678
2390
|
readonly displayName: "Maida Vale";
|
|
@@ -1682,6 +2394,18 @@ export declare const Stations: {
|
|
|
1682
2394
|
readonly displayName: "maidenhead";
|
|
1683
2395
|
readonly lines: ["elizabeth"];
|
|
1684
2396
|
};
|
|
2397
|
+
readonly manchesterOxfordRoad: {
|
|
2398
|
+
readonly displayName: "Manchester Oxford Road";
|
|
2399
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2400
|
+
};
|
|
2401
|
+
readonly manchesterPiccadilly: {
|
|
2402
|
+
readonly displayName: "Manchester Piccadilly";
|
|
2403
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
2404
|
+
};
|
|
2405
|
+
readonly manea: {
|
|
2406
|
+
readonly displayName: "Manea";
|
|
2407
|
+
readonly lines: ["crossCountry"];
|
|
2408
|
+
};
|
|
1685
2409
|
readonly manorHouse: {
|
|
1686
2410
|
readonly displayName: "Manor House";
|
|
1687
2411
|
readonly lines: ["piccadilly"];
|
|
@@ -1690,6 +2414,14 @@ export declare const Stations: {
|
|
|
1690
2414
|
readonly displayName: "Manor Park";
|
|
1691
2415
|
readonly lines: ["elizabeth"];
|
|
1692
2416
|
};
|
|
2417
|
+
readonly mansfieldNottinghamshire: {
|
|
2418
|
+
readonly displayName: "Mansfield (Nottinghamshire)";
|
|
2419
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2420
|
+
};
|
|
2421
|
+
readonly mansfieldWoodhouse: {
|
|
2422
|
+
readonly displayName: "Mansfield Woodhouse";
|
|
2423
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2424
|
+
};
|
|
1693
2425
|
readonly mansionHouse: {
|
|
1694
2426
|
readonly displayName: "Mansion House";
|
|
1695
2427
|
readonly lines: ["district", "circle"];
|
|
@@ -1698,6 +2430,18 @@ export declare const Stations: {
|
|
|
1698
2430
|
readonly displayName: "Marble Arch";
|
|
1699
2431
|
readonly lines: ["central"];
|
|
1700
2432
|
};
|
|
2433
|
+
readonly march: {
|
|
2434
|
+
readonly displayName: "March";
|
|
2435
|
+
readonly lines: ["crossCountry", "eastMidlandsRailway"];
|
|
2436
|
+
};
|
|
2437
|
+
readonly marketHarborough: {
|
|
2438
|
+
readonly displayName: "Market Harborough";
|
|
2439
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2440
|
+
};
|
|
2441
|
+
readonly marketRasen: {
|
|
2442
|
+
readonly displayName: "Market Rasen";
|
|
2443
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2444
|
+
};
|
|
1701
2445
|
readonly maryland: {
|
|
1702
2446
|
readonly displayName: "Maryland";
|
|
1703
2447
|
readonly lines: ["elizabeth"];
|
|
@@ -1706,21 +2450,41 @@ export declare const Stations: {
|
|
|
1706
2450
|
readonly displayName: "Marylebone";
|
|
1707
2451
|
readonly lines: ["bakerloo"];
|
|
1708
2452
|
};
|
|
2453
|
+
readonly matlock: {
|
|
2454
|
+
readonly displayName: "Matlock";
|
|
2455
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2456
|
+
};
|
|
2457
|
+
readonly matlockBath: {
|
|
2458
|
+
readonly displayName: "Matlock Bath";
|
|
2459
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2460
|
+
};
|
|
1709
2461
|
readonly mazeHill: {
|
|
1710
2462
|
readonly displayName: "Maze Hill";
|
|
1711
2463
|
readonly lines: ["thameslink"];
|
|
1712
2464
|
};
|
|
2465
|
+
readonly mcdonaldRoad: {
|
|
2466
|
+
readonly displayName: "McDonald Road";
|
|
2467
|
+
readonly lines: ["edinburghTrams"];
|
|
2468
|
+
};
|
|
1713
2469
|
readonly meldreth: {
|
|
1714
2470
|
readonly displayName: "Meldreth";
|
|
1715
2471
|
readonly lines: ["greatNorthern"];
|
|
1716
2472
|
};
|
|
2473
|
+
readonly meltonMowbray: {
|
|
2474
|
+
readonly displayName: "Melton Mowbray";
|
|
2475
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
2476
|
+
};
|
|
1717
2477
|
readonly merstham: {
|
|
1718
2478
|
readonly displayName: "Merstham";
|
|
1719
2479
|
readonly lines: ["thameslink", "southern"];
|
|
1720
2480
|
};
|
|
1721
2481
|
readonly mertonPark: {
|
|
1722
2482
|
readonly displayName: "Merton Park";
|
|
1723
|
-
readonly lines: ["
|
|
2483
|
+
readonly lines: ["londonTrams"];
|
|
2484
|
+
};
|
|
2485
|
+
readonly metheringham: {
|
|
2486
|
+
readonly displayName: "Metheringham";
|
|
2487
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
1724
2488
|
};
|
|
1725
2489
|
readonly mileEnd: {
|
|
1726
2490
|
readonly displayName: "Mile End";
|
|
@@ -1736,7 +2500,7 @@ export declare const Stations: {
|
|
|
1736
2500
|
};
|
|
1737
2501
|
readonly mitcham: {
|
|
1738
2502
|
readonly displayName: "Mitcham";
|
|
1739
|
-
readonly lines: ["
|
|
2503
|
+
readonly lines: ["londonTrams"];
|
|
1740
2504
|
};
|
|
1741
2505
|
readonly mitchamEastfields: {
|
|
1742
2506
|
readonly displayName: "Mitcham Eastfields";
|
|
@@ -1744,7 +2508,11 @@ export declare const Stations: {
|
|
|
1744
2508
|
};
|
|
1745
2509
|
readonly mitchamJunction: {
|
|
1746
2510
|
readonly displayName: "Mitcham Junction";
|
|
1747
|
-
readonly lines: ["
|
|
2511
|
+
readonly lines: ["londonTrams", "thameslink"];
|
|
2512
|
+
};
|
|
2513
|
+
readonly montrose: {
|
|
2514
|
+
readonly displayName: "Montrose";
|
|
2515
|
+
readonly lines: ["crossCountry", "csHighlander"];
|
|
1748
2516
|
};
|
|
1749
2517
|
readonly monument: {
|
|
1750
2518
|
readonly displayName: "Monument";
|
|
@@ -1764,7 +2532,7 @@ export declare const Stations: {
|
|
|
1764
2532
|
};
|
|
1765
2533
|
readonly mordenRoad: {
|
|
1766
2534
|
readonly displayName: "Morden Road";
|
|
1767
|
-
readonly lines: ["
|
|
2535
|
+
readonly lines: ["londonTrams"];
|
|
1768
2536
|
};
|
|
1769
2537
|
readonly mordenSouth: {
|
|
1770
2538
|
readonly displayName: "Morden South";
|
|
@@ -1774,6 +2542,14 @@ export declare const Stations: {
|
|
|
1774
2542
|
readonly displayName: "Mornington Crescent";
|
|
1775
2543
|
readonly lines: ["northern"];
|
|
1776
2544
|
};
|
|
2545
|
+
readonly morpeth: {
|
|
2546
|
+
readonly displayName: "Morpeth";
|
|
2547
|
+
readonly lines: ["crossCountry", "lumo"];
|
|
2548
|
+
};
|
|
2549
|
+
readonly motherwell: {
|
|
2550
|
+
readonly displayName: "Motherwell";
|
|
2551
|
+
readonly lines: ["crossCountry", "csLowlander"];
|
|
2552
|
+
};
|
|
1777
2553
|
readonly moulsecoomb: {
|
|
1778
2554
|
readonly displayName: "Moulsecoomb";
|
|
1779
2555
|
readonly lines: ["southern"];
|
|
@@ -1782,22 +2558,38 @@ export declare const Stations: {
|
|
|
1782
2558
|
readonly displayName: "Mudchute";
|
|
1783
2559
|
readonly lines: ["dlr"];
|
|
1784
2560
|
};
|
|
2561
|
+
readonly murrayfieldStadium: {
|
|
2562
|
+
readonly displayName: "Murrayfield Stadium";
|
|
2563
|
+
readonly lines: ["edinburghTrams"];
|
|
2564
|
+
};
|
|
2565
|
+
readonly narborough: {
|
|
2566
|
+
readonly displayName: "Narborough";
|
|
2567
|
+
readonly lines: ["crossCountry"];
|
|
2568
|
+
};
|
|
1785
2569
|
readonly neasden: {
|
|
1786
2570
|
readonly displayName: "Neasden";
|
|
1787
2571
|
readonly lines: ["jubilee"];
|
|
1788
2572
|
};
|
|
2573
|
+
readonly netherfield: {
|
|
2574
|
+
readonly displayName: "Netherfield";
|
|
2575
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2576
|
+
};
|
|
1789
2577
|
readonly netley: {
|
|
1790
2578
|
readonly displayName: "Netley";
|
|
1791
2579
|
readonly lines: ["southern"];
|
|
1792
2580
|
};
|
|
1793
2581
|
readonly newAddington: {
|
|
1794
2582
|
readonly displayName: "New Addington";
|
|
1795
|
-
readonly lines: ["
|
|
2583
|
+
readonly lines: ["londonTrams"];
|
|
1796
2584
|
};
|
|
1797
2585
|
readonly newBarnet: {
|
|
1798
2586
|
readonly displayName: "New Barnet";
|
|
1799
2587
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
1800
2588
|
};
|
|
2589
|
+
readonly newClee: {
|
|
2590
|
+
readonly displayName: "New Clee";
|
|
2591
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2592
|
+
};
|
|
1801
2593
|
readonly newCross: {
|
|
1802
2594
|
readonly displayName: "New Cross";
|
|
1803
2595
|
readonly lines: ["windrush"];
|
|
@@ -1806,14 +2598,34 @@ export declare const Stations: {
|
|
|
1806
2598
|
readonly displayName: "New Cross Gate";
|
|
1807
2599
|
readonly lines: ["windrush", "southern"];
|
|
1808
2600
|
};
|
|
2601
|
+
readonly newHolland: {
|
|
2602
|
+
readonly displayName: "New Holland";
|
|
2603
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2604
|
+
};
|
|
1809
2605
|
readonly newSouthgate: {
|
|
1810
2606
|
readonly displayName: "New Southgate";
|
|
1811
2607
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
1812
2608
|
};
|
|
2609
|
+
readonly newarkCastle: {
|
|
2610
|
+
readonly displayName: "Newark Castle";
|
|
2611
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2612
|
+
};
|
|
2613
|
+
readonly newarkNorthgate: {
|
|
2614
|
+
readonly displayName: "Newark Northgate";
|
|
2615
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2616
|
+
};
|
|
1813
2617
|
readonly newburyPark: {
|
|
1814
2618
|
readonly displayName: "Newbury Park";
|
|
1815
2619
|
readonly lines: ["central"];
|
|
1816
2620
|
};
|
|
2621
|
+
readonly newcastle: {
|
|
2622
|
+
readonly displayName: "Newcastle";
|
|
2623
|
+
readonly lines: ["crossCountry", "lumo"];
|
|
2624
|
+
};
|
|
2625
|
+
readonly newhaven: {
|
|
2626
|
+
readonly displayName: "Newhaven";
|
|
2627
|
+
readonly lines: ["edinburghTrams"];
|
|
2628
|
+
};
|
|
1817
2629
|
readonly newhavenHarbour: {
|
|
1818
2630
|
readonly displayName: "Newhaven Harbour";
|
|
1819
2631
|
readonly lines: ["southern"];
|
|
@@ -1822,6 +2634,22 @@ export declare const Stations: {
|
|
|
1822
2634
|
readonly displayName: "Newhaven Town";
|
|
1823
2635
|
readonly lines: ["southern"];
|
|
1824
2636
|
};
|
|
2637
|
+
readonly newport: {
|
|
2638
|
+
readonly displayName: "Newport";
|
|
2639
|
+
readonly lines: ["crossCountry"];
|
|
2640
|
+
};
|
|
2641
|
+
readonly newstead: {
|
|
2642
|
+
readonly displayName: "Newstead";
|
|
2643
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2644
|
+
};
|
|
2645
|
+
readonly newtonAbbot: {
|
|
2646
|
+
readonly displayName: "Newton Abbot";
|
|
2647
|
+
readonly lines: ["crossCountry"];
|
|
2648
|
+
};
|
|
2649
|
+
readonly newtonmore: {
|
|
2650
|
+
readonly displayName: "Newtonmore";
|
|
2651
|
+
readonly lines: ["csHighlander"];
|
|
2652
|
+
};
|
|
1825
2653
|
readonly nineElms: {
|
|
1826
2654
|
readonly displayName: "Nine Elms";
|
|
1827
2655
|
readonly lines: ["northern"];
|
|
@@ -1878,6 +2706,10 @@ export declare const Stations: {
|
|
|
1878
2706
|
readonly displayName: "Northwood Hills";
|
|
1879
2707
|
readonly lines: ["metropolitan"];
|
|
1880
2708
|
};
|
|
2709
|
+
readonly norwich: {
|
|
2710
|
+
readonly displayName: "Norwich";
|
|
2711
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2712
|
+
};
|
|
1881
2713
|
readonly norwoodJunction: {
|
|
1882
2714
|
readonly displayName: "Norwood Junction";
|
|
1883
2715
|
readonly lines: ["windrush", "thameslink", "southern"];
|
|
@@ -1886,6 +2718,14 @@ export declare const Stations: {
|
|
|
1886
2718
|
readonly displayName: "Notting Hill Gate";
|
|
1887
2719
|
readonly lines: ["district", "central", "circle"];
|
|
1888
2720
|
};
|
|
2721
|
+
readonly nottingham: {
|
|
2722
|
+
readonly displayName: "Nottingham";
|
|
2723
|
+
readonly lines: ["crossCountry", "eastMidlandsRailway"];
|
|
2724
|
+
};
|
|
2725
|
+
readonly nuneaton: {
|
|
2726
|
+
readonly displayName: "Nuneaton";
|
|
2727
|
+
readonly lines: ["crossCountry"];
|
|
2728
|
+
};
|
|
1889
2729
|
readonly nunhead: {
|
|
1890
2730
|
readonly displayName: "Nunhead";
|
|
1891
2731
|
readonly lines: ["thameslink"];
|
|
@@ -1898,6 +2738,10 @@ export declare const Stations: {
|
|
|
1898
2738
|
readonly displayName: "Nutfield";
|
|
1899
2739
|
readonly lines: ["southern"];
|
|
1900
2740
|
};
|
|
2741
|
+
readonly oakham: {
|
|
2742
|
+
readonly displayName: "Oakham";
|
|
2743
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
2744
|
+
};
|
|
1901
2745
|
readonly oakleighPark: {
|
|
1902
2746
|
readonly displayName: "Oakleigh Park";
|
|
1903
2747
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
@@ -1906,6 +2750,14 @@ export declare const Stations: {
|
|
|
1906
2750
|
readonly displayName: "Oakwood";
|
|
1907
2751
|
readonly lines: ["piccadilly"];
|
|
1908
2752
|
};
|
|
2753
|
+
readonly oceanTerminal: {
|
|
2754
|
+
readonly displayName: "Ocean Terminal";
|
|
2755
|
+
readonly lines: ["edinburghTrams"];
|
|
2756
|
+
};
|
|
2757
|
+
readonly ockendon: {
|
|
2758
|
+
readonly displayName: "Ockendon";
|
|
2759
|
+
readonly lines: ["c2c"];
|
|
2760
|
+
};
|
|
1909
2761
|
readonly ockley: {
|
|
1910
2762
|
readonly displayName: "Ockley";
|
|
1911
2763
|
readonly lines: ["thameslink"];
|
|
@@ -1934,6 +2786,10 @@ export declare const Stations: {
|
|
|
1934
2786
|
readonly displayName: "Oval";
|
|
1935
2787
|
readonly lines: ["northern"];
|
|
1936
2788
|
};
|
|
2789
|
+
readonly oxford: {
|
|
2790
|
+
readonly displayName: "Oxford";
|
|
2791
|
+
readonly lines: ["crossCountry"];
|
|
2792
|
+
};
|
|
1937
2793
|
readonly oxfordCircus: {
|
|
1938
2794
|
readonly displayName: "Oxford Circus";
|
|
1939
2795
|
readonly lines: ["central", "bakerloo", "victoria"];
|
|
@@ -1944,12 +2800,20 @@ export declare const Stations: {
|
|
|
1944
2800
|
};
|
|
1945
2801
|
readonly paddington: {
|
|
1946
2802
|
readonly displayName: "Paddington";
|
|
1947
|
-
readonly lines: ["district", "circle", "bakerloo", "hammersmithAndCity", "elizabeth"];
|
|
2803
|
+
readonly lines: ["district", "circle", "bakerloo", "hammersmithAndCity", "elizabeth", "heathrowExpress"];
|
|
2804
|
+
};
|
|
2805
|
+
readonly paignton: {
|
|
2806
|
+
readonly displayName: "Paignton";
|
|
2807
|
+
readonly lines: ["crossCountry"];
|
|
1948
2808
|
};
|
|
1949
2809
|
readonly palmersGreen: {
|
|
1950
2810
|
readonly displayName: "Palmers Green";
|
|
1951
2811
|
readonly lines: ["greatNorthern"];
|
|
1952
2812
|
};
|
|
2813
|
+
readonly par: {
|
|
2814
|
+
readonly displayName: "Par";
|
|
2815
|
+
readonly lines: ["crossCountry"];
|
|
2816
|
+
};
|
|
1953
2817
|
readonly parkRoyal: {
|
|
1954
2818
|
readonly displayName: "Park Royal";
|
|
1955
2819
|
readonly lines: ["piccadilly"];
|
|
@@ -1958,6 +2822,14 @@ export declare const Stations: {
|
|
|
1958
2822
|
readonly displayName: "Parsons Green";
|
|
1959
2823
|
readonly lines: ["district"];
|
|
1960
2824
|
};
|
|
2825
|
+
readonly partick: {
|
|
2826
|
+
readonly displayName: "Partick";
|
|
2827
|
+
readonly lines: ["glasgowSubway"];
|
|
2828
|
+
};
|
|
2829
|
+
readonly peartree: {
|
|
2830
|
+
readonly displayName: "Peartree";
|
|
2831
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2832
|
+
};
|
|
1961
2833
|
readonly peckhamRye: {
|
|
1962
2834
|
readonly displayName: "Peckham Rye";
|
|
1963
2835
|
readonly lines: ["windrush", "thameslink", "southern"];
|
|
@@ -1970,13 +2842,21 @@ export declare const Stations: {
|
|
|
1970
2842
|
readonly displayName: "Penshurst";
|
|
1971
2843
|
readonly lines: ["southern"];
|
|
1972
2844
|
};
|
|
2845
|
+
readonly penzance: {
|
|
2846
|
+
readonly displayName: "Penzance";
|
|
2847
|
+
readonly lines: ["crossCountry"];
|
|
2848
|
+
};
|
|
1973
2849
|
readonly perivale: {
|
|
1974
2850
|
readonly displayName: "Perivale";
|
|
1975
2851
|
readonly lines: ["central"];
|
|
1976
2852
|
};
|
|
2853
|
+
readonly perth: {
|
|
2854
|
+
readonly displayName: "Perth";
|
|
2855
|
+
readonly lines: ["csHighlander"];
|
|
2856
|
+
};
|
|
1977
2857
|
readonly peterborough: {
|
|
1978
2858
|
readonly displayName: "Peterborough";
|
|
1979
|
-
readonly lines: ["thameslink", "greatNorthern"];
|
|
2859
|
+
readonly lines: ["crossCountry", "thameslink", "greatNorthern", "eastMidlandsRailway"];
|
|
1980
2860
|
};
|
|
1981
2861
|
readonly pettsWood: {
|
|
1982
2862
|
readonly displayName: "Petts Wood";
|
|
@@ -1992,7 +2872,11 @@ export declare const Stations: {
|
|
|
1992
2872
|
};
|
|
1993
2873
|
readonly phippsBridge: {
|
|
1994
2874
|
readonly displayName: "Phipps Bridge";
|
|
1995
|
-
readonly lines: ["
|
|
2875
|
+
readonly lines: ["londonTrams"];
|
|
2876
|
+
};
|
|
2877
|
+
readonly picardyPlace: {
|
|
2878
|
+
readonly displayName: "Picardy Place";
|
|
2879
|
+
readonly lines: ["edinburghTrams"];
|
|
1996
2880
|
};
|
|
1997
2881
|
readonly piccadillyCircus: {
|
|
1998
2882
|
readonly displayName: "Piccadilly Circus";
|
|
@@ -2006,6 +2890,14 @@ export declare const Stations: {
|
|
|
2006
2890
|
readonly displayName: "Pinner";
|
|
2007
2891
|
readonly lines: ["metropolitan"];
|
|
2008
2892
|
};
|
|
2893
|
+
readonly pitlochry: {
|
|
2894
|
+
readonly displayName: "Pitlochry";
|
|
2895
|
+
readonly lines: ["csHighlander"];
|
|
2896
|
+
};
|
|
2897
|
+
readonly pitsea: {
|
|
2898
|
+
readonly displayName: "Pitsea";
|
|
2899
|
+
readonly lines: ["c2c"];
|
|
2900
|
+
};
|
|
2009
2901
|
readonly plaistow: {
|
|
2010
2902
|
readonly displayName: "Plaistow";
|
|
2011
2903
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
@@ -2018,6 +2910,10 @@ export declare const Stations: {
|
|
|
2018
2910
|
readonly displayName: "Plumstead";
|
|
2019
2911
|
readonly lines: ["thameslink"];
|
|
2020
2912
|
};
|
|
2913
|
+
readonly plymouth: {
|
|
2914
|
+
readonly displayName: "Plymouth";
|
|
2915
|
+
readonly lines: ["crossCountry"];
|
|
2916
|
+
};
|
|
2021
2917
|
readonly polegate: {
|
|
2022
2918
|
readonly displayName: "Polegate";
|
|
2023
2919
|
readonly lines: ["southern"];
|
|
@@ -2034,22 +2930,30 @@ export declare const Stations: {
|
|
|
2034
2930
|
readonly displayName: "Portchester";
|
|
2035
2931
|
readonly lines: ["southern"];
|
|
2036
2932
|
};
|
|
2933
|
+
readonly portofLeith: {
|
|
2934
|
+
readonly displayName: "Port of Leith";
|
|
2935
|
+
readonly lines: ["edinburghTrams"];
|
|
2936
|
+
};
|
|
2037
2937
|
readonly portslade: {
|
|
2038
2938
|
readonly displayName: "Portslade";
|
|
2039
2939
|
readonly lines: ["southern"];
|
|
2040
2940
|
};
|
|
2041
|
-
readonly portsmouthHarbour: {
|
|
2042
|
-
readonly displayName: "Portsmouth Harbour";
|
|
2043
|
-
readonly lines: ["southern"];
|
|
2044
|
-
};
|
|
2045
2941
|
readonly portsmouthAndSouthsea: {
|
|
2046
2942
|
readonly displayName: "Portsmouth & Southsea";
|
|
2047
2943
|
readonly lines: ["southern"];
|
|
2048
2944
|
};
|
|
2945
|
+
readonly portsmouthHarbour: {
|
|
2946
|
+
readonly displayName: "Portsmouth Harbour";
|
|
2947
|
+
readonly lines: ["southern"];
|
|
2948
|
+
};
|
|
2049
2949
|
readonly pottersBar: {
|
|
2050
2950
|
readonly displayName: "Potters Bar";
|
|
2051
2951
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
2052
2952
|
};
|
|
2953
|
+
readonly preston: {
|
|
2954
|
+
readonly displayName: "Preston";
|
|
2955
|
+
readonly lines: ["csHighlander"];
|
|
2956
|
+
};
|
|
2053
2957
|
readonly prestonPark: {
|
|
2054
2958
|
readonly displayName: "Preston Park";
|
|
2055
2959
|
readonly lines: ["thameslink", "southern"];
|
|
@@ -2062,6 +2966,10 @@ export declare const Stations: {
|
|
|
2062
2966
|
readonly displayName: "Prince Regent";
|
|
2063
2967
|
readonly lines: ["dlr"];
|
|
2064
2968
|
};
|
|
2969
|
+
readonly princesStreet: {
|
|
2970
|
+
readonly displayName: "Princes Street";
|
|
2971
|
+
readonly lines: ["edinburghTrams"];
|
|
2972
|
+
};
|
|
2065
2973
|
readonly puddingMillLane: {
|
|
2066
2974
|
readonly displayName: "Pudding Mill Lane";
|
|
2067
2975
|
readonly lines: ["dlr"];
|
|
@@ -2070,6 +2978,10 @@ export declare const Stations: {
|
|
|
2070
2978
|
readonly displayName: "Pulborough";
|
|
2071
2979
|
readonly lines: ["southern"];
|
|
2072
2980
|
};
|
|
2981
|
+
readonly purfleet: {
|
|
2982
|
+
readonly displayName: "Purfleet";
|
|
2983
|
+
readonly lines: ["c2c"];
|
|
2984
|
+
};
|
|
2073
2985
|
readonly purley: {
|
|
2074
2986
|
readonly displayName: "Purley";
|
|
2075
2987
|
readonly lines: ["thameslink", "southern"];
|
|
@@ -2094,14 +3006,30 @@ export declare const Stations: {
|
|
|
2094
3006
|
readonly displayName: "Queensway";
|
|
2095
3007
|
readonly lines: ["central"];
|
|
2096
3008
|
};
|
|
3009
|
+
readonly radcliffe: {
|
|
3010
|
+
readonly displayName: "Radcliffe";
|
|
3011
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3012
|
+
};
|
|
2097
3013
|
readonly radlett: {
|
|
2098
3014
|
readonly displayName: "Radlett";
|
|
2099
3015
|
readonly lines: ["thameslink"];
|
|
2100
3016
|
};
|
|
3017
|
+
readonly rainhamEssex: {
|
|
3018
|
+
readonly displayName: "Rainham (Essex)";
|
|
3019
|
+
readonly lines: ["c2c"];
|
|
3020
|
+
};
|
|
2101
3021
|
readonly rainhamKent: {
|
|
2102
3022
|
readonly displayName: "Rainham (Kent)";
|
|
2103
3023
|
readonly lines: ["thameslink"];
|
|
2104
3024
|
};
|
|
3025
|
+
readonly rannoch: {
|
|
3026
|
+
readonly displayName: "Rannoch";
|
|
3027
|
+
readonly lines: ["csHighlander"];
|
|
3028
|
+
};
|
|
3029
|
+
readonly rauceby: {
|
|
3030
|
+
readonly displayName: "Rauceby";
|
|
3031
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3032
|
+
};
|
|
2105
3033
|
readonly ravensbourne: {
|
|
2106
3034
|
readonly displayName: "Ravensbourne";
|
|
2107
3035
|
readonly lines: ["thameslink"];
|
|
@@ -2116,7 +3044,7 @@ export declare const Stations: {
|
|
|
2116
3044
|
};
|
|
2117
3045
|
readonly reading: {
|
|
2118
3046
|
readonly displayName: "Reading";
|
|
2119
|
-
readonly lines: ["elizabeth"];
|
|
3047
|
+
readonly lines: ["crossCountry", "elizabeth"];
|
|
2120
3048
|
};
|
|
2121
3049
|
readonly rectoryRoad: {
|
|
2122
3050
|
readonly displayName: "Rectory Road";
|
|
@@ -2130,13 +3058,17 @@ export declare const Stations: {
|
|
|
2130
3058
|
readonly displayName: "Redhill";
|
|
2131
3059
|
readonly lines: ["southern", "thameslink"];
|
|
2132
3060
|
};
|
|
3061
|
+
readonly redruth: {
|
|
3062
|
+
readonly displayName: "Redruth";
|
|
3063
|
+
readonly lines: ["crossCountry"];
|
|
3064
|
+
};
|
|
2133
3065
|
readonly reedhamSurrey: {
|
|
2134
3066
|
readonly displayName: "Reedham (Surrey)";
|
|
2135
3067
|
readonly lines: ["southern"];
|
|
2136
3068
|
};
|
|
2137
3069
|
readonly reevesCorner: {
|
|
2138
3070
|
readonly displayName: "Reeves Corner";
|
|
2139
|
-
readonly lines: ["
|
|
3071
|
+
readonly lines: ["londonTrams"];
|
|
2140
3072
|
};
|
|
2141
3073
|
readonly regentsPark: {
|
|
2142
3074
|
readonly displayName: "Regents Park";
|
|
@@ -2166,6 +3098,10 @@ export declare const Stations: {
|
|
|
2166
3098
|
readonly displayName: "Roding Valley";
|
|
2167
3099
|
readonly lines: ["central"];
|
|
2168
3100
|
};
|
|
3101
|
+
readonly rolleston: {
|
|
3102
|
+
readonly displayName: "Rolleston";
|
|
3103
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3104
|
+
};
|
|
2169
3105
|
readonly romford: {
|
|
2170
3106
|
readonly displayName: "Romford";
|
|
2171
3107
|
readonly lines: ["liberty", "elizabeth"];
|
|
@@ -2174,6 +3110,10 @@ export declare const Stations: {
|
|
|
2174
3110
|
readonly displayName: "Rotherhithe";
|
|
2175
3111
|
readonly lines: ["windrush"];
|
|
2176
3112
|
};
|
|
3113
|
+
readonly royBridge: {
|
|
3114
|
+
readonly displayName: "Roy Bridge";
|
|
3115
|
+
readonly lines: ["csHighlander"];
|
|
3116
|
+
};
|
|
2177
3117
|
readonly royalAlbert: {
|
|
2178
3118
|
readonly displayName: "Royal Albert";
|
|
2179
3119
|
readonly lines: ["dlr"];
|
|
@@ -2206,6 +3146,10 @@ export declare const Stations: {
|
|
|
2206
3146
|
readonly displayName: "Ruislip Manor";
|
|
2207
3147
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
2208
3148
|
};
|
|
3149
|
+
readonly ruskington: {
|
|
3150
|
+
readonly displayName: "Ruskington";
|
|
3151
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3152
|
+
};
|
|
2209
3153
|
readonly russellSquare: {
|
|
2210
3154
|
readonly displayName: "Russell Square";
|
|
2211
3155
|
readonly lines: ["piccadilly"];
|
|
@@ -2224,12 +3168,20 @@ export declare const Stations: {
|
|
|
2224
3168
|
};
|
|
2225
3169
|
readonly sandilands: {
|
|
2226
3170
|
readonly displayName: "Sandilands";
|
|
2227
|
-
readonly lines: ["
|
|
3171
|
+
readonly lines: ["londonTrams"];
|
|
2228
3172
|
};
|
|
2229
3173
|
readonly sandy: {
|
|
2230
3174
|
readonly displayName: "Sandy";
|
|
2231
3175
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
2232
3176
|
};
|
|
3177
|
+
readonly saughton: {
|
|
3178
|
+
readonly displayName: "Saughton";
|
|
3179
|
+
readonly lines: ["edinburghTrams"];
|
|
3180
|
+
};
|
|
3181
|
+
readonly saxilby: {
|
|
3182
|
+
readonly displayName: "Saxilby";
|
|
3183
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3184
|
+
};
|
|
2233
3185
|
readonly seafordSussex: {
|
|
2234
3186
|
readonly displayName: "Seaford (Sussex)";
|
|
2235
3187
|
readonly lines: ["southern"];
|
|
@@ -2250,10 +3202,18 @@ export declare const Stations: {
|
|
|
2250
3202
|
readonly displayName: "Sevenoaks";
|
|
2251
3203
|
readonly lines: ["thameslink"];
|
|
2252
3204
|
};
|
|
3205
|
+
readonly severnTunnelJunction: {
|
|
3206
|
+
readonly displayName: "Severn Tunnel Junction";
|
|
3207
|
+
readonly lines: ["crossCountry"];
|
|
3208
|
+
};
|
|
2253
3209
|
readonly shadwell: {
|
|
2254
3210
|
readonly displayName: "Shadwell";
|
|
2255
3211
|
readonly lines: ["windrush", "dlr"];
|
|
2256
3212
|
};
|
|
3213
|
+
readonly sheffield: {
|
|
3214
|
+
readonly displayName: "Sheffield";
|
|
3215
|
+
readonly lines: ["crossCountry", "eastMidlandsRailway"];
|
|
3216
|
+
};
|
|
2257
3217
|
readonly shenfield: {
|
|
2258
3218
|
readonly displayName: "Shenfield";
|
|
2259
3219
|
readonly lines: ["elizabeth"];
|
|
@@ -2270,6 +3230,18 @@ export declare const Stations: {
|
|
|
2270
3230
|
readonly displayName: "Shepreth";
|
|
2271
3231
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
2272
3232
|
};
|
|
3233
|
+
readonly shieldsRoad: {
|
|
3234
|
+
readonly displayName: "Shields Road";
|
|
3235
|
+
readonly lines: ["glasgowSubway"];
|
|
3236
|
+
};
|
|
3237
|
+
readonly shirebrook: {
|
|
3238
|
+
readonly displayName: "Shirebrook";
|
|
3239
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3240
|
+
};
|
|
3241
|
+
readonly shoeburyness: {
|
|
3242
|
+
readonly displayName: "Shoeburyness";
|
|
3243
|
+
readonly lines: ["c2c"];
|
|
3244
|
+
};
|
|
2273
3245
|
readonly shoreditchHighStreet: {
|
|
2274
3246
|
readonly displayName: "Shoreditch High Street";
|
|
2275
3247
|
readonly lines: ["windrush"];
|
|
@@ -2286,14 +3258,26 @@ export declare const Stations: {
|
|
|
2286
3258
|
readonly displayName: "Shortlands";
|
|
2287
3259
|
readonly lines: ["thameslink"];
|
|
2288
3260
|
};
|
|
3261
|
+
readonly sileby: {
|
|
3262
|
+
readonly displayName: "Sileby";
|
|
3263
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3264
|
+
};
|
|
2289
3265
|
readonly silverStreet: {
|
|
2290
3266
|
readonly displayName: "Silver Street";
|
|
2291
3267
|
readonly lines: ["weaver"];
|
|
2292
3268
|
};
|
|
3269
|
+
readonly skegness: {
|
|
3270
|
+
readonly displayName: "Skegness";
|
|
3271
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3272
|
+
};
|
|
2293
3273
|
readonly sladeGreen: {
|
|
2294
3274
|
readonly displayName: "Slade Green";
|
|
2295
3275
|
readonly lines: ["thameslink"];
|
|
2296
3276
|
};
|
|
3277
|
+
readonly sleaford: {
|
|
3278
|
+
readonly displayName: "Sleaford";
|
|
3279
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3280
|
+
};
|
|
2297
3281
|
readonly sloaneSquare: {
|
|
2298
3282
|
readonly displayName: "Sloane Square";
|
|
2299
3283
|
readonly lines: ["district", "circle"];
|
|
@@ -2354,6 +3338,10 @@ export declare const Stations: {
|
|
|
2354
3338
|
readonly displayName: "South Tottenham";
|
|
2355
3339
|
readonly lines: ["suffragette"];
|
|
2356
3340
|
};
|
|
3341
|
+
readonly southWigston: {
|
|
3342
|
+
readonly displayName: "South Wigston";
|
|
3343
|
+
readonly lines: ["crossCountry"];
|
|
3344
|
+
};
|
|
2357
3345
|
readonly southWimbledon: {
|
|
2358
3346
|
readonly displayName: "South Wimbledon";
|
|
2359
3347
|
readonly lines: ["northern"];
|
|
@@ -2366,9 +3354,13 @@ export declare const Stations: {
|
|
|
2366
3354
|
readonly displayName: "Southall";
|
|
2367
3355
|
readonly lines: ["elizabeth"];
|
|
2368
3356
|
};
|
|
3357
|
+
readonly southamptonAirportParkway: {
|
|
3358
|
+
readonly displayName: "Southampton Airport Parkway";
|
|
3359
|
+
readonly lines: ["crossCountry"];
|
|
3360
|
+
};
|
|
2369
3361
|
readonly southamptonCentral: {
|
|
2370
3362
|
readonly displayName: "Southampton Central";
|
|
2371
|
-
readonly lines: ["southern"];
|
|
3363
|
+
readonly lines: ["crossCountry", "southern"];
|
|
2372
3364
|
};
|
|
2373
3365
|
readonly southbourne: {
|
|
2374
3366
|
readonly displayName: "Southbourne";
|
|
@@ -2382,6 +3374,14 @@ export declare const Stations: {
|
|
|
2382
3374
|
readonly displayName: "Southease";
|
|
2383
3375
|
readonly lines: ["southern"];
|
|
2384
3376
|
};
|
|
3377
|
+
readonly southendCentral: {
|
|
3378
|
+
readonly displayName: "Southend Central";
|
|
3379
|
+
readonly lines: ["c2c"];
|
|
3380
|
+
};
|
|
3381
|
+
readonly southendEast: {
|
|
3382
|
+
readonly displayName: "Southend East";
|
|
3383
|
+
readonly lines: ["c2c"];
|
|
3384
|
+
};
|
|
2385
3385
|
readonly southfields: {
|
|
2386
3386
|
readonly displayName: "Southfields";
|
|
2387
3387
|
readonly lines: ["district"];
|
|
@@ -2398,10 +3398,42 @@ export declare const Stations: {
|
|
|
2398
3398
|
readonly displayName: "Southwick";
|
|
2399
3399
|
readonly lines: ["southern"];
|
|
2400
3400
|
};
|
|
3401
|
+
readonly spalding: {
|
|
3402
|
+
readonly displayName: "Spalding";
|
|
3403
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3404
|
+
};
|
|
3405
|
+
readonly speanBridge: {
|
|
3406
|
+
readonly displayName: "Spean Bridge";
|
|
3407
|
+
readonly lines: ["csHighlander"];
|
|
3408
|
+
};
|
|
3409
|
+
readonly spondon: {
|
|
3410
|
+
readonly displayName: "Spondon";
|
|
3411
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
3412
|
+
};
|
|
2401
3413
|
readonly stAlbansCity: {
|
|
2402
3414
|
readonly displayName: "St Albans City";
|
|
2403
3415
|
readonly lines: ["thameslink"];
|
|
2404
3416
|
};
|
|
3417
|
+
readonly stAndrewSquareforWaverley: {
|
|
3418
|
+
readonly displayName: "St Andrew Square (for Waverley)";
|
|
3419
|
+
readonly lines: ["edinburghTrams"];
|
|
3420
|
+
};
|
|
3421
|
+
readonly stAustell: {
|
|
3422
|
+
readonly displayName: "St Austell";
|
|
3423
|
+
readonly lines: ["crossCountry"];
|
|
3424
|
+
};
|
|
3425
|
+
readonly stEnoch: {
|
|
3426
|
+
readonly displayName: "St Enoch";
|
|
3427
|
+
readonly lines: ["glasgowSubway"];
|
|
3428
|
+
};
|
|
3429
|
+
readonly stErth: {
|
|
3430
|
+
readonly displayName: "St Erth";
|
|
3431
|
+
readonly lines: ["crossCountry"];
|
|
3432
|
+
};
|
|
3433
|
+
readonly stGerogesCross: {
|
|
3434
|
+
readonly displayName: "St George's Cross";
|
|
3435
|
+
readonly lines: ["glasgowSubway"];
|
|
3436
|
+
};
|
|
2405
3437
|
readonly stHelierSurrey: {
|
|
2406
3438
|
readonly displayName: "St Helier (Surrey)";
|
|
2407
3439
|
readonly lines: ["thameslink"];
|
|
@@ -2430,13 +3462,29 @@ export declare const Stations: {
|
|
|
2430
3462
|
readonly displayName: "St Neots";
|
|
2431
3463
|
readonly lines: ["thameslink", "greatNorthern"];
|
|
2432
3464
|
};
|
|
3465
|
+
readonly stPancras: {
|
|
3466
|
+
readonly displayName: "St Pancras";
|
|
3467
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3468
|
+
};
|
|
3469
|
+
readonly stPancrasInternational: {
|
|
3470
|
+
readonly displayName: "St Pancras International";
|
|
3471
|
+
readonly lines: ["thameslink"];
|
|
3472
|
+
};
|
|
2433
3473
|
readonly stPauls: {
|
|
2434
3474
|
readonly displayName: "St Paul's";
|
|
2435
3475
|
readonly lines: ["central"];
|
|
2436
3476
|
};
|
|
2437
|
-
readonly
|
|
2438
|
-
readonly displayName: "
|
|
2439
|
-
readonly lines: ["
|
|
3477
|
+
readonly stafford: {
|
|
3478
|
+
readonly displayName: "Stafford";
|
|
3479
|
+
readonly lines: ["crossCountry"];
|
|
3480
|
+
};
|
|
3481
|
+
readonly stallingborough: {
|
|
3482
|
+
readonly displayName: "Stallingborough";
|
|
3483
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3484
|
+
};
|
|
3485
|
+
readonly stamford: {
|
|
3486
|
+
readonly displayName: "Stamford";
|
|
3487
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
2440
3488
|
};
|
|
2441
3489
|
readonly stamfordBrook: {
|
|
2442
3490
|
readonly displayName: "Stamford Brook";
|
|
@@ -2446,10 +3494,22 @@ export declare const Stations: {
|
|
|
2446
3494
|
readonly displayName: "Stamford Hill";
|
|
2447
3495
|
readonly lines: ["weaver"];
|
|
2448
3496
|
};
|
|
3497
|
+
readonly stanfordLeHope: {
|
|
3498
|
+
readonly displayName: "Stanford-le-Hope";
|
|
3499
|
+
readonly lines: ["c2c"];
|
|
3500
|
+
};
|
|
2449
3501
|
readonly stanmore: {
|
|
2450
3502
|
readonly displayName: "Stanmore";
|
|
2451
3503
|
readonly lines: ["jubilee"];
|
|
2452
3504
|
};
|
|
3505
|
+
readonly stanstedAirport: {
|
|
3506
|
+
readonly displayName: "Stansted Airport";
|
|
3507
|
+
readonly lines: ["stanstedExpress", "crossCountry"];
|
|
3508
|
+
};
|
|
3509
|
+
readonly stanstedMountfitchet: {
|
|
3510
|
+
readonly displayName: "Stansted Mountfitchet";
|
|
3511
|
+
readonly lines: ["stanstedExpress"];
|
|
3512
|
+
};
|
|
2453
3513
|
readonly starLane: {
|
|
2454
3514
|
readonly displayName: "Star Lane";
|
|
2455
3515
|
readonly lines: ["dlr"];
|
|
@@ -2460,7 +3520,15 @@ export declare const Stations: {
|
|
|
2460
3520
|
};
|
|
2461
3521
|
readonly stevenage: {
|
|
2462
3522
|
readonly displayName: "Stevenage";
|
|
2463
|
-
readonly lines: ["thameslink", "greatNorthern"];
|
|
3523
|
+
readonly lines: ["thameslink", "greatNorthern", "lumo"];
|
|
3524
|
+
};
|
|
3525
|
+
readonly stirling: {
|
|
3526
|
+
readonly displayName: "Stirling";
|
|
3527
|
+
readonly lines: ["csHighlander"];
|
|
3528
|
+
};
|
|
3529
|
+
readonly stockport: {
|
|
3530
|
+
readonly displayName: "Stockport";
|
|
3531
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
2464
3532
|
};
|
|
2465
3533
|
readonly stockwell: {
|
|
2466
3534
|
readonly displayName: "Stockwell";
|
|
@@ -2470,6 +3538,14 @@ export declare const Stations: {
|
|
|
2470
3538
|
readonly displayName: "Stoke Newington";
|
|
2471
3539
|
readonly lines: ["weaver"];
|
|
2472
3540
|
};
|
|
3541
|
+
readonly stokeOnTrent: {
|
|
3542
|
+
readonly displayName: "Stoke-on-Trent";
|
|
3543
|
+
readonly lines: ["crossCountry"];
|
|
3544
|
+
};
|
|
3545
|
+
readonly stokeonTrent: {
|
|
3546
|
+
readonly displayName: "Stoke-on-Trent";
|
|
3547
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3548
|
+
};
|
|
2473
3549
|
readonly stoneCrossing: {
|
|
2474
3550
|
readonly displayName: "Stone Crossing";
|
|
2475
3551
|
readonly lines: ["thameslink"];
|
|
@@ -2478,9 +3554,13 @@ export declare const Stations: {
|
|
|
2478
3554
|
readonly displayName: "Stonebridge Park";
|
|
2479
3555
|
readonly lines: ["bakerloo", "lioness"];
|
|
2480
3556
|
};
|
|
3557
|
+
readonly stonehaven: {
|
|
3558
|
+
readonly displayName: "Stonehaven";
|
|
3559
|
+
readonly lines: ["csHighlander", "crossCountry"];
|
|
3560
|
+
};
|
|
2481
3561
|
readonly stratford: {
|
|
2482
3562
|
readonly displayName: "Stratford";
|
|
2483
|
-
readonly lines: ["central", "jubilee", "mildmay", "elizabeth", "dlr"];
|
|
3563
|
+
readonly lines: ["central", "jubilee", "mildmay", "elizabeth", "dlr", "c2c"];
|
|
2484
3564
|
};
|
|
2485
3565
|
readonly stratfordHighStreet: {
|
|
2486
3566
|
readonly displayName: "Stratford High Street";
|
|
@@ -2490,14 +3570,14 @@ export declare const Stations: {
|
|
|
2490
3570
|
readonly displayName: "Stratford International";
|
|
2491
3571
|
readonly lines: ["dlr"];
|
|
2492
3572
|
};
|
|
2493
|
-
readonly streathamCommon: {
|
|
2494
|
-
readonly displayName: "Streatham Common";
|
|
2495
|
-
readonly lines: ["southern"];
|
|
2496
|
-
};
|
|
2497
3573
|
readonly streatham: {
|
|
2498
3574
|
readonly displayName: "Streatham";
|
|
2499
3575
|
readonly lines: ["southern", "thameslink"];
|
|
2500
3576
|
};
|
|
3577
|
+
readonly streathamCommon: {
|
|
3578
|
+
readonly displayName: "Streatham Common";
|
|
3579
|
+
readonly lines: ["southern"];
|
|
3580
|
+
};
|
|
2501
3581
|
readonly streathamHill: {
|
|
2502
3582
|
readonly displayName: "Streatham Hill";
|
|
2503
3583
|
readonly lines: ["southern"];
|
|
@@ -2526,6 +3606,10 @@ export declare const Stations: {
|
|
|
2526
3606
|
readonly displayName: "Sutton Common";
|
|
2527
3607
|
readonly lines: ["thameslink"];
|
|
2528
3608
|
};
|
|
3609
|
+
readonly suttonParkway: {
|
|
3610
|
+
readonly displayName: "Sutton Parkway";
|
|
3611
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3612
|
+
};
|
|
2529
3613
|
readonly swanley: {
|
|
2530
3614
|
readonly displayName: "Swanley";
|
|
2531
3615
|
readonly lines: ["thameslink"];
|
|
@@ -2538,6 +3622,14 @@ export declare const Stations: {
|
|
|
2538
3622
|
readonly displayName: "Swanwick";
|
|
2539
3623
|
readonly lines: ["southern"];
|
|
2540
3624
|
};
|
|
3625
|
+
readonly swinderby: {
|
|
3626
|
+
readonly displayName: "Swinderby";
|
|
3627
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3628
|
+
};
|
|
3629
|
+
readonly swineshead: {
|
|
3630
|
+
readonly displayName: "Swineshead";
|
|
3631
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3632
|
+
};
|
|
2541
3633
|
readonly swissCottage: {
|
|
2542
3634
|
readonly displayName: "Swiss Cottage";
|
|
2543
3635
|
readonly lines: ["jubilee"];
|
|
@@ -2546,10 +3638,18 @@ export declare const Stations: {
|
|
|
2546
3638
|
readonly displayName: "Sydenham";
|
|
2547
3639
|
readonly lines: ["windrush", "southern"];
|
|
2548
3640
|
};
|
|
3641
|
+
readonly syston: {
|
|
3642
|
+
readonly displayName: "Syston";
|
|
3643
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3644
|
+
};
|
|
2549
3645
|
readonly tadworth: {
|
|
2550
3646
|
readonly displayName: "Tadworth";
|
|
2551
3647
|
readonly lines: ["southern"];
|
|
2552
3648
|
};
|
|
3649
|
+
readonly tamworth: {
|
|
3650
|
+
readonly displayName: "Tamworth";
|
|
3651
|
+
readonly lines: ["crossCountry"];
|
|
3652
|
+
};
|
|
2553
3653
|
readonly taplow: {
|
|
2554
3654
|
readonly displayName: "Taplow";
|
|
2555
3655
|
readonly lines: ["elizabeth"];
|
|
@@ -2558,26 +3658,54 @@ export declare const Stations: {
|
|
|
2558
3658
|
readonly displayName: "Tattenham Corner";
|
|
2559
3659
|
readonly lines: ["southern"];
|
|
2560
3660
|
};
|
|
3661
|
+
readonly taunton: {
|
|
3662
|
+
readonly displayName: "Taunton";
|
|
3663
|
+
readonly lines: ["crossCountry"];
|
|
3664
|
+
};
|
|
3665
|
+
readonly teignmouth: {
|
|
3666
|
+
readonly displayName: "Teignmouth";
|
|
3667
|
+
readonly lines: ["crossCountry"];
|
|
3668
|
+
};
|
|
2561
3669
|
readonly temple: {
|
|
2562
3670
|
readonly displayName: "Temple";
|
|
2563
3671
|
readonly lines: ["district", "circle"];
|
|
2564
3672
|
};
|
|
3673
|
+
readonly theShore: {
|
|
3674
|
+
readonly displayName: "The Shore";
|
|
3675
|
+
readonly lines: ["edinburghTrams"];
|
|
3676
|
+
};
|
|
2565
3677
|
readonly theobaldsGrove: {
|
|
2566
3678
|
readonly displayName: "Theobalds Grove";
|
|
2567
3679
|
readonly lines: ["weaver"];
|
|
2568
3680
|
};
|
|
2569
3681
|
readonly therapiaLane: {
|
|
2570
3682
|
readonly displayName: "Therapia Lane";
|
|
2571
|
-
readonly lines: ["
|
|
3683
|
+
readonly lines: ["londonTrams"];
|
|
3684
|
+
};
|
|
3685
|
+
readonly thetford: {
|
|
3686
|
+
readonly displayName: "Thetford";
|
|
3687
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2572
3688
|
};
|
|
2573
3689
|
readonly theydonBois: {
|
|
2574
3690
|
readonly displayName: "Theydon Bois";
|
|
2575
3691
|
readonly lines: ["central"];
|
|
2576
3692
|
};
|
|
3693
|
+
readonly thorntonAbbey: {
|
|
3694
|
+
readonly displayName: "Thornton Abbey";
|
|
3695
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3696
|
+
};
|
|
2577
3697
|
readonly thorntonHeath: {
|
|
2578
3698
|
readonly displayName: "Thornton Heath";
|
|
2579
3699
|
readonly lines: ["southern"];
|
|
2580
3700
|
};
|
|
3701
|
+
readonly thorpeBay: {
|
|
3702
|
+
readonly displayName: "Thorpe Bay";
|
|
3703
|
+
readonly lines: ["c2c"];
|
|
3704
|
+
};
|
|
3705
|
+
readonly thorpeCulvert: {
|
|
3706
|
+
readonly displayName: "Thorpe Culvert";
|
|
3707
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3708
|
+
};
|
|
2581
3709
|
readonly threeBridges: {
|
|
2582
3710
|
readonly displayName: "Three Bridges";
|
|
2583
3711
|
readonly lines: ["thameslink", "southern"];
|
|
@@ -2586,6 +3714,18 @@ export declare const Stations: {
|
|
|
2586
3714
|
readonly displayName: "Three Oaks";
|
|
2587
3715
|
readonly lines: ["southern"];
|
|
2588
3716
|
};
|
|
3717
|
+
readonly thurgarton: {
|
|
3718
|
+
readonly displayName: "Thurgarton";
|
|
3719
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3720
|
+
};
|
|
3721
|
+
readonly tilburyTown: {
|
|
3722
|
+
readonly displayName: "Tilbury Town";
|
|
3723
|
+
readonly lines: ["c2c"];
|
|
3724
|
+
};
|
|
3725
|
+
readonly tivertonParkway: {
|
|
3726
|
+
readonly displayName: "Tiverton Parkway";
|
|
3727
|
+
readonly lines: ["crossCountry"];
|
|
3728
|
+
};
|
|
2589
3729
|
readonly tooting: {
|
|
2590
3730
|
readonly displayName: "Tooting";
|
|
2591
3731
|
readonly lines: ["thameslink"];
|
|
@@ -2598,13 +3738,21 @@ export declare const Stations: {
|
|
|
2598
3738
|
readonly displayName: "Tooting Broadway";
|
|
2599
3739
|
readonly lines: ["northern"];
|
|
2600
3740
|
};
|
|
3741
|
+
readonly torquay: {
|
|
3742
|
+
readonly displayName: "Torquay";
|
|
3743
|
+
readonly lines: ["crossCountry"];
|
|
3744
|
+
};
|
|
3745
|
+
readonly totnes: {
|
|
3746
|
+
readonly displayName: "Totnes";
|
|
3747
|
+
readonly lines: ["crossCountry"];
|
|
3748
|
+
};
|
|
2601
3749
|
readonly tottenhamCourtRoad: {
|
|
2602
3750
|
readonly displayName: "Tottenham Court Road";
|
|
2603
3751
|
readonly lines: ["northern", "central", "elizabeth"];
|
|
2604
3752
|
};
|
|
2605
3753
|
readonly tottenhamHale: {
|
|
2606
3754
|
readonly displayName: "Tottenham Hale";
|
|
2607
|
-
readonly lines: ["victoria"];
|
|
3755
|
+
readonly lines: ["stanstedExpress", "victoria"];
|
|
2608
3756
|
};
|
|
2609
3757
|
readonly totteridgeAndWhetstone: {
|
|
2610
3758
|
readonly displayName: "Totteridge & Whetstone";
|
|
@@ -2618,10 +3766,18 @@ export declare const Stations: {
|
|
|
2618
3766
|
readonly displayName: "Tower Hill";
|
|
2619
3767
|
readonly lines: ["district", "circle"];
|
|
2620
3768
|
};
|
|
3769
|
+
readonly truro: {
|
|
3770
|
+
readonly displayName: "Truro";
|
|
3771
|
+
readonly lines: ["crossCountry"];
|
|
3772
|
+
};
|
|
2621
3773
|
readonly tufnellPark: {
|
|
2622
3774
|
readonly displayName: "Tufnell Park";
|
|
2623
3775
|
readonly lines: ["northern"];
|
|
2624
3776
|
};
|
|
3777
|
+
readonly tulloch: {
|
|
3778
|
+
readonly displayName: "Tulloch";
|
|
3779
|
+
readonly lines: ["csHighlander"];
|
|
3780
|
+
};
|
|
2625
3781
|
readonly tulseHill: {
|
|
2626
3782
|
readonly displayName: "Tulse Hill";
|
|
2627
3783
|
readonly lines: ["thameslink", "southern"];
|
|
@@ -2638,6 +3794,10 @@ export declare const Stations: {
|
|
|
2638
3794
|
readonly displayName: "Turnpike Lane";
|
|
2639
3795
|
readonly lines: ["piccadilly"];
|
|
2640
3796
|
};
|
|
3797
|
+
readonly tutburyandHatton: {
|
|
3798
|
+
readonly displayName: "Tutbury and Hatton";
|
|
3799
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3800
|
+
};
|
|
2641
3801
|
readonly twyford: {
|
|
2642
3802
|
readonly displayName: "Twyford";
|
|
2643
3803
|
readonly lines: ["elizabeth"];
|
|
@@ -2646,9 +3806,17 @@ export declare const Stations: {
|
|
|
2646
3806
|
readonly displayName: "Uckfield";
|
|
2647
3807
|
readonly lines: ["southern"];
|
|
2648
3808
|
};
|
|
3809
|
+
readonly ulceby: {
|
|
3810
|
+
readonly displayName: "Ulceby";
|
|
3811
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3812
|
+
};
|
|
3813
|
+
readonly universityBirmingham: {
|
|
3814
|
+
readonly displayName: "University (Birmingham)";
|
|
3815
|
+
readonly lines: ["crossCountry"];
|
|
3816
|
+
};
|
|
2649
3817
|
readonly upminster: {
|
|
2650
3818
|
readonly displayName: "Upminster";
|
|
2651
|
-
readonly lines: ["district", "liberty"];
|
|
3819
|
+
readonly lines: ["district", "liberty", "c2c"];
|
|
2652
3820
|
};
|
|
2653
3821
|
readonly upminsterBridge: {
|
|
2654
3822
|
readonly displayName: "Upminster Bridge";
|
|
@@ -2662,6 +3830,10 @@ export declare const Stations: {
|
|
|
2662
3830
|
readonly displayName: "Upper Holloway";
|
|
2663
3831
|
readonly lines: ["suffragette"];
|
|
2664
3832
|
};
|
|
3833
|
+
readonly upperTyndrum: {
|
|
3834
|
+
readonly displayName: "Upper Tyndrum";
|
|
3835
|
+
readonly lines: ["csHighlander"];
|
|
3836
|
+
};
|
|
2665
3837
|
readonly upperWarlingham: {
|
|
2666
3838
|
readonly displayName: "Upper Warlingham";
|
|
2667
3839
|
readonly lines: ["southern"];
|
|
@@ -2670,6 +3842,10 @@ export declare const Stations: {
|
|
|
2670
3842
|
readonly displayName: "Upton Park";
|
|
2671
3843
|
readonly lines: ["district"];
|
|
2672
3844
|
};
|
|
3845
|
+
readonly uttoxeter: {
|
|
3846
|
+
readonly displayName: "Uttoxeter";
|
|
3847
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3848
|
+
};
|
|
2673
3849
|
readonly uxbridge: {
|
|
2674
3850
|
readonly displayName: "Uxbridge";
|
|
2675
3851
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
@@ -2688,7 +3864,15 @@ export declare const Stations: {
|
|
|
2688
3864
|
};
|
|
2689
3865
|
readonly waddonMarsh: {
|
|
2690
3866
|
readonly displayName: "Waddon Marsh";
|
|
2691
|
-
readonly lines: ["
|
|
3867
|
+
readonly lines: ["londonTrams"];
|
|
3868
|
+
};
|
|
3869
|
+
readonly wainfleet: {
|
|
3870
|
+
readonly displayName: "Wainfleet";
|
|
3871
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3872
|
+
};
|
|
3873
|
+
readonly wakefieldWestgate: {
|
|
3874
|
+
readonly displayName: "Wakefield Westgate";
|
|
3875
|
+
readonly lines: ["crossCountry"];
|
|
2692
3876
|
};
|
|
2693
3877
|
readonly wallington: {
|
|
2694
3878
|
readonly displayName: "Wallington";
|
|
@@ -2704,7 +3888,7 @@ export declare const Stations: {
|
|
|
2704
3888
|
};
|
|
2705
3889
|
readonly wandlePark: {
|
|
2706
3890
|
readonly displayName: "Wandle Park";
|
|
2707
|
-
readonly lines: ["
|
|
3891
|
+
readonly lines: ["londonTrams"];
|
|
2708
3892
|
};
|
|
2709
3893
|
readonly wandsworthCommon: {
|
|
2710
3894
|
readonly displayName: "Wandsworth Common";
|
|
@@ -2738,10 +3922,18 @@ export declare const Stations: {
|
|
|
2738
3922
|
readonly displayName: "Warren Street";
|
|
2739
3923
|
readonly lines: ["northern", "victoria"];
|
|
2740
3924
|
};
|
|
3925
|
+
readonly warringtonCentral: {
|
|
3926
|
+
readonly displayName: "Warrington Central";
|
|
3927
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
3928
|
+
};
|
|
2741
3929
|
readonly warwickAvenue: {
|
|
2742
3930
|
readonly displayName: "Warwick Avenue";
|
|
2743
3931
|
readonly lines: ["bakerloo"];
|
|
2744
3932
|
};
|
|
3933
|
+
readonly waterOrton: {
|
|
3934
|
+
readonly displayName: "Water Orton";
|
|
3935
|
+
readonly lines: ["crossCountry"];
|
|
3936
|
+
};
|
|
2745
3937
|
readonly waterbeach: {
|
|
2746
3938
|
readonly displayName: "Waterbeach";
|
|
2747
3939
|
readonly lines: ["greatNorthern"];
|
|
@@ -2760,7 +3952,7 @@ export declare const Stations: {
|
|
|
2760
3952
|
};
|
|
2761
3953
|
readonly watfordJunction: {
|
|
2762
3954
|
readonly displayName: "Watford Junction";
|
|
2763
|
-
readonly lines: ["lioness", "southern"];
|
|
3955
|
+
readonly lines: ["lioness", "southern", "csLowlander"];
|
|
2764
3956
|
};
|
|
2765
3957
|
readonly watlington: {
|
|
2766
3958
|
readonly displayName: "Watlington";
|
|
@@ -2776,7 +3968,11 @@ export declare const Stations: {
|
|
|
2776
3968
|
};
|
|
2777
3969
|
readonly wellesleyRoad: {
|
|
2778
3970
|
readonly displayName: "Wellesley Road";
|
|
2779
|
-
readonly lines: ["
|
|
3971
|
+
readonly lines: ["londonTrams"];
|
|
3972
|
+
};
|
|
3973
|
+
readonly wellingborough: {
|
|
3974
|
+
readonly displayName: "Wellingborough";
|
|
3975
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
2780
3976
|
};
|
|
2781
3977
|
readonly welwynGardenCity: {
|
|
2782
3978
|
readonly displayName: "Welwyn Garden City";
|
|
@@ -2800,7 +3996,7 @@ export declare const Stations: {
|
|
|
2800
3996
|
};
|
|
2801
3997
|
readonly westCroydon: {
|
|
2802
3998
|
readonly displayName: "West Croydon";
|
|
2803
|
-
readonly lines: ["windrush", "
|
|
3999
|
+
readonly lines: ["windrush", "londonTrams"];
|
|
2804
4000
|
};
|
|
2805
4001
|
readonly westDrayton: {
|
|
2806
4002
|
readonly displayName: "West Drayton";
|
|
@@ -2810,13 +4006,17 @@ export declare const Stations: {
|
|
|
2810
4006
|
readonly displayName: "West Ealing";
|
|
2811
4007
|
readonly lines: ["elizabeth"];
|
|
2812
4008
|
};
|
|
4009
|
+
readonly westEnd: {
|
|
4010
|
+
readonly displayName: "West End";
|
|
4011
|
+
readonly lines: ["edinburghTrams"];
|
|
4012
|
+
};
|
|
2813
4013
|
readonly westFichley: {
|
|
2814
4014
|
readonly displayName: "West Finchley";
|
|
2815
4015
|
readonly lines: ["northern"];
|
|
2816
4016
|
};
|
|
2817
4017
|
readonly westHam: {
|
|
2818
4018
|
readonly displayName: "West Ham";
|
|
2819
|
-
readonly lines: ["district", "hammersmithAndCity", "jubilee", "dlr"];
|
|
4019
|
+
readonly lines: ["district", "hammersmithAndCity", "jubilee", "dlr", "c2c"];
|
|
2820
4020
|
};
|
|
2821
4021
|
readonly westHampstead: {
|
|
2822
4022
|
readonly displayName: "West Hampstead";
|
|
@@ -2830,6 +4030,10 @@ export declare const Stations: {
|
|
|
2830
4030
|
readonly displayName: "West Harrow";
|
|
2831
4031
|
readonly lines: ["metropolitan"];
|
|
2832
4032
|
};
|
|
4033
|
+
readonly westHorndon: {
|
|
4034
|
+
readonly displayName: "West Horndon";
|
|
4035
|
+
readonly lines: ["c2c"];
|
|
4036
|
+
};
|
|
2833
4037
|
readonly westIndiaQuay: {
|
|
2834
4038
|
readonly displayName: "West India Quay";
|
|
2835
4039
|
readonly lines: ["dlr"];
|
|
@@ -2850,6 +4054,10 @@ export declare const Stations: {
|
|
|
2850
4054
|
readonly displayName: "West Silvertown";
|
|
2851
4055
|
readonly lines: ["dlr"];
|
|
2852
4056
|
};
|
|
4057
|
+
readonly westStreet: {
|
|
4058
|
+
readonly displayName: "West Street";
|
|
4059
|
+
readonly lines: ["glasgowSubway"];
|
|
4060
|
+
};
|
|
2853
4061
|
readonly westSutton: {
|
|
2854
4062
|
readonly displayName: "West Sutton";
|
|
2855
4063
|
readonly lines: ["thameslink"];
|
|
@@ -2866,6 +4074,10 @@ export declare const Stations: {
|
|
|
2866
4074
|
readonly displayName: "West Brompton";
|
|
2867
4075
|
readonly lines: ["district", "mildmay", "southern"];
|
|
2868
4076
|
};
|
|
4077
|
+
readonly westcliff: {
|
|
4078
|
+
readonly displayName: "Westcliff";
|
|
4079
|
+
readonly lines: ["c2c"];
|
|
4080
|
+
};
|
|
2869
4081
|
readonly westcombePark: {
|
|
2870
4082
|
readonly displayName: "Westcombe Park";
|
|
2871
4083
|
readonly lines: ["thameslink"];
|
|
@@ -2878,6 +4090,10 @@ export declare const Stations: {
|
|
|
2878
4090
|
readonly displayName: "Westminster";
|
|
2879
4091
|
readonly lines: ["district", "circle", "jubilee"];
|
|
2880
4092
|
};
|
|
4093
|
+
readonly whatstandwell: {
|
|
4094
|
+
readonly displayName: "Whatstandwell";
|
|
4095
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
4096
|
+
};
|
|
2881
4097
|
readonly whiteCity: {
|
|
2882
4098
|
readonly displayName: "White City";
|
|
2883
4099
|
readonly lines: ["central"];
|
|
@@ -2890,6 +4106,14 @@ export declare const Stations: {
|
|
|
2890
4106
|
readonly displayName: "Whitechapel";
|
|
2891
4107
|
readonly lines: ["district", "hammersmithAndCity", "windrush", "elizabeth"];
|
|
2892
4108
|
};
|
|
4109
|
+
readonly whittlesea: {
|
|
4110
|
+
readonly displayName: "Whittlesea";
|
|
4111
|
+
readonly lines: ["eastMidlandsRailway", "crossCountry"];
|
|
4112
|
+
};
|
|
4113
|
+
readonly whitwell: {
|
|
4114
|
+
readonly displayName: "Whitwell";
|
|
4115
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
4116
|
+
};
|
|
2893
4117
|
readonly whyteleafe: {
|
|
2894
4118
|
readonly displayName: "Whyteleafe";
|
|
2895
4119
|
readonly lines: ["southern"];
|
|
@@ -2898,6 +4122,10 @@ export declare const Stations: {
|
|
|
2898
4122
|
readonly displayName: "Whyteleafe South";
|
|
2899
4123
|
readonly lines: ["southern"];
|
|
2900
4124
|
};
|
|
4125
|
+
readonly widnes: {
|
|
4126
|
+
readonly displayName: "Widnes";
|
|
4127
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
4128
|
+
};
|
|
2901
4129
|
readonly willesdenGreen: {
|
|
2902
4130
|
readonly displayName: "Willesden Green";
|
|
2903
4131
|
readonly lines: ["jubilee"];
|
|
@@ -2906,9 +4134,17 @@ export declare const Stations: {
|
|
|
2906
4134
|
readonly displayName: "Willesden Junction";
|
|
2907
4135
|
readonly lines: ["bakerloo", "lioness", "mildmay"];
|
|
2908
4136
|
};
|
|
4137
|
+
readonly willington: {
|
|
4138
|
+
readonly displayName: "Willington";
|
|
4139
|
+
readonly lines: ["crossCountry"];
|
|
4140
|
+
};
|
|
4141
|
+
readonly wilnecote: {
|
|
4142
|
+
readonly displayName: "Wilnecote";
|
|
4143
|
+
readonly lines: ["crossCountry"];
|
|
4144
|
+
};
|
|
2909
4145
|
readonly wimbledon: {
|
|
2910
4146
|
readonly displayName: "Wimbledon";
|
|
2911
|
-
readonly lines: ["district", "
|
|
4147
|
+
readonly lines: ["district", "londonTrams", "thameslink"];
|
|
2912
4148
|
};
|
|
2913
4149
|
readonly wimbledonChase: {
|
|
2914
4150
|
readonly displayName: "Wimbledon Chase";
|
|
@@ -2922,6 +4158,10 @@ export declare const Stations: {
|
|
|
2922
4158
|
readonly displayName: "Winchelsea";
|
|
2923
4159
|
readonly lines: ["southern"];
|
|
2924
4160
|
};
|
|
4161
|
+
readonly winchester: {
|
|
4162
|
+
readonly displayName: "Winchester";
|
|
4163
|
+
readonly lines: ["crossCountry"];
|
|
4164
|
+
};
|
|
2925
4165
|
readonly winchmoreHill: {
|
|
2926
4166
|
readonly displayName: "Winchmore Hill";
|
|
2927
4167
|
readonly lines: ["greatNorthern"];
|
|
@@ -2934,6 +4174,10 @@ export declare const Stations: {
|
|
|
2934
4174
|
readonly displayName: "Woldingham";
|
|
2935
4175
|
readonly lines: ["thameslink"];
|
|
2936
4176
|
};
|
|
4177
|
+
readonly wolverhampton: {
|
|
4178
|
+
readonly displayName: "Wolverhampton";
|
|
4179
|
+
readonly lines: ["crossCountry"];
|
|
4180
|
+
};
|
|
2937
4181
|
readonly woodGreen: {
|
|
2938
4182
|
readonly displayName: "Wood Green";
|
|
2939
4183
|
readonly lines: ["piccadilly"];
|
|
@@ -2956,7 +4200,7 @@ export declare const Stations: {
|
|
|
2956
4200
|
};
|
|
2957
4201
|
readonly woodside: {
|
|
2958
4202
|
readonly displayName: "Woodside";
|
|
2959
|
-
readonly lines: ["
|
|
4203
|
+
readonly lines: ["londonTrams"];
|
|
2960
4204
|
};
|
|
2961
4205
|
readonly woodsidePark: {
|
|
2962
4206
|
readonly displayName: "Woodside Park";
|
|
@@ -2974,10 +4218,26 @@ export declare const Stations: {
|
|
|
2974
4218
|
readonly displayName: "Woolwich Arsenal";
|
|
2975
4219
|
readonly lines: ["dlr", "thameslink"];
|
|
2976
4220
|
};
|
|
4221
|
+
readonly worcestershireParkway: {
|
|
4222
|
+
readonly displayName: "Worcestershire Parkway";
|
|
4223
|
+
readonly lines: ["crossCountry"];
|
|
4224
|
+
};
|
|
4225
|
+
readonly worksop: {
|
|
4226
|
+
readonly displayName: "Worksop";
|
|
4227
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
4228
|
+
};
|
|
2977
4229
|
readonly worthing: {
|
|
2978
4230
|
readonly displayName: "Worthing";
|
|
2979
4231
|
readonly lines: ["southern"];
|
|
2980
4232
|
};
|
|
4233
|
+
readonly wymondham: {
|
|
4234
|
+
readonly displayName: "Wymondham";
|
|
4235
|
+
readonly lines: ["eastMidlandsRailway"];
|
|
4236
|
+
};
|
|
4237
|
+
readonly york: {
|
|
4238
|
+
readonly displayName: "York";
|
|
4239
|
+
readonly lines: ["crossCountry"];
|
|
4240
|
+
};
|
|
2981
4241
|
};
|
|
2982
4242
|
export type StationId = keyof typeof Stations;
|
|
2983
4243
|
export declare const stationIds: StationId[];
|