@tangledwires/uk-station-data 1.1.0 → 1.3.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/dist/line.d.ts +135 -0
- package/dist/line.js +137 -0
- package/dist/station.d.ts +1236 -36
- package/dist/station.js +338 -44
- package/dist/toc.js +29 -28
- package/package.json +2 -2
package/dist/station.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare const Stations: {
|
|
|
16
16
|
};
|
|
17
17
|
readonly abbeyWood: {
|
|
18
18
|
readonly displayName: "Abbey Wood";
|
|
19
|
-
readonly lines: ["elizabeth"];
|
|
19
|
+
readonly lines: ["elizabeth", "thameslink"];
|
|
20
20
|
};
|
|
21
21
|
readonly actonCentral: {
|
|
22
22
|
readonly displayName: "Acton Central";
|
|
@@ -46,6 +46,14 @@ export declare const Stations: {
|
|
|
46
46
|
readonly displayName: "Aldgate East";
|
|
47
47
|
readonly lines: ["hammersmithAndCity", "district"];
|
|
48
48
|
};
|
|
49
|
+
readonly aldrington: {
|
|
50
|
+
readonly displayName: "Aldrington";
|
|
51
|
+
readonly lines: ["thameslink"];
|
|
52
|
+
};
|
|
53
|
+
readonly alexandraPalace: {
|
|
54
|
+
readonly displayName: "Alexandra Palace";
|
|
55
|
+
readonly lines: ["thameslink"];
|
|
56
|
+
};
|
|
49
57
|
readonly allSaints: {
|
|
50
58
|
readonly displayName: "All Saints";
|
|
51
59
|
readonly lines: ["dlr"];
|
|
@@ -54,6 +62,10 @@ export declare const Stations: {
|
|
|
54
62
|
readonly displayName: "Alperton";
|
|
55
63
|
readonly lines: ["piccadilly"];
|
|
56
64
|
};
|
|
65
|
+
readonly amberley: {
|
|
66
|
+
readonly displayName: "Amberley";
|
|
67
|
+
readonly lines: ["thameslink"];
|
|
68
|
+
};
|
|
57
69
|
readonly amersham: {
|
|
58
70
|
readonly displayName: "Amersham";
|
|
59
71
|
readonly lines: ["metropolitan"];
|
|
@@ -64,12 +76,20 @@ export declare const Stations: {
|
|
|
64
76
|
};
|
|
65
77
|
readonly anerley: {
|
|
66
78
|
readonly displayName: "Anerly";
|
|
67
|
-
readonly lines: ["windrush"];
|
|
79
|
+
readonly lines: ["windrush", "thameslink"];
|
|
68
80
|
};
|
|
69
81
|
readonly angel: {
|
|
70
82
|
readonly displayName: "Angel";
|
|
71
83
|
readonly lines: ["northern"];
|
|
72
84
|
};
|
|
85
|
+
readonly angmering: {
|
|
86
|
+
readonly displayName: "Angering";
|
|
87
|
+
readonly lines: ["thameslink"];
|
|
88
|
+
};
|
|
89
|
+
readonly appledoreKent: {
|
|
90
|
+
readonly displayName: "Appledore (Kent)";
|
|
91
|
+
readonly lines: ["thameslink"];
|
|
92
|
+
};
|
|
73
93
|
readonly archway: {
|
|
74
94
|
readonly displayName: "Archway";
|
|
75
95
|
readonly lines: ["northern"];
|
|
@@ -78,6 +98,10 @@ export declare const Stations: {
|
|
|
78
98
|
readonly displayName: "Arena";
|
|
79
99
|
readonly lines: ["trams"];
|
|
80
100
|
};
|
|
101
|
+
readonly arlesey: {
|
|
102
|
+
readonly displayName: "Arlesey";
|
|
103
|
+
readonly lines: ["thameslink"];
|
|
104
|
+
};
|
|
81
105
|
readonly arnosGrove: {
|
|
82
106
|
readonly displayName: "Arnos Grove";
|
|
83
107
|
readonly lines: ["piccadilly"];
|
|
@@ -86,6 +110,26 @@ export declare const Stations: {
|
|
|
86
110
|
readonly displayName: "Arsenal";
|
|
87
111
|
readonly lines: ["piccadilly"];
|
|
88
112
|
};
|
|
113
|
+
readonly arundel: {
|
|
114
|
+
readonly displayName: "Arundel";
|
|
115
|
+
readonly lines: ["thameslink"];
|
|
116
|
+
};
|
|
117
|
+
readonly ashfordInternational: {
|
|
118
|
+
readonly displayName: "Ashford International";
|
|
119
|
+
readonly lines: ["thameslink"];
|
|
120
|
+
};
|
|
121
|
+
readonly ashtead: {
|
|
122
|
+
readonly displayName: "Ashtead";
|
|
123
|
+
readonly lines: ["thameslink"];
|
|
124
|
+
};
|
|
125
|
+
readonly ashurstKent: {
|
|
126
|
+
readonly displayName: "Ashurst (Kent)";
|
|
127
|
+
readonly lines: ["thameslink"];
|
|
128
|
+
};
|
|
129
|
+
readonly ashwellAndMorden: {
|
|
130
|
+
readonly displayName: "Ashwell & Morden";
|
|
131
|
+
readonly lines: ["thameslink"];
|
|
132
|
+
};
|
|
89
133
|
readonly avenueRoad: {
|
|
90
134
|
readonly displayName: "Avenue Road";
|
|
91
135
|
readonly lines: ["trams"];
|
|
@@ -94,14 +138,26 @@ export declare const Stations: {
|
|
|
94
138
|
readonly displayName: "Baker Street";
|
|
95
139
|
readonly lines: ["metropolitan", "bakerloo", "circle", "jubilee", "hammersmithAndCity"];
|
|
96
140
|
};
|
|
141
|
+
readonly balcombe: {
|
|
142
|
+
readonly displayName: "Balcombe";
|
|
143
|
+
readonly lines: ["thameslink"];
|
|
144
|
+
};
|
|
145
|
+
readonly baldock: {
|
|
146
|
+
readonly displayName: "Baldock";
|
|
147
|
+
readonly lines: ["thameslink"];
|
|
148
|
+
};
|
|
97
149
|
readonly balham: {
|
|
98
150
|
readonly displayName: "Balham";
|
|
99
|
-
readonly lines: ["northern"];
|
|
151
|
+
readonly lines: ["northern", "thameslink"];
|
|
100
152
|
};
|
|
101
153
|
readonly bank: {
|
|
102
154
|
readonly displayName: "Bank";
|
|
103
155
|
readonly lines: ["waterlooAndCity", "northern", "central", "dlr"];
|
|
104
156
|
};
|
|
157
|
+
readonly banstead: {
|
|
158
|
+
readonly displayName: "Banstead";
|
|
159
|
+
readonly lines: ["thameslink"];
|
|
160
|
+
};
|
|
105
161
|
readonly barbican: {
|
|
106
162
|
readonly displayName: "Barbican";
|
|
107
163
|
readonly lines: ["metropolitan", "circle", "hammersmithAndCity"];
|
|
@@ -118,25 +174,41 @@ export declare const Stations: {
|
|
|
118
174
|
readonly displayName: "Barkingside";
|
|
119
175
|
readonly lines: ["central"];
|
|
120
176
|
};
|
|
177
|
+
readonly barnham: {
|
|
178
|
+
readonly displayName: "Barnham";
|
|
179
|
+
readonly lines: ["thameslink"];
|
|
180
|
+
};
|
|
121
181
|
readonly baronsCourt: {
|
|
122
182
|
readonly displayName: "Barons Court";
|
|
123
183
|
readonly lines: ["district", "piccadilly"];
|
|
124
184
|
};
|
|
185
|
+
readonly batAndBall: {
|
|
186
|
+
readonly displayName: "Bat & Ball";
|
|
187
|
+
readonly lines: ["thameslink"];
|
|
188
|
+
};
|
|
125
189
|
readonly batterseaPark: {
|
|
126
190
|
readonly displayName: "Battersea Park";
|
|
127
|
-
readonly lines: ["windrush"];
|
|
191
|
+
readonly lines: ["windrush", "thameslink"];
|
|
128
192
|
};
|
|
129
193
|
readonly batterseaPowerStation: {
|
|
130
194
|
readonly displayName: "Battersea Power Station";
|
|
131
195
|
readonly lines: ["northern"];
|
|
132
196
|
};
|
|
197
|
+
readonly bayford: {
|
|
198
|
+
readonly displayName: "Bayford";
|
|
199
|
+
readonly lines: ["thameslink"];
|
|
200
|
+
};
|
|
133
201
|
readonly bayswater: {
|
|
134
202
|
readonly displayName: "Bayswater";
|
|
135
203
|
readonly lines: ["district", "circle"];
|
|
136
204
|
};
|
|
205
|
+
readonly beckenhamHill: {
|
|
206
|
+
readonly displayName: "Beckenham Hill";
|
|
207
|
+
readonly lines: ["thameslink"];
|
|
208
|
+
};
|
|
137
209
|
readonly beckenhamJunction: {
|
|
138
210
|
readonly displayName: "Beckenham Junction";
|
|
139
|
-
readonly lines: ["trams"];
|
|
211
|
+
readonly lines: ["trams", "thameslink"];
|
|
140
212
|
};
|
|
141
213
|
readonly beckenhamRoad: {
|
|
142
214
|
readonly displayName: "Beckenham Road";
|
|
@@ -158,18 +230,42 @@ export declare const Stations: {
|
|
|
158
230
|
readonly displayName: "Beddington";
|
|
159
231
|
readonly lines: ["trams"];
|
|
160
232
|
};
|
|
233
|
+
readonly bedford: {
|
|
234
|
+
readonly displayName: "Bedford";
|
|
235
|
+
readonly lines: ["thameslink"];
|
|
236
|
+
};
|
|
237
|
+
readonly bedhampton: {
|
|
238
|
+
readonly displayName: "Bedhampton";
|
|
239
|
+
readonly lines: ["thameslink"];
|
|
240
|
+
};
|
|
161
241
|
readonly belgraveWalk: {
|
|
162
242
|
readonly displayName: "Belgrave Walk";
|
|
163
243
|
readonly lines: ["trams"];
|
|
164
244
|
};
|
|
245
|
+
readonly bellingham: {
|
|
246
|
+
readonly displayName: "Bellingham";
|
|
247
|
+
readonly lines: ["thameslink"];
|
|
248
|
+
};
|
|
249
|
+
readonly belmont: {
|
|
250
|
+
readonly displayName: "Belmont";
|
|
251
|
+
readonly lines: ["thameslink"];
|
|
252
|
+
};
|
|
165
253
|
readonly belsizePark: {
|
|
166
254
|
readonly displayName: "Belsize Park";
|
|
167
255
|
readonly lines: ["northern"];
|
|
168
256
|
};
|
|
257
|
+
readonly berkhamsted: {
|
|
258
|
+
readonly displayName: "Berkhamsted";
|
|
259
|
+
readonly lines: ["thameslink"];
|
|
260
|
+
};
|
|
169
261
|
readonly bermondsey: {
|
|
170
262
|
readonly displayName: "Bermondsey";
|
|
171
263
|
readonly lines: ["jubilee"];
|
|
172
264
|
};
|
|
265
|
+
readonly berwickSussex: {
|
|
266
|
+
readonly displayName: "Berwick (Sussex)";
|
|
267
|
+
readonly lines: ["thameslink"];
|
|
268
|
+
};
|
|
173
269
|
readonly bethnalGreen1: {
|
|
174
270
|
readonly displayName: "Bethnal Green";
|
|
175
271
|
readonly lines: ["weaver"];
|
|
@@ -178,9 +274,33 @@ export declare const Stations: {
|
|
|
178
274
|
readonly displayName: "Bethnal Green";
|
|
179
275
|
readonly lines: ["central"];
|
|
180
276
|
};
|
|
277
|
+
readonly bexhill: {
|
|
278
|
+
readonly displayName: "Bexhill";
|
|
279
|
+
readonly lines: ["thameslink"];
|
|
280
|
+
};
|
|
281
|
+
readonly bickley: {
|
|
282
|
+
readonly displayName: "Bickley";
|
|
283
|
+
readonly lines: ["thameslink"];
|
|
284
|
+
};
|
|
285
|
+
readonly biggleswade: {
|
|
286
|
+
readonly displayName: "Biggleswade";
|
|
287
|
+
readonly lines: ["thameslink"];
|
|
288
|
+
};
|
|
289
|
+
readonly billingshurst: {
|
|
290
|
+
readonly displayName: "Billingshurst";
|
|
291
|
+
readonly lines: ["thameslink"];
|
|
292
|
+
};
|
|
181
293
|
readonly birkbeck: {
|
|
182
294
|
readonly displayName: "Birkbeck";
|
|
183
|
-
readonly lines: ["trams"];
|
|
295
|
+
readonly lines: ["trams", "thameslink"];
|
|
296
|
+
};
|
|
297
|
+
readonly bishopstoneSussex: {
|
|
298
|
+
readonly displayName: "Bishopstone (Sussex)";
|
|
299
|
+
readonly lines: ["thameslink"];
|
|
300
|
+
};
|
|
301
|
+
readonly bitterne: {
|
|
302
|
+
readonly displayName: "Bitterne";
|
|
303
|
+
readonly lines: ["thameslink"];
|
|
184
304
|
};
|
|
185
305
|
readonly blackfriars: {
|
|
186
306
|
readonly displayName: "Blackfriars";
|
|
@@ -198,14 +318,30 @@ export declare const Stations: {
|
|
|
198
318
|
readonly displayName: "Blackwall";
|
|
199
319
|
readonly lines: ["dlr"];
|
|
200
320
|
};
|
|
321
|
+
readonly bletchley: {
|
|
322
|
+
readonly displayName: "Bletchley";
|
|
323
|
+
readonly lines: ["thameslink"];
|
|
324
|
+
};
|
|
325
|
+
readonly bognorRegis: {
|
|
326
|
+
readonly displayName: "Bognor Regis";
|
|
327
|
+
readonly lines: ["thameslink"];
|
|
328
|
+
};
|
|
201
329
|
readonly bondStreet: {
|
|
202
330
|
readonly displayName: "Bond Street";
|
|
203
331
|
readonly lines: ["central", "jubilee", "elizabeth"];
|
|
204
332
|
};
|
|
333
|
+
readonly bookham: {
|
|
334
|
+
readonly displayName: "Bookham";
|
|
335
|
+
readonly lines: ["thameslink"];
|
|
336
|
+
};
|
|
205
337
|
readonly borough: {
|
|
206
338
|
readonly displayName: "Borough";
|
|
207
339
|
readonly lines: ["northern"];
|
|
208
340
|
};
|
|
341
|
+
readonly bosham: {
|
|
342
|
+
readonly displayName: "Bosham";
|
|
343
|
+
readonly lines: ["thameslink"];
|
|
344
|
+
};
|
|
209
345
|
readonly bostonManor: {
|
|
210
346
|
readonly displayName: "Boston Manor";
|
|
211
347
|
readonly lines: ["piccadilly"];
|
|
@@ -222,26 +358,46 @@ export declare const Stations: {
|
|
|
222
358
|
readonly displayName: "Bow Road";
|
|
223
359
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
224
360
|
};
|
|
361
|
+
readonly bowesPark: {
|
|
362
|
+
readonly displayName: "Bowes Park";
|
|
363
|
+
readonly lines: ["thameslink"];
|
|
364
|
+
};
|
|
365
|
+
readonly boxHillAndWesthumble: {
|
|
366
|
+
readonly displayName: "Box Hill & Westhumble";
|
|
367
|
+
readonly lines: ["thameslink"];
|
|
368
|
+
};
|
|
225
369
|
readonly brentCross: {
|
|
226
370
|
readonly displayName: "Brent Cross";
|
|
227
371
|
readonly lines: ["northern"];
|
|
228
372
|
};
|
|
373
|
+
readonly brentCrossWest: {
|
|
374
|
+
readonly displayName: "Brent Cross West";
|
|
375
|
+
readonly lines: ["thameslink"];
|
|
376
|
+
};
|
|
229
377
|
readonly brentwood: {
|
|
230
378
|
readonly displayName: "Brentwood";
|
|
231
379
|
readonly lines: ["elizabeth"];
|
|
232
380
|
};
|
|
381
|
+
readonly brightonEastSussex: {
|
|
382
|
+
readonly displayName: "Brighton (East Sussex)";
|
|
383
|
+
readonly lines: ["thameslink"];
|
|
384
|
+
};
|
|
233
385
|
readonly brixton: {
|
|
234
386
|
readonly displayName: "Brixton";
|
|
235
387
|
readonly lines: ["victoria"];
|
|
236
388
|
};
|
|
237
389
|
readonly brockley: {
|
|
238
390
|
readonly displayName: "Brockley";
|
|
239
|
-
readonly lines: ["windrush"];
|
|
391
|
+
readonly lines: ["windrush", "thameslink"];
|
|
240
392
|
};
|
|
241
393
|
readonly bromleyByBow: {
|
|
242
394
|
readonly displayName: "Bromley-by-Bow";
|
|
243
395
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
244
396
|
};
|
|
397
|
+
readonly bromleySouth: {
|
|
398
|
+
readonly displayName: "Bromley South";
|
|
399
|
+
readonly lines: ["thameslink"];
|
|
400
|
+
};
|
|
245
401
|
readonly brondesbury: {
|
|
246
402
|
readonly displayName: "Brondesbury";
|
|
247
403
|
readonly lines: ["mildmay"];
|
|
@@ -250,6 +406,10 @@ export declare const Stations: {
|
|
|
250
406
|
readonly displayName: "Brondesbury Park";
|
|
251
407
|
readonly lines: ["mildmay"];
|
|
252
408
|
};
|
|
409
|
+
readonly brookmansPark: {
|
|
410
|
+
readonly displayName: "Brookmans Park";
|
|
411
|
+
readonly lines: ["thameslink"];
|
|
412
|
+
};
|
|
253
413
|
readonly bruceGrove: {
|
|
254
414
|
readonly displayName: "Bruce Grove";
|
|
255
415
|
readonly lines: ["weaver"];
|
|
@@ -258,6 +418,10 @@ export declare const Stations: {
|
|
|
258
418
|
readonly displayName: "Buckhurst Hill";
|
|
259
419
|
readonly lines: ["central"];
|
|
260
420
|
};
|
|
421
|
+
readonly burgessHill: {
|
|
422
|
+
readonly displayName: "Burgess Hill";
|
|
423
|
+
readonly lines: ["thameslink"];
|
|
424
|
+
};
|
|
261
425
|
readonly burnham: {
|
|
262
426
|
readonly displayName: "Burnham";
|
|
263
427
|
readonly lines: ["elizabeth"];
|
|
@@ -266,6 +430,10 @@ export declare const Stations: {
|
|
|
266
430
|
readonly displayName: "Burnt Oak";
|
|
267
431
|
readonly lines: ["northern"];
|
|
268
432
|
};
|
|
433
|
+
readonly bursledon: {
|
|
434
|
+
readonly displayName: "Bursledon";
|
|
435
|
+
readonly lines: ["thameslink"];
|
|
436
|
+
};
|
|
269
437
|
readonly bushHillPark: {
|
|
270
438
|
readonly displayName: "Bush Hill Park";
|
|
271
439
|
readonly lines: ["weaver"];
|
|
@@ -274,6 +442,10 @@ export declare const Stations: {
|
|
|
274
442
|
readonly displayName: "Bushey";
|
|
275
443
|
readonly lines: ["lioness"];
|
|
276
444
|
};
|
|
445
|
+
readonly buxted: {
|
|
446
|
+
readonly displayName: "Buxted";
|
|
447
|
+
readonly lines: ["thameslink"];
|
|
448
|
+
};
|
|
277
449
|
readonly caledonianRoad: {
|
|
278
450
|
readonly displayName: "Caledonian Road";
|
|
279
451
|
readonly lines: ["piccadilly"];
|
|
@@ -282,10 +454,18 @@ export declare const Stations: {
|
|
|
282
454
|
readonly displayName: "Calendonian Road And Barnsbury";
|
|
283
455
|
readonly lines: ["mildmay"];
|
|
284
456
|
};
|
|
457
|
+
readonly cambridge: {
|
|
458
|
+
readonly displayName: "Cambridge";
|
|
459
|
+
readonly lines: ["thameslink"];
|
|
460
|
+
};
|
|
285
461
|
readonly cambridgeHeath: {
|
|
286
462
|
readonly displayName: "Cambridge Heath";
|
|
287
463
|
readonly lines: ["weaver"];
|
|
288
464
|
};
|
|
465
|
+
readonly cambridgeNorth: {
|
|
466
|
+
readonly displayName: "Cambridge North";
|
|
467
|
+
readonly lines: ["thameslink"];
|
|
468
|
+
};
|
|
289
469
|
readonly camdenRoad: {
|
|
290
470
|
readonly displayName: "Camden Road";
|
|
291
471
|
readonly lines: ["mildmay"];
|
|
@@ -322,6 +502,22 @@ export declare const Stations: {
|
|
|
322
502
|
readonly displayName: "Carpenders Park";
|
|
323
503
|
readonly lines: ["lioness"];
|
|
324
504
|
};
|
|
505
|
+
readonly carshalton: {
|
|
506
|
+
readonly displayName: "Carshalton";
|
|
507
|
+
readonly lines: ["thameslink"];
|
|
508
|
+
};
|
|
509
|
+
readonly carshaltonBeeches: {
|
|
510
|
+
readonly displayName: "Carshalton Beeches";
|
|
511
|
+
readonly lines: ["thameslink"];
|
|
512
|
+
};
|
|
513
|
+
readonly caterham: {
|
|
514
|
+
readonly displayName: "Caterham";
|
|
515
|
+
readonly lines: ["thameslink"];
|
|
516
|
+
};
|
|
517
|
+
readonly catford: {
|
|
518
|
+
readonly displayName: "Catford";
|
|
519
|
+
readonly lines: ["thameslink"];
|
|
520
|
+
};
|
|
325
521
|
readonly centrale: {
|
|
326
522
|
readonly displayName: "Centrale";
|
|
327
523
|
readonly lines: ["trams"];
|
|
@@ -346,6 +542,18 @@ export declare const Stations: {
|
|
|
346
542
|
readonly displayName: "Charing Cross";
|
|
347
543
|
readonly lines: ["bakerloo", "northern"];
|
|
348
544
|
};
|
|
545
|
+
readonly charlton: {
|
|
546
|
+
readonly displayName: "Charlton";
|
|
547
|
+
readonly lines: ["thameslink"];
|
|
548
|
+
};
|
|
549
|
+
readonly chatham: {
|
|
550
|
+
readonly displayName: "Chatham";
|
|
551
|
+
readonly lines: ["thameslink"];
|
|
552
|
+
};
|
|
553
|
+
readonly cheam: {
|
|
554
|
+
readonly displayName: "Cheam";
|
|
555
|
+
readonly lines: ["thameslink"];
|
|
556
|
+
};
|
|
349
557
|
readonly chesham: {
|
|
350
558
|
readonly displayName: "Chesham";
|
|
351
559
|
readonly lines: ["metropolitan"];
|
|
@@ -354,6 +562,10 @@ export declare const Stations: {
|
|
|
354
562
|
readonly displayName: "Cheshunt";
|
|
355
563
|
readonly lines: ["weaver"];
|
|
356
564
|
};
|
|
565
|
+
readonly chichester: {
|
|
566
|
+
readonly displayName: "Chichester";
|
|
567
|
+
readonly lines: ["thameslink"];
|
|
568
|
+
};
|
|
357
569
|
readonly chigwell: {
|
|
358
570
|
readonly displayName: "Chigwell";
|
|
359
571
|
readonly lines: ["central"];
|
|
@@ -362,6 +574,10 @@ export declare const Stations: {
|
|
|
362
574
|
readonly displayName: "Chingford";
|
|
363
575
|
readonly lines: ["weaver"];
|
|
364
576
|
};
|
|
577
|
+
readonly chipstead: {
|
|
578
|
+
readonly displayName: "Chipstead";
|
|
579
|
+
readonly lines: ["thameslink"];
|
|
580
|
+
};
|
|
365
581
|
readonly chiswickPark: {
|
|
366
582
|
readonly displayName: "Chiswick Park";
|
|
367
583
|
readonly lines: ["district"];
|
|
@@ -370,10 +586,22 @@ export declare const Stations: {
|
|
|
370
586
|
readonly displayName: "Chorleywood";
|
|
371
587
|
readonly lines: ["metropolitan"];
|
|
372
588
|
};
|
|
589
|
+
readonly christsHospital: {
|
|
590
|
+
readonly displayName: "Christs Hospital";
|
|
591
|
+
readonly lines: ["thameslink"];
|
|
592
|
+
};
|
|
373
593
|
readonly churchStreet: {
|
|
374
594
|
readonly displayName: "Church Street";
|
|
375
595
|
readonly lines: ["trams"];
|
|
376
596
|
};
|
|
597
|
+
readonly cityThameslink: {
|
|
598
|
+
readonly displayName: "City Thameslink";
|
|
599
|
+
readonly lines: ["thameslink"];
|
|
600
|
+
};
|
|
601
|
+
readonly clandon: {
|
|
602
|
+
readonly displayName: "Clandon";
|
|
603
|
+
readonly lines: ["thameslink"];
|
|
604
|
+
};
|
|
377
605
|
readonly claphamCommon: {
|
|
378
606
|
readonly displayName: "Clapham Common";
|
|
379
607
|
readonly lines: ["northern"];
|
|
@@ -384,7 +612,7 @@ export declare const Stations: {
|
|
|
384
612
|
};
|
|
385
613
|
readonly claphamJunction: {
|
|
386
614
|
readonly displayName: "Clapham Junction";
|
|
387
|
-
readonly lines: ["windrush", "mildmay"];
|
|
615
|
+
readonly lines: ["windrush", "mildmay", "thameslink"];
|
|
388
616
|
};
|
|
389
617
|
readonly claphamNorth: {
|
|
390
618
|
readonly displayName: "Clapham North";
|
|
@@ -410,14 +638,58 @@ export declare const Stations: {
|
|
|
410
638
|
readonly displayName: "Colliers Wood";
|
|
411
639
|
readonly lines: ["northern"];
|
|
412
640
|
};
|
|
641
|
+
readonly collington: {
|
|
642
|
+
readonly displayName: "Collington";
|
|
643
|
+
readonly lines: ["thameslink"];
|
|
644
|
+
};
|
|
645
|
+
readonly coodenBeach: {
|
|
646
|
+
readonly displayName: "Cooden Beach";
|
|
647
|
+
readonly lines: ["thameslink"];
|
|
648
|
+
};
|
|
649
|
+
readonly cooksbridge: {
|
|
650
|
+
readonly displayName: "Cooksbridge";
|
|
651
|
+
readonly lines: ["thameslink"];
|
|
652
|
+
};
|
|
413
653
|
readonly coombeLane: {
|
|
414
654
|
readonly displayName: "Coombe Lane";
|
|
415
655
|
readonly lines: ["trams"];
|
|
416
656
|
};
|
|
657
|
+
readonly cosham: {
|
|
658
|
+
readonly displayName: "Cosham";
|
|
659
|
+
readonly lines: ["thameslink"];
|
|
660
|
+
};
|
|
661
|
+
readonly coulsdonSouth: {
|
|
662
|
+
readonly displayName: "Coulsdon South";
|
|
663
|
+
readonly lines: ["thameslink"];
|
|
664
|
+
};
|
|
665
|
+
readonly coulsdonTown: {
|
|
666
|
+
readonly displayName: "Coulsdon Town";
|
|
667
|
+
readonly lines: ["thameslink"];
|
|
668
|
+
};
|
|
417
669
|
readonly coventGarden: {
|
|
418
670
|
readonly displayName: "Covent Garden";
|
|
419
671
|
readonly lines: ["piccadilly"];
|
|
420
672
|
};
|
|
673
|
+
readonly cowdenKent: {
|
|
674
|
+
readonly displayName: "Cowden (Kent)";
|
|
675
|
+
readonly lines: ["thameslink"];
|
|
676
|
+
};
|
|
677
|
+
readonly crawley: {
|
|
678
|
+
readonly displayName: "Crawley";
|
|
679
|
+
readonly lines: ["thameslink"];
|
|
680
|
+
};
|
|
681
|
+
readonly crewsHill: {
|
|
682
|
+
readonly displayName: "Crews Hill";
|
|
683
|
+
readonly lines: ["thameslink"];
|
|
684
|
+
};
|
|
685
|
+
readonly cricklewood: {
|
|
686
|
+
readonly displayName: "Cricklewood";
|
|
687
|
+
readonly lines: ["thameslink"];
|
|
688
|
+
};
|
|
689
|
+
readonly croftonPark: {
|
|
690
|
+
readonly displayName: "Crofton Park";
|
|
691
|
+
readonly lines: ["thameslink"];
|
|
692
|
+
};
|
|
421
693
|
readonly crossharbour: {
|
|
422
694
|
readonly displayName: "Crossharbour";
|
|
423
695
|
readonly lines: ["dlr"];
|
|
@@ -426,13 +698,21 @@ export declare const Stations: {
|
|
|
426
698
|
readonly displayName: "Crouch Hill";
|
|
427
699
|
readonly lines: ["suffragette"];
|
|
428
700
|
};
|
|
701
|
+
readonly crowborough: {
|
|
702
|
+
readonly displayName: "Crowborough";
|
|
703
|
+
readonly lines: ["thameslink"];
|
|
704
|
+
};
|
|
429
705
|
readonly croxley: {
|
|
430
706
|
readonly displayName: "Croxley";
|
|
431
707
|
readonly lines: ["metropolitan"];
|
|
432
708
|
};
|
|
433
709
|
readonly crystalPalace: {
|
|
434
710
|
readonly displayName: "Crystal Palace";
|
|
435
|
-
readonly lines: ["windrush"];
|
|
711
|
+
readonly lines: ["windrush", "thameslink"];
|
|
712
|
+
};
|
|
713
|
+
readonly cuffley: {
|
|
714
|
+
readonly displayName: "Cuffley";
|
|
715
|
+
readonly lines: ["thameslink"];
|
|
436
716
|
};
|
|
437
717
|
readonly customHouse: {
|
|
438
718
|
readonly displayName: "Custom House";
|
|
@@ -462,13 +742,21 @@ export declare const Stations: {
|
|
|
462
742
|
readonly displayName: "Dalston Kingsland";
|
|
463
743
|
readonly lines: ["mildmay"];
|
|
464
744
|
};
|
|
745
|
+
readonly dartford: {
|
|
746
|
+
readonly displayName: "Dartford";
|
|
747
|
+
readonly lines: ["thameslink"];
|
|
748
|
+
};
|
|
465
749
|
readonly debden: {
|
|
466
750
|
readonly displayName: "Debden";
|
|
467
751
|
readonly lines: ["central"];
|
|
468
752
|
};
|
|
469
753
|
readonly denmarkHill: {
|
|
470
754
|
readonly displayName: "Denmark Hill";
|
|
471
|
-
readonly lines: ["windrush"];
|
|
755
|
+
readonly lines: ["windrush", "thameslink"];
|
|
756
|
+
};
|
|
757
|
+
readonly deptford: {
|
|
758
|
+
readonly displayName: "Deptford";
|
|
759
|
+
readonly lines: ["thameslink"];
|
|
472
760
|
};
|
|
473
761
|
readonly deptfordBridge: {
|
|
474
762
|
readonly displayName: "Deptford Bridge";
|
|
@@ -478,14 +766,38 @@ export declare const Stations: {
|
|
|
478
766
|
readonly displayName: "Devons Road";
|
|
479
767
|
readonly lines: ["dlr"];
|
|
480
768
|
};
|
|
769
|
+
readonly doleham: {
|
|
770
|
+
readonly displayName: "Doleham";
|
|
771
|
+
readonly lines: ["thameslink"];
|
|
772
|
+
};
|
|
481
773
|
readonly dollisHill: {
|
|
482
774
|
readonly displayName: "Dollis Hill";
|
|
483
775
|
readonly lines: ["jubilee"];
|
|
484
776
|
};
|
|
777
|
+
readonly dorkingMain: {
|
|
778
|
+
readonly displayName: "Dorking (Main)";
|
|
779
|
+
readonly lines: ["thameslink"];
|
|
780
|
+
};
|
|
781
|
+
readonly dormans: {
|
|
782
|
+
readonly displayName: "Dormans";
|
|
783
|
+
readonly lines: ["thameslink"];
|
|
784
|
+
};
|
|
785
|
+
readonly downhamMarket: {
|
|
786
|
+
readonly displayName: "Downham Market";
|
|
787
|
+
readonly lines: ["thameslink"];
|
|
788
|
+
};
|
|
789
|
+
readonly draytonPark: {
|
|
790
|
+
readonly displayName: "Drayton Park";
|
|
791
|
+
readonly lines: ["thameslink"];
|
|
792
|
+
};
|
|
485
793
|
readonly dundonaldRoad: {
|
|
486
794
|
readonly displayName: "Dundonald Road";
|
|
487
795
|
readonly lines: ["trams"];
|
|
488
796
|
};
|
|
797
|
+
readonly durringtonOnSea: {
|
|
798
|
+
readonly displayName: "Durrington-on-Sea";
|
|
799
|
+
readonly lines: ["thameslink"];
|
|
800
|
+
};
|
|
489
801
|
readonly ealingBroadway: {
|
|
490
802
|
readonly displayName: "Ealing Broadway";
|
|
491
803
|
readonly lines: ["district", "central", "elizabeth"];
|
|
@@ -498,18 +810,30 @@ export declare const Stations: {
|
|
|
498
810
|
readonly displayName: "Earl's Court";
|
|
499
811
|
readonly lines: ["district", "piccadilly"];
|
|
500
812
|
};
|
|
813
|
+
readonly earlswoodSurrey: {
|
|
814
|
+
readonly displayName: "Earlswood (Surrey)";
|
|
815
|
+
readonly lines: ["thameslink"];
|
|
816
|
+
};
|
|
501
817
|
readonly eastActon: {
|
|
502
818
|
readonly displayName: "East Acton";
|
|
503
819
|
readonly lines: ["central"];
|
|
504
820
|
};
|
|
505
821
|
readonly eastCroydon: {
|
|
506
822
|
readonly displayName: "East Croydon";
|
|
507
|
-
readonly lines: ["trams"];
|
|
823
|
+
readonly lines: ["trams", "thameslink"];
|
|
824
|
+
};
|
|
825
|
+
readonly eastDulwich: {
|
|
826
|
+
readonly displayName: "East Dulwich";
|
|
827
|
+
readonly lines: ["thameslink"];
|
|
508
828
|
};
|
|
509
829
|
readonly eastFinchley: {
|
|
510
830
|
readonly displayName: "East Finchley";
|
|
511
831
|
readonly lines: ["northern"];
|
|
512
832
|
};
|
|
833
|
+
readonly eastGrinstead: {
|
|
834
|
+
readonly displayName: "East Grinstead";
|
|
835
|
+
readonly lines: ["thameslink"];
|
|
836
|
+
};
|
|
513
837
|
readonly eastHam: {
|
|
514
838
|
readonly displayName: "East Ham";
|
|
515
839
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
@@ -522,10 +846,30 @@ export declare const Stations: {
|
|
|
522
846
|
readonly displayName: "East Putney";
|
|
523
847
|
readonly lines: ["district"];
|
|
524
848
|
};
|
|
849
|
+
readonly eastWorthing: {
|
|
850
|
+
readonly displayName: "East Worthing";
|
|
851
|
+
readonly lines: ["thameslink"];
|
|
852
|
+
};
|
|
853
|
+
readonly eastbourne: {
|
|
854
|
+
readonly displayName: "Eastbourne";
|
|
855
|
+
readonly lines: ["thameslink"];
|
|
856
|
+
};
|
|
525
857
|
readonly eastcote: {
|
|
526
858
|
readonly displayName: "Eastcote";
|
|
527
859
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
528
860
|
};
|
|
861
|
+
readonly eastleigh: {
|
|
862
|
+
readonly displayName: "Eastleigh";
|
|
863
|
+
readonly lines: ["thameslink"];
|
|
864
|
+
};
|
|
865
|
+
readonly edenbridge: {
|
|
866
|
+
readonly displayName: "Edenbridge";
|
|
867
|
+
readonly lines: ["thameslink"];
|
|
868
|
+
};
|
|
869
|
+
readonly edenbridgeTown: {
|
|
870
|
+
readonly displayName: "Edenbridge Town";
|
|
871
|
+
readonly lines: ["thameslink"];
|
|
872
|
+
};
|
|
529
873
|
readonly edgware: {
|
|
530
874
|
readonly displayName: "Edgware";
|
|
531
875
|
readonly lines: ["northern"];
|
|
@@ -542,9 +886,13 @@ export declare const Stations: {
|
|
|
542
886
|
readonly displayName: "Edmonton Green";
|
|
543
887
|
readonly lines: ["weaver"];
|
|
544
888
|
};
|
|
889
|
+
readonly effinghamJunction: {
|
|
890
|
+
readonly displayName: "Effingham Junction";
|
|
891
|
+
readonly lines: ["thameslink"];
|
|
892
|
+
};
|
|
545
893
|
readonly elephantAndCastle: {
|
|
546
894
|
readonly displayName: "Elephant & Castle";
|
|
547
|
-
readonly lines: ["northern", "bakerloo"];
|
|
895
|
+
readonly lines: ["northern", "bakerloo", "thameslink"];
|
|
548
896
|
};
|
|
549
897
|
readonly elmPark: {
|
|
550
898
|
readonly displayName: "Elm Park";
|
|
@@ -554,10 +902,18 @@ export declare const Stations: {
|
|
|
554
902
|
readonly displayName: "Elmers End";
|
|
555
903
|
readonly lines: ["trams"];
|
|
556
904
|
};
|
|
905
|
+
readonly elstreeAndBorehamwood: {
|
|
906
|
+
readonly displayName: "Elstree & Borehamwood";
|
|
907
|
+
readonly lines: ["thameslink"];
|
|
908
|
+
};
|
|
557
909
|
readonly elversonRoad: {
|
|
558
910
|
readonly displayName: "Elverson Road";
|
|
559
911
|
readonly lines: ["dlr"];
|
|
560
912
|
};
|
|
913
|
+
readonly ely: {
|
|
914
|
+
readonly displayName: "Ely";
|
|
915
|
+
readonly lines: ["thameslink"];
|
|
916
|
+
};
|
|
561
917
|
readonly embankment: {
|
|
562
918
|
readonly displayName: "Embankment";
|
|
563
919
|
readonly lines: ["district", "bakerloo", "northern", "circle"];
|
|
@@ -566,6 +922,14 @@ export declare const Stations: {
|
|
|
566
922
|
readonly displayName: "Emerson Park";
|
|
567
923
|
readonly lines: ["liberty"];
|
|
568
924
|
};
|
|
925
|
+
readonly emsworth: {
|
|
926
|
+
readonly displayName: "Emsworth";
|
|
927
|
+
readonly lines: ["thameslink"];
|
|
928
|
+
};
|
|
929
|
+
readonly enfieldChase: {
|
|
930
|
+
readonly displayName: "Enfield Chase";
|
|
931
|
+
readonly lines: ["thameslink"];
|
|
932
|
+
};
|
|
569
933
|
readonly enfieldTown: {
|
|
570
934
|
readonly displayName: "Enfield Town";
|
|
571
935
|
readonly lines: ["weaver"];
|
|
@@ -574,6 +938,22 @@ export declare const Stations: {
|
|
|
574
938
|
readonly displayName: "Epping";
|
|
575
939
|
readonly lines: ["central"];
|
|
576
940
|
};
|
|
941
|
+
readonly epsomDowns: {
|
|
942
|
+
readonly displayName: "Epsom Downs";
|
|
943
|
+
readonly lines: ["thameslink"];
|
|
944
|
+
};
|
|
945
|
+
readonly epsomSurrey: {
|
|
946
|
+
readonly displayName: "Epsom (Surrey)";
|
|
947
|
+
readonly lines: ["thameslink"];
|
|
948
|
+
};
|
|
949
|
+
readonly eridge: {
|
|
950
|
+
readonly displayName: "Eridge";
|
|
951
|
+
readonly lines: ["thameslink"];
|
|
952
|
+
};
|
|
953
|
+
readonly essexRoad: {
|
|
954
|
+
readonly displayName: "Essex Road";
|
|
955
|
+
readonly lines: ["thameslink"];
|
|
956
|
+
};
|
|
577
957
|
readonly euston: {
|
|
578
958
|
readonly displayName: "Euston";
|
|
579
959
|
readonly lines: ["northern", "victoria", "lioness"];
|
|
@@ -582,13 +962,33 @@ export declare const Stations: {
|
|
|
582
962
|
readonly displayName: "Euston Square";
|
|
583
963
|
readonly lines: ["metropolitan", "circle", "hammersmithAndCity"];
|
|
584
964
|
};
|
|
965
|
+
readonly ewellEast: {
|
|
966
|
+
readonly displayName: "Ewell East";
|
|
967
|
+
readonly lines: ["thameslink"];
|
|
968
|
+
};
|
|
969
|
+
readonly eynsford: {
|
|
970
|
+
readonly displayName: "Eynsford";
|
|
971
|
+
readonly lines: ["thameslink"];
|
|
972
|
+
};
|
|
585
973
|
readonly fairlop: {
|
|
586
974
|
readonly displayName: "Fairlop";
|
|
587
975
|
readonly lines: ["central"];
|
|
588
976
|
};
|
|
977
|
+
readonly falmer: {
|
|
978
|
+
readonly displayName: "Falmer";
|
|
979
|
+
readonly lines: ["thameslink"];
|
|
980
|
+
};
|
|
981
|
+
readonly fareham: {
|
|
982
|
+
readonly displayName: "Fareham";
|
|
983
|
+
readonly lines: ["thameslink"];
|
|
984
|
+
};
|
|
589
985
|
readonly farringdon: {
|
|
590
986
|
readonly displayName: "Farringdon";
|
|
591
|
-
readonly lines: ["metropolitan", "circle", "hammersmithAndCity", "elizabeth"];
|
|
987
|
+
readonly lines: ["metropolitan", "circle", "hammersmithAndCity", "elizabeth", "thameslink"];
|
|
988
|
+
};
|
|
989
|
+
readonly faygate: {
|
|
990
|
+
readonly displayName: "Faygate";
|
|
991
|
+
readonly lines: ["thameslink"];
|
|
592
992
|
};
|
|
593
993
|
readonly fieldway: {
|
|
594
994
|
readonly displayName: "Fieldway";
|
|
@@ -608,7 +1008,23 @@ export declare const Stations: {
|
|
|
608
1008
|
};
|
|
609
1009
|
readonly finsburyPark: {
|
|
610
1010
|
readonly displayName: "Finsbury Park";
|
|
611
|
-
readonly lines: ["piccadilly", "victoria"];
|
|
1011
|
+
readonly lines: ["piccadilly", "victoria", "thameslink"];
|
|
1012
|
+
};
|
|
1013
|
+
readonly fishbourneSussex: {
|
|
1014
|
+
readonly displayName: "Fishbourne (Sussex)";
|
|
1015
|
+
readonly lines: ["thameslink"];
|
|
1016
|
+
};
|
|
1017
|
+
readonly fishersgate: {
|
|
1018
|
+
readonly displayName: "Fishersgate";
|
|
1019
|
+
readonly lines: ["thameslink"];
|
|
1020
|
+
};
|
|
1021
|
+
readonly flitwick: {
|
|
1022
|
+
readonly displayName: "Flitwick";
|
|
1023
|
+
readonly lines: ["thameslink"];
|
|
1024
|
+
};
|
|
1025
|
+
readonly ford: {
|
|
1026
|
+
readonly displayName: "Ford";
|
|
1027
|
+
readonly lines: ["thameslink"];
|
|
612
1028
|
};
|
|
613
1029
|
readonly forestGate: {
|
|
614
1030
|
readonly displayName: "Forest Gate";
|
|
@@ -616,7 +1032,15 @@ export declare const Stations: {
|
|
|
616
1032
|
};
|
|
617
1033
|
readonly forestHill: {
|
|
618
1034
|
readonly displayName: "Forest Hill";
|
|
619
|
-
readonly lines: ["windrush"];
|
|
1035
|
+
readonly lines: ["windrush", "thameslink"];
|
|
1036
|
+
};
|
|
1037
|
+
readonly foxton: {
|
|
1038
|
+
readonly displayName: "Foxton";
|
|
1039
|
+
readonly lines: ["thameslink"];
|
|
1040
|
+
};
|
|
1041
|
+
readonly fratton: {
|
|
1042
|
+
readonly displayName: "Fratton";
|
|
1043
|
+
readonly lines: ["thameslink"];
|
|
620
1044
|
};
|
|
621
1045
|
readonly fulhamBroadway: {
|
|
622
1046
|
readonly displayName: "Fulham Broadway";
|
|
@@ -630,6 +1054,10 @@ export declare const Stations: {
|
|
|
630
1054
|
readonly displayName: "Gants Hill";
|
|
631
1055
|
readonly lines: ["central"];
|
|
632
1056
|
};
|
|
1057
|
+
readonly gatwickAirport: {
|
|
1058
|
+
readonly displayName: "Gatwick Airport";
|
|
1059
|
+
readonly lines: ["thameslink"];
|
|
1060
|
+
};
|
|
633
1061
|
readonly georgeStreet: {
|
|
634
1062
|
readonly displayName: "George Street";
|
|
635
1063
|
readonly lines: ["trams"];
|
|
@@ -638,10 +1066,26 @@ export declare const Stations: {
|
|
|
638
1066
|
readonly displayName: "Gidea Park";
|
|
639
1067
|
readonly lines: ["elizabeth"];
|
|
640
1068
|
};
|
|
1069
|
+
readonly gillinghamKent: {
|
|
1070
|
+
readonly displayName: "Gillingham (Kent)";
|
|
1071
|
+
readonly lines: ["thameslink"];
|
|
1072
|
+
};
|
|
1073
|
+
readonly gipsyHill: {
|
|
1074
|
+
readonly displayName: "Gipsy Hill";
|
|
1075
|
+
readonly lines: ["thameslink"];
|
|
1076
|
+
};
|
|
641
1077
|
readonly gloucesterRoad: {
|
|
642
1078
|
readonly displayName: "Gloucester Road";
|
|
643
1079
|
readonly lines: ["district", "piccadilly", "circle"];
|
|
644
1080
|
};
|
|
1081
|
+
readonly glynde: {
|
|
1082
|
+
readonly displayName: "Glynde";
|
|
1083
|
+
readonly lines: ["thameslink"];
|
|
1084
|
+
};
|
|
1085
|
+
readonly godstone: {
|
|
1086
|
+
readonly displayName: "Godstone";
|
|
1087
|
+
readonly lines: ["thameslink"];
|
|
1088
|
+
};
|
|
645
1089
|
readonly goldersGreen: {
|
|
646
1090
|
readonly displayName: "Golders Green";
|
|
647
1091
|
readonly lines: ["northern"];
|
|
@@ -658,6 +1102,14 @@ export declare const Stations: {
|
|
|
658
1102
|
readonly displayName: "Goodmayes";
|
|
659
1103
|
readonly lines: ["elizabeth"];
|
|
660
1104
|
};
|
|
1105
|
+
readonly gordonHill: {
|
|
1106
|
+
readonly displayName: "Gordon Hill";
|
|
1107
|
+
readonly lines: ["thameslink"];
|
|
1108
|
+
};
|
|
1109
|
+
readonly goringBySea: {
|
|
1110
|
+
readonly displayName: "Goring-by-Sea";
|
|
1111
|
+
readonly lines: ["thameslink"];
|
|
1112
|
+
};
|
|
661
1113
|
readonly gospelOak: {
|
|
662
1114
|
readonly displayName: "Gospel Oak";
|
|
663
1115
|
readonly lines: ["mildmay", "suffragette"];
|
|
@@ -666,10 +1118,18 @@ export declare const Stations: {
|
|
|
666
1118
|
readonly displayName: "Grange Hill";
|
|
667
1119
|
readonly lines: ["central"];
|
|
668
1120
|
};
|
|
1121
|
+
readonly grangePark: {
|
|
1122
|
+
readonly displayName: "Grange Park";
|
|
1123
|
+
readonly lines: ["thameslink"];
|
|
1124
|
+
};
|
|
669
1125
|
readonly gravelHill: {
|
|
670
1126
|
readonly displayName: "Gravel Hill";
|
|
671
1127
|
readonly lines: ["trams"];
|
|
672
1128
|
};
|
|
1129
|
+
readonly gravesend: {
|
|
1130
|
+
readonly displayName: "Gravesend";
|
|
1131
|
+
readonly lines: ["thameslink"];
|
|
1132
|
+
};
|
|
673
1133
|
readonly greatPortlandStreet: {
|
|
674
1134
|
readonly displayName: "Great Portland Street";
|
|
675
1135
|
readonly lines: ["metropolitan", "circle", "hammersmithAndCity"];
|
|
@@ -682,18 +1142,30 @@ export declare const Stations: {
|
|
|
682
1142
|
readonly displayName: "Greenford";
|
|
683
1143
|
readonly lines: ["central"];
|
|
684
1144
|
};
|
|
1145
|
+
readonly greenhithe: {
|
|
1146
|
+
readonly displayName: "Greenhithe";
|
|
1147
|
+
readonly lines: ["thameslink"];
|
|
1148
|
+
};
|
|
685
1149
|
readonly greenwich: {
|
|
686
1150
|
readonly displayName: "Greenwich";
|
|
687
|
-
readonly lines: ["dlr"];
|
|
1151
|
+
readonly lines: ["dlr", "thameslink"];
|
|
688
1152
|
};
|
|
689
1153
|
readonly greenwichPeninsula: {
|
|
690
1154
|
readonly displayName: "IFS Cloud Greenwich Peninsula";
|
|
691
1155
|
readonly lines: ["cableCar"];
|
|
692
1156
|
};
|
|
1157
|
+
readonly guildford: {
|
|
1158
|
+
readonly displayName: "Guildford";
|
|
1159
|
+
readonly lines: ["thameslink"];
|
|
1160
|
+
};
|
|
693
1161
|
readonly gunnersbury: {
|
|
694
1162
|
readonly displayName: "Gunnersbury";
|
|
695
1163
|
readonly lines: ["mildmay", "district"];
|
|
696
1164
|
};
|
|
1165
|
+
readonly hackbridge: {
|
|
1166
|
+
readonly displayName: "Hackbridge";
|
|
1167
|
+
readonly lines: ["thameslink"];
|
|
1168
|
+
};
|
|
697
1169
|
readonly hackneyCentral: {
|
|
698
1170
|
readonly displayName: "Hackney Central";
|
|
699
1171
|
readonly lines: ["mildmay"];
|
|
@@ -706,6 +1178,10 @@ export declare const Stations: {
|
|
|
706
1178
|
readonly displayName: "Hackney Wick";
|
|
707
1179
|
readonly lines: ["mildmay"];
|
|
708
1180
|
};
|
|
1181
|
+
readonly hadleyWood: {
|
|
1182
|
+
readonly displayName: "Hadley Wood";
|
|
1183
|
+
readonly lines: ["thameslink"];
|
|
1184
|
+
};
|
|
709
1185
|
readonly haggerston: {
|
|
710
1186
|
readonly displayName: "Haggerston";
|
|
711
1187
|
readonly lines: ["windrush"];
|
|
@@ -714,6 +1190,14 @@ export declare const Stations: {
|
|
|
714
1190
|
readonly displayName: "Hainault";
|
|
715
1191
|
readonly lines: ["central"];
|
|
716
1192
|
};
|
|
1193
|
+
readonly hamStreet: {
|
|
1194
|
+
readonly displayName: "Ham Street";
|
|
1195
|
+
readonly lines: ["thameslink"];
|
|
1196
|
+
};
|
|
1197
|
+
readonly hamble: {
|
|
1198
|
+
readonly displayName: "Hamble";
|
|
1199
|
+
readonly lines: ["thameslink"];
|
|
1200
|
+
};
|
|
717
1201
|
readonly hammersmith1: {
|
|
718
1202
|
readonly displayName: "Hammersmith";
|
|
719
1203
|
readonly lines: ["district", "piccadilly"];
|
|
@@ -722,6 +1206,10 @@ export declare const Stations: {
|
|
|
722
1206
|
readonly displayName: "Hammersmith";
|
|
723
1207
|
readonly lines: ["hammersmithAndCity", "circle"];
|
|
724
1208
|
};
|
|
1209
|
+
readonly hampdenParkSussex: {
|
|
1210
|
+
readonly displayName: "Hampden Park (Sussex)";
|
|
1211
|
+
readonly lines: ["thameslink"];
|
|
1212
|
+
};
|
|
725
1213
|
readonly hampstead: {
|
|
726
1214
|
readonly displayName: "Hampstead";
|
|
727
1215
|
readonly lines: ["northern"];
|
|
@@ -742,10 +1230,22 @@ export declare const Stations: {
|
|
|
742
1230
|
readonly displayName: "Harlesden";
|
|
743
1231
|
readonly lines: ["bakerloo", "lioness"];
|
|
744
1232
|
};
|
|
1233
|
+
readonly harlingtonBeds: {
|
|
1234
|
+
readonly displayName: "Harlington (Beds)";
|
|
1235
|
+
readonly lines: ["thameslink"];
|
|
1236
|
+
};
|
|
745
1237
|
readonly haroldWood: {
|
|
746
1238
|
readonly displayName: "Harold Wood";
|
|
747
1239
|
readonly lines: ["elizabeth"];
|
|
748
1240
|
};
|
|
1241
|
+
readonly harpenden: {
|
|
1242
|
+
readonly displayName: "Harpenden";
|
|
1243
|
+
readonly lines: ["thameslink"];
|
|
1244
|
+
};
|
|
1245
|
+
readonly harringay: {
|
|
1246
|
+
readonly displayName: "Harringay";
|
|
1247
|
+
readonly lines: ["thameslink"];
|
|
1248
|
+
};
|
|
749
1249
|
readonly harringayGreenLanes: {
|
|
750
1250
|
readonly displayName: "Harringay Green Lanes";
|
|
751
1251
|
readonly lines: ["suffragette"];
|
|
@@ -756,24 +1256,48 @@ export declare const Stations: {
|
|
|
756
1256
|
};
|
|
757
1257
|
readonly harrowAndWealdstone: {
|
|
758
1258
|
readonly displayName: "Harrow & Wealdstone";
|
|
759
|
-
readonly lines: ["bakerloo", "lioness"];
|
|
1259
|
+
readonly lines: ["bakerloo", "lioness", "thameslink"];
|
|
760
1260
|
};
|
|
761
1261
|
readonly harrowOnTheHill: {
|
|
762
1262
|
readonly displayName: "Harrow-on-the-Hill";
|
|
763
1263
|
readonly lines: ["metropolitan"];
|
|
764
1264
|
};
|
|
1265
|
+
readonly hassocks: {
|
|
1266
|
+
readonly displayName: "Hassocks";
|
|
1267
|
+
readonly lines: ["thameslink"];
|
|
1268
|
+
};
|
|
1269
|
+
readonly hastings: {
|
|
1270
|
+
readonly displayName: "Hastings";
|
|
1271
|
+
readonly lines: ["thameslink"];
|
|
1272
|
+
};
|
|
765
1273
|
readonly hatchEnd: {
|
|
766
1274
|
readonly displayName: "Hatch End";
|
|
767
1275
|
readonly lines: ["lioness"];
|
|
768
1276
|
};
|
|
1277
|
+
readonly hatfieldHerts: {
|
|
1278
|
+
readonly displayName: "Hatfield (Herts)";
|
|
1279
|
+
readonly lines: ["thameslink"];
|
|
1280
|
+
};
|
|
769
1281
|
readonly hattonCross: {
|
|
770
1282
|
readonly displayName: "Hatton Cross";
|
|
771
1283
|
readonly lines: ["piccadilly"];
|
|
772
1284
|
};
|
|
1285
|
+
readonly havant: {
|
|
1286
|
+
readonly displayName: "Havant";
|
|
1287
|
+
readonly lines: ["thameslink"];
|
|
1288
|
+
};
|
|
1289
|
+
readonly haydonsRoad: {
|
|
1290
|
+
readonly displayName: "Haydons Road";
|
|
1291
|
+
readonly lines: ["thameslink"];
|
|
1292
|
+
};
|
|
773
1293
|
readonly hayesAndHarlington: {
|
|
774
1294
|
readonly displayName: "Hayes & Harlington";
|
|
775
1295
|
readonly lines: ["elizabeth"];
|
|
776
1296
|
};
|
|
1297
|
+
readonly haywardsHeath: {
|
|
1298
|
+
readonly displayName: "Haywards Heath";
|
|
1299
|
+
readonly lines: ["thameslink"];
|
|
1300
|
+
};
|
|
777
1301
|
readonly headstoneLane: {
|
|
778
1302
|
readonly displayName: "Headstone Lane";
|
|
779
1303
|
readonly lines: ["lioness"];
|
|
@@ -790,14 +1314,34 @@ export declare const Stations: {
|
|
|
790
1314
|
readonly displayName: "Heathrow Terminals 2 & 3";
|
|
791
1315
|
readonly lines: ["piccadilly", "elizabeth"];
|
|
792
1316
|
};
|
|
1317
|
+
readonly hemelHempstead: {
|
|
1318
|
+
readonly displayName: "Hemel Hempstead";
|
|
1319
|
+
readonly lines: ["thameslink"];
|
|
1320
|
+
};
|
|
1321
|
+
readonly hendon: {
|
|
1322
|
+
readonly displayName: "Hendon";
|
|
1323
|
+
readonly lines: ["thameslink"];
|
|
1324
|
+
};
|
|
793
1325
|
readonly hendonCentral: {
|
|
794
1326
|
readonly displayName: "Hendon Central";
|
|
795
1327
|
readonly lines: ["northern"];
|
|
796
1328
|
};
|
|
1329
|
+
readonly herneHill: {
|
|
1330
|
+
readonly displayName: "Herne Hill";
|
|
1331
|
+
readonly lines: ["thameslink"];
|
|
1332
|
+
};
|
|
797
1333
|
readonly heronQuays: {
|
|
798
1334
|
readonly displayName: "Heron Quays";
|
|
799
1335
|
readonly lines: ["dlr"];
|
|
800
1336
|
};
|
|
1337
|
+
readonly hertfordNorth: {
|
|
1338
|
+
readonly displayName: "Hertford North";
|
|
1339
|
+
readonly lines: ["thameslink"];
|
|
1340
|
+
};
|
|
1341
|
+
readonly hever: {
|
|
1342
|
+
readonly displayName: "Hever";
|
|
1343
|
+
readonly lines: ["thameslink"];
|
|
1344
|
+
};
|
|
801
1345
|
readonly highBarnet: {
|
|
802
1346
|
readonly displayName: "High Barnet";
|
|
803
1347
|
readonly lines: ["northern"];
|
|
@@ -806,13 +1350,17 @@ export declare const Stations: {
|
|
|
806
1350
|
readonly displayName: "High Street Kensington";
|
|
807
1351
|
readonly lines: ["district", "circle"];
|
|
808
1352
|
};
|
|
1353
|
+
readonly highamKent: {
|
|
1354
|
+
readonly displayName: "Higham (Kent)";
|
|
1355
|
+
readonly lines: ["thameslink"];
|
|
1356
|
+
};
|
|
809
1357
|
readonly highamsPark: {
|
|
810
1358
|
readonly displayName: "Highams Park";
|
|
811
1359
|
readonly lines: ["weaver"];
|
|
812
1360
|
};
|
|
813
1361
|
readonly highburyAndIslington: {
|
|
814
1362
|
readonly displayName: "Highbury & Islington";
|
|
815
|
-
readonly lines: ["victoria", "mildmay", "windrush"];
|
|
1363
|
+
readonly lines: ["victoria", "mildmay", "windrush", "thameslink"];
|
|
816
1364
|
};
|
|
817
1365
|
readonly highgate: {
|
|
818
1366
|
readonly displayName: "Highgate";
|
|
@@ -822,6 +1370,14 @@ export declare const Stations: {
|
|
|
822
1370
|
readonly displayName: "Hillingdon";
|
|
823
1371
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
824
1372
|
};
|
|
1373
|
+
readonly hilsea: {
|
|
1374
|
+
readonly displayName: "Hilsea";
|
|
1375
|
+
readonly lines: ["thameslink"];
|
|
1376
|
+
};
|
|
1377
|
+
readonly hitchin: {
|
|
1378
|
+
readonly displayName: "Hitchin";
|
|
1379
|
+
readonly lines: ["thameslink"];
|
|
1380
|
+
};
|
|
825
1381
|
readonly holborn: {
|
|
826
1382
|
readonly displayName: "Holborn";
|
|
827
1383
|
readonly lines: ["central", "piccadilly"];
|
|
@@ -834,18 +1390,38 @@ export declare const Stations: {
|
|
|
834
1390
|
readonly displayName: "Holloway Road";
|
|
835
1391
|
readonly lines: ["piccadilly"];
|
|
836
1392
|
};
|
|
1393
|
+
readonly holmwood: {
|
|
1394
|
+
readonly displayName: "Holmwood";
|
|
1395
|
+
readonly lines: ["thameslink"];
|
|
1396
|
+
};
|
|
837
1397
|
readonly homerton: {
|
|
838
1398
|
readonly displayName: "Homerton";
|
|
839
1399
|
readonly lines: ["mildmay"];
|
|
840
1400
|
};
|
|
841
1401
|
readonly honorOakPark: {
|
|
842
1402
|
readonly displayName: "Honor Oak Park";
|
|
843
|
-
readonly lines: ["windrush"];
|
|
1403
|
+
readonly lines: ["windrush", "thameslink"];
|
|
1404
|
+
};
|
|
1405
|
+
readonly horley: {
|
|
1406
|
+
readonly displayName: "Horley";
|
|
1407
|
+
readonly lines: ["thameslink"];
|
|
844
1408
|
};
|
|
845
1409
|
readonly hornchurch: {
|
|
846
1410
|
readonly displayName: "Hornchurch";
|
|
847
1411
|
readonly lines: ["district"];
|
|
848
1412
|
};
|
|
1413
|
+
readonly hornsey: {
|
|
1414
|
+
readonly displayName: "Hornsey";
|
|
1415
|
+
readonly lines: ["thameslink"];
|
|
1416
|
+
};
|
|
1417
|
+
readonly horsham: {
|
|
1418
|
+
readonly displayName: "Horsham";
|
|
1419
|
+
readonly lines: ["thameslink"];
|
|
1420
|
+
};
|
|
1421
|
+
readonly horsley: {
|
|
1422
|
+
readonly displayName: "Horsley";
|
|
1423
|
+
readonly lines: ["thameslink"];
|
|
1424
|
+
};
|
|
849
1425
|
readonly hounslowCentral: {
|
|
850
1426
|
readonly displayName: "Hounslow Central";
|
|
851
1427
|
readonly lines: ["piccadilly"];
|
|
@@ -858,10 +1434,22 @@ export declare const Stations: {
|
|
|
858
1434
|
readonly displayName: "Hounslow West";
|
|
859
1435
|
readonly lines: ["piccadilly"];
|
|
860
1436
|
};
|
|
1437
|
+
readonly hove: {
|
|
1438
|
+
readonly displayName: "Hove";
|
|
1439
|
+
readonly lines: ["thameslink"];
|
|
1440
|
+
};
|
|
861
1441
|
readonly hoxton: {
|
|
862
1442
|
readonly displayName: "Hoxton";
|
|
863
1443
|
readonly lines: ["windrush"];
|
|
864
1444
|
};
|
|
1445
|
+
readonly huntingdon: {
|
|
1446
|
+
readonly displayName: "Huntingdon";
|
|
1447
|
+
readonly lines: ["thameslink"];
|
|
1448
|
+
};
|
|
1449
|
+
readonly hurstGreen: {
|
|
1450
|
+
readonly displayName: "Hurst Green";
|
|
1451
|
+
readonly lines: ["thameslink"];
|
|
1452
|
+
};
|
|
865
1453
|
readonly hydeParkCorner: {
|
|
866
1454
|
readonly displayName: "Hyde Park Corner";
|
|
867
1455
|
readonly lines: ["piccadilly"];
|
|
@@ -870,13 +1458,17 @@ export declare const Stations: {
|
|
|
870
1458
|
readonly displayName: "Ickenham";
|
|
871
1459
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
872
1460
|
};
|
|
1461
|
+
readonly ifield: {
|
|
1462
|
+
readonly displayName: "Ifield";
|
|
1463
|
+
readonly lines: ["thameslink"];
|
|
1464
|
+
};
|
|
873
1465
|
readonly ilford: {
|
|
874
1466
|
readonly displayName: "Ilford";
|
|
875
1467
|
readonly lines: ["elizabeth"];
|
|
876
1468
|
};
|
|
877
1469
|
readonly imperialWharf: {
|
|
878
1470
|
readonly displayName: "Imperial Wharf";
|
|
879
|
-
readonly lines: ["mildmay"];
|
|
1471
|
+
readonly lines: ["mildmay", "thameslink"];
|
|
880
1472
|
};
|
|
881
1473
|
readonly islandGardens: {
|
|
882
1474
|
readonly displayName: "Island Gardens";
|
|
@@ -886,6 +1478,10 @@ export declare const Stations: {
|
|
|
886
1478
|
readonly displayName: "Iver";
|
|
887
1479
|
readonly lines: ["elizabeth"];
|
|
888
1480
|
};
|
|
1481
|
+
readonly kenley: {
|
|
1482
|
+
readonly displayName: "Kenley";
|
|
1483
|
+
readonly lines: ["thameslink"];
|
|
1484
|
+
};
|
|
889
1485
|
readonly kennington: {
|
|
890
1486
|
readonly displayName: "Kennington";
|
|
891
1487
|
readonly lines: ["northern"];
|
|
@@ -900,11 +1496,11 @@ export declare const Stations: {
|
|
|
900
1496
|
};
|
|
901
1497
|
readonly kensingtonOlympia: {
|
|
902
1498
|
readonly displayName: "Kensington (Olympia)";
|
|
903
|
-
readonly lines: ["district", "mildmay"];
|
|
1499
|
+
readonly lines: ["district", "mildmay", "thameslink"];
|
|
904
1500
|
};
|
|
905
1501
|
readonly kentishTown: {
|
|
906
1502
|
readonly displayName: "Kentish Town";
|
|
907
|
-
readonly lines: ["northern"];
|
|
1503
|
+
readonly lines: ["northern", "thameslink"];
|
|
908
1504
|
};
|
|
909
1505
|
readonly kentishTownWest: {
|
|
910
1506
|
readonly displayName: "Kentish Town West";
|
|
@@ -942,10 +1538,22 @@ export declare const Stations: {
|
|
|
942
1538
|
readonly displayName: "King's Cross St Pancras";
|
|
943
1539
|
readonly lines: ["metropolitan", "northern", "piccadilly", "circle", "victoria", "hammersmithAndCity"];
|
|
944
1540
|
};
|
|
1541
|
+
readonly kingsLynn: {
|
|
1542
|
+
readonly displayName: "Kings Lynn";
|
|
1543
|
+
readonly lines: ["thameslink"];
|
|
1544
|
+
};
|
|
945
1545
|
readonly kingsbury: {
|
|
946
1546
|
readonly displayName: "Kingsbury";
|
|
947
1547
|
readonly lines: ["jubilee"];
|
|
948
1548
|
};
|
|
1549
|
+
readonly kingswood: {
|
|
1550
|
+
readonly displayName: "Kingswood";
|
|
1551
|
+
readonly lines: ["thameslink"];
|
|
1552
|
+
};
|
|
1553
|
+
readonly knebworth: {
|
|
1554
|
+
readonly displayName: "Knebworth";
|
|
1555
|
+
readonly lines: ["thameslink"];
|
|
1556
|
+
};
|
|
949
1557
|
readonly knightsbridge: {
|
|
950
1558
|
readonly displayName: "Knightsbridge";
|
|
951
1559
|
readonly lines: ["piccadilly"];
|
|
@@ -962,6 +1570,10 @@ export declare const Stations: {
|
|
|
962
1570
|
readonly displayName: "Lancaster Gate";
|
|
963
1571
|
readonly lines: ["central"];
|
|
964
1572
|
};
|
|
1573
|
+
readonly lancing: {
|
|
1574
|
+
readonly displayName: "Lancing";
|
|
1575
|
+
readonly lines: ["thameslink"];
|
|
1576
|
+
};
|
|
965
1577
|
readonly langdonPark: {
|
|
966
1578
|
readonly displayName: "Langdon Park";
|
|
967
1579
|
readonly lines: ["dlr"];
|
|
@@ -974,6 +1586,14 @@ export declare const Stations: {
|
|
|
974
1586
|
readonly displayName: "Latimer Road";
|
|
975
1587
|
readonly lines: ["hammersmithAndCity", "circle"];
|
|
976
1588
|
};
|
|
1589
|
+
readonly leagrave: {
|
|
1590
|
+
readonly displayName: "Leagrave";
|
|
1591
|
+
readonly lines: ["thameslink"];
|
|
1592
|
+
};
|
|
1593
|
+
readonly leatherhead: {
|
|
1594
|
+
readonly displayName: "Leatherhead";
|
|
1595
|
+
readonly lines: ["thameslink"];
|
|
1596
|
+
};
|
|
977
1597
|
readonly lebanonRoad: {
|
|
978
1598
|
readonly displayName: "Lebanon Road";
|
|
979
1599
|
readonly lines: ["trams"];
|
|
@@ -982,6 +1602,22 @@ export declare const Stations: {
|
|
|
982
1602
|
readonly displayName: "Leicester Square";
|
|
983
1603
|
readonly lines: ["piccadilly", "northern"];
|
|
984
1604
|
};
|
|
1605
|
+
readonly leighKent: {
|
|
1606
|
+
readonly displayName: "Leigh (Kent)";
|
|
1607
|
+
readonly lines: ["thameslink"];
|
|
1608
|
+
};
|
|
1609
|
+
readonly leightonBuzzard: {
|
|
1610
|
+
readonly displayName: "Leighton Buzzard";
|
|
1611
|
+
readonly lines: ["thameslink"];
|
|
1612
|
+
};
|
|
1613
|
+
readonly letchworthGardenCity: {
|
|
1614
|
+
readonly displayName: "Letchworth Garden City";
|
|
1615
|
+
readonly lines: ["thameslink"];
|
|
1616
|
+
};
|
|
1617
|
+
readonly lewes: {
|
|
1618
|
+
readonly displayName: "Lewes";
|
|
1619
|
+
readonly lines: ["thameslink"];
|
|
1620
|
+
};
|
|
985
1621
|
readonly lewisham: {
|
|
986
1622
|
readonly displayName: "Lewisham";
|
|
987
1623
|
readonly lines: ["dlr"];
|
|
@@ -1006,6 +1642,22 @@ export declare const Stations: {
|
|
|
1006
1642
|
readonly displayName: "Limehouse";
|
|
1007
1643
|
readonly lines: ["dlr"];
|
|
1008
1644
|
};
|
|
1645
|
+
readonly lingfield: {
|
|
1646
|
+
readonly displayName: "Lingfield";
|
|
1647
|
+
readonly lines: ["thameslink"];
|
|
1648
|
+
};
|
|
1649
|
+
readonly littlehampton: {
|
|
1650
|
+
readonly displayName: "Littlehampton";
|
|
1651
|
+
readonly lines: ["thameslink"];
|
|
1652
|
+
};
|
|
1653
|
+
readonly littlehaven: {
|
|
1654
|
+
readonly displayName: "Littlehaven";
|
|
1655
|
+
readonly lines: ["thameslink"];
|
|
1656
|
+
};
|
|
1657
|
+
readonly littleport: {
|
|
1658
|
+
readonly displayName: "Littleport";
|
|
1659
|
+
readonly lines: ["thameslink"];
|
|
1660
|
+
};
|
|
1009
1661
|
readonly liverpoolStreet: {
|
|
1010
1662
|
readonly displayName: "Liverpool Street";
|
|
1011
1663
|
readonly lines: ["metropolitan", "central", "circle", "hammersmithAndCity", "weaver", "elizabeth"];
|
|
@@ -1014,9 +1666,13 @@ export declare const Stations: {
|
|
|
1014
1666
|
readonly displayName: "Lloyd Park";
|
|
1015
1667
|
readonly lines: ["trams"];
|
|
1016
1668
|
};
|
|
1669
|
+
readonly londonBlackfriars: {
|
|
1670
|
+
readonly displayName: "London Blackfriars";
|
|
1671
|
+
readonly lines: ["thameslink"];
|
|
1672
|
+
};
|
|
1017
1673
|
readonly londonBridge: {
|
|
1018
1674
|
readonly displayName: "London Bridge";
|
|
1019
|
-
readonly lines: ["northern", "jubilee"];
|
|
1675
|
+
readonly lines: ["northern", "jubilee", "thameslink"];
|
|
1020
1676
|
};
|
|
1021
1677
|
readonly londonCityAirport: {
|
|
1022
1678
|
readonly displayName: "London City Airport";
|
|
@@ -1026,10 +1682,38 @@ export declare const Stations: {
|
|
|
1026
1682
|
readonly displayName: "London Fields";
|
|
1027
1683
|
readonly lines: ["weaver"];
|
|
1028
1684
|
};
|
|
1685
|
+
readonly londonKingsCross: {
|
|
1686
|
+
readonly displayName: "London Kings Cross";
|
|
1687
|
+
readonly lines: ["thameslink"];
|
|
1688
|
+
};
|
|
1689
|
+
readonly londonRoadBrighton: {
|
|
1690
|
+
readonly displayName: "London Road (Brighton)";
|
|
1691
|
+
readonly lines: ["thameslink"];
|
|
1692
|
+
};
|
|
1693
|
+
readonly londonRoadGuildford: {
|
|
1694
|
+
readonly displayName: "London Road (Guildford)";
|
|
1695
|
+
readonly lines: ["thameslink"];
|
|
1696
|
+
};
|
|
1697
|
+
readonly londonStPancrasInternational: {
|
|
1698
|
+
readonly displayName: "London St Pancras International";
|
|
1699
|
+
readonly lines: ["thameslink"];
|
|
1700
|
+
};
|
|
1701
|
+
readonly loughboroughJunction: {
|
|
1702
|
+
readonly displayName: "Loughborough Junction";
|
|
1703
|
+
readonly lines: ["thameslink"];
|
|
1704
|
+
};
|
|
1029
1705
|
readonly loughton: {
|
|
1030
1706
|
readonly displayName: "Loughton";
|
|
1031
1707
|
readonly lines: ["central"];
|
|
1032
1708
|
};
|
|
1709
|
+
readonly luton: {
|
|
1710
|
+
readonly displayName: "Luton";
|
|
1711
|
+
readonly lines: ["thameslink"];
|
|
1712
|
+
};
|
|
1713
|
+
readonly lutonAirportParkway: {
|
|
1714
|
+
readonly displayName: "Luton Airport Parkway";
|
|
1715
|
+
readonly lines: ["thameslink"];
|
|
1716
|
+
};
|
|
1033
1717
|
readonly maidaVale: {
|
|
1034
1718
|
readonly displayName: "Maida Vale";
|
|
1035
1719
|
readonly lines: ["bakerloo"];
|
|
@@ -1062,6 +1746,18 @@ export declare const Stations: {
|
|
|
1062
1746
|
readonly displayName: "Marylebone";
|
|
1063
1747
|
readonly lines: ["bakerloo"];
|
|
1064
1748
|
};
|
|
1749
|
+
readonly mazeHill: {
|
|
1750
|
+
readonly displayName: "Maze Hill";
|
|
1751
|
+
readonly lines: ["thameslink"];
|
|
1752
|
+
};
|
|
1753
|
+
readonly meldreth: {
|
|
1754
|
+
readonly displayName: "Meldreth";
|
|
1755
|
+
readonly lines: ["thameslink"];
|
|
1756
|
+
};
|
|
1757
|
+
readonly merstham: {
|
|
1758
|
+
readonly displayName: "Merstham";
|
|
1759
|
+
readonly lines: ["thameslink"];
|
|
1760
|
+
};
|
|
1065
1761
|
readonly mertonPark: {
|
|
1066
1762
|
readonly displayName: "Merton Park";
|
|
1067
1763
|
readonly lines: ["trams"];
|
|
@@ -1070,17 +1766,29 @@ export declare const Stations: {
|
|
|
1070
1766
|
readonly displayName: "Mile End";
|
|
1071
1767
|
readonly lines: ["district", "hammersmithAndCity", "central"];
|
|
1072
1768
|
};
|
|
1769
|
+
readonly millHillBroadway: {
|
|
1770
|
+
readonly displayName: "Mill Hill Broadway";
|
|
1771
|
+
readonly lines: ["thameslink"];
|
|
1772
|
+
};
|
|
1073
1773
|
readonly millHillEast: {
|
|
1074
1774
|
readonly displayName: "Mill Hill East";
|
|
1075
1775
|
readonly lines: ["northern"];
|
|
1076
1776
|
};
|
|
1777
|
+
readonly miltonKeynesCentral: {
|
|
1778
|
+
readonly displayName: "Milton Keynes Central";
|
|
1779
|
+
readonly lines: ["thameslink"];
|
|
1780
|
+
};
|
|
1077
1781
|
readonly mitcham: {
|
|
1078
1782
|
readonly displayName: "Mitcham";
|
|
1079
1783
|
readonly lines: ["trams"];
|
|
1080
1784
|
};
|
|
1785
|
+
readonly mitchamEastfields: {
|
|
1786
|
+
readonly displayName: "Mitcham Eastfields";
|
|
1787
|
+
readonly lines: ["thameslink"];
|
|
1788
|
+
};
|
|
1081
1789
|
readonly mitchamJunction: {
|
|
1082
1790
|
readonly displayName: "Mitcham Junction";
|
|
1083
|
-
readonly lines: ["trams"];
|
|
1791
|
+
readonly lines: ["trams", "thameslink"];
|
|
1084
1792
|
};
|
|
1085
1793
|
readonly monument: {
|
|
1086
1794
|
readonly displayName: "Monument";
|
|
@@ -1092,7 +1800,7 @@ export declare const Stations: {
|
|
|
1092
1800
|
};
|
|
1093
1801
|
readonly moorgate: {
|
|
1094
1802
|
readonly displayName: "Moorgate";
|
|
1095
|
-
readonly lines: ["metropolitan", "northern", "circle", "hammersmithAndCity"];
|
|
1803
|
+
readonly lines: ["metropolitan", "northern", "circle", "hammersmithAndCity", "thameslink"];
|
|
1096
1804
|
};
|
|
1097
1805
|
readonly morden: {
|
|
1098
1806
|
readonly displayName: "Morden";
|
|
@@ -1102,10 +1810,18 @@ export declare const Stations: {
|
|
|
1102
1810
|
readonly displayName: "Morden Road";
|
|
1103
1811
|
readonly lines: ["trams"];
|
|
1104
1812
|
};
|
|
1813
|
+
readonly mordenSouth: {
|
|
1814
|
+
readonly displayName: "Morden South";
|
|
1815
|
+
readonly lines: ["thameslink"];
|
|
1816
|
+
};
|
|
1105
1817
|
readonly morningtonCrescent: {
|
|
1106
1818
|
readonly displayName: "Mornington Crescent";
|
|
1107
1819
|
readonly lines: ["northern"];
|
|
1108
1820
|
};
|
|
1821
|
+
readonly moulsecoomb: {
|
|
1822
|
+
readonly displayName: "Moulsecoomb";
|
|
1823
|
+
readonly lines: ["thameslink"];
|
|
1824
|
+
};
|
|
1109
1825
|
readonly mudchute: {
|
|
1110
1826
|
readonly displayName: "Mudchute";
|
|
1111
1827
|
readonly lines: ["dlr"];
|
|
@@ -1114,30 +1830,62 @@ export declare const Stations: {
|
|
|
1114
1830
|
readonly displayName: "Neasden";
|
|
1115
1831
|
readonly lines: ["jubilee"];
|
|
1116
1832
|
};
|
|
1833
|
+
readonly netley: {
|
|
1834
|
+
readonly displayName: "Netley";
|
|
1835
|
+
readonly lines: ["thameslink"];
|
|
1836
|
+
};
|
|
1117
1837
|
readonly newAddington: {
|
|
1118
1838
|
readonly displayName: "New Addington";
|
|
1119
1839
|
readonly lines: ["trams"];
|
|
1120
1840
|
};
|
|
1841
|
+
readonly newBarnet: {
|
|
1842
|
+
readonly displayName: "New Barnet";
|
|
1843
|
+
readonly lines: ["thameslink"];
|
|
1844
|
+
};
|
|
1121
1845
|
readonly newCross: {
|
|
1122
1846
|
readonly displayName: "New Cross";
|
|
1123
1847
|
readonly lines: ["windrush"];
|
|
1124
1848
|
};
|
|
1125
1849
|
readonly newCrossGate: {
|
|
1126
1850
|
readonly displayName: "New Cross Gate";
|
|
1127
|
-
readonly lines: ["windrush"];
|
|
1851
|
+
readonly lines: ["windrush", "thameslink"];
|
|
1852
|
+
};
|
|
1853
|
+
readonly newSouthgate: {
|
|
1854
|
+
readonly displayName: "New Southgate";
|
|
1855
|
+
readonly lines: ["thameslink"];
|
|
1128
1856
|
};
|
|
1129
1857
|
readonly newburyPark: {
|
|
1130
1858
|
readonly displayName: "Newbury Park";
|
|
1131
1859
|
readonly lines: ["central"];
|
|
1132
1860
|
};
|
|
1861
|
+
readonly newhavenHarbour: {
|
|
1862
|
+
readonly displayName: "Newhaven Harbour";
|
|
1863
|
+
readonly lines: ["thameslink"];
|
|
1864
|
+
};
|
|
1865
|
+
readonly newhavenTown: {
|
|
1866
|
+
readonly displayName: "Newhaven Town";
|
|
1867
|
+
readonly lines: ["thameslink"];
|
|
1868
|
+
};
|
|
1133
1869
|
readonly nineElms: {
|
|
1134
1870
|
readonly displayName: "Nine Elms";
|
|
1135
1871
|
readonly lines: ["northern"];
|
|
1136
1872
|
};
|
|
1873
|
+
readonly norbury: {
|
|
1874
|
+
readonly displayName: "Norbury";
|
|
1875
|
+
readonly lines: ["thameslink"];
|
|
1876
|
+
};
|
|
1877
|
+
readonly normansBay: {
|
|
1878
|
+
readonly displayName: "Normans Bay";
|
|
1879
|
+
readonly lines: ["thameslink"];
|
|
1880
|
+
};
|
|
1137
1881
|
readonly northActon: {
|
|
1138
1882
|
readonly displayName: "North Acton";
|
|
1139
1883
|
readonly lines: ["central"];
|
|
1140
1884
|
};
|
|
1885
|
+
readonly northDulwich: {
|
|
1886
|
+
readonly displayName: "North Dulwich";
|
|
1887
|
+
readonly lines: ["thameslink"];
|
|
1888
|
+
};
|
|
1141
1889
|
readonly northEaling: {
|
|
1142
1890
|
readonly displayName: "North Ealing";
|
|
1143
1891
|
readonly lines: ["piccadilly"];
|
|
@@ -1154,6 +1902,10 @@ export declare const Stations: {
|
|
|
1154
1902
|
readonly displayName: "Northfields";
|
|
1155
1903
|
readonly lines: ["piccadilly"];
|
|
1156
1904
|
};
|
|
1905
|
+
readonly northfleet: {
|
|
1906
|
+
readonly displayName: "Northfleet";
|
|
1907
|
+
readonly lines: ["thameslink"];
|
|
1908
|
+
};
|
|
1157
1909
|
readonly northolt: {
|
|
1158
1910
|
readonly displayName: "Northolt";
|
|
1159
1911
|
readonly lines: ["central"];
|
|
@@ -1172,24 +1924,56 @@ export declare const Stations: {
|
|
|
1172
1924
|
};
|
|
1173
1925
|
readonly norwoodJunction: {
|
|
1174
1926
|
readonly displayName: "Norwood Junction";
|
|
1175
|
-
readonly lines: ["windrush"];
|
|
1927
|
+
readonly lines: ["windrush", "thameslink"];
|
|
1176
1928
|
};
|
|
1177
1929
|
readonly nottingHillGate: {
|
|
1178
1930
|
readonly displayName: "Notting Hill Gate";
|
|
1179
1931
|
readonly lines: ["district", "central", "circle"];
|
|
1180
1932
|
};
|
|
1933
|
+
readonly nunhead: {
|
|
1934
|
+
readonly displayName: "Nunhead";
|
|
1935
|
+
readonly lines: ["thameslink"];
|
|
1936
|
+
};
|
|
1937
|
+
readonly nutbourne: {
|
|
1938
|
+
readonly displayName: "Nutbourne";
|
|
1939
|
+
readonly lines: ["thameslink"];
|
|
1940
|
+
};
|
|
1941
|
+
readonly nutfield: {
|
|
1942
|
+
readonly displayName: "Nutfield";
|
|
1943
|
+
readonly lines: ["thameslink"];
|
|
1944
|
+
};
|
|
1945
|
+
readonly oakleighPark: {
|
|
1946
|
+
readonly displayName: "Oakleigh Park";
|
|
1947
|
+
readonly lines: ["thameslink"];
|
|
1948
|
+
};
|
|
1181
1949
|
readonly oakwood: {
|
|
1182
1950
|
readonly displayName: "Oakwood";
|
|
1183
1951
|
readonly lines: ["piccadilly"];
|
|
1184
1952
|
};
|
|
1953
|
+
readonly ockley: {
|
|
1954
|
+
readonly displayName: "Ockley";
|
|
1955
|
+
readonly lines: ["thameslink"];
|
|
1956
|
+
};
|
|
1185
1957
|
readonly oldStreet: {
|
|
1186
1958
|
readonly displayName: "Old Street";
|
|
1187
|
-
readonly lines: ["northern"];
|
|
1959
|
+
readonly lines: ["northern", "thameslink"];
|
|
1960
|
+
};
|
|
1961
|
+
readonly ore: {
|
|
1962
|
+
readonly displayName: "Ore";
|
|
1963
|
+
readonly lines: ["thameslink"];
|
|
1964
|
+
};
|
|
1965
|
+
readonly orpington: {
|
|
1966
|
+
readonly displayName: "Orpington";
|
|
1967
|
+
readonly lines: ["thameslink"];
|
|
1188
1968
|
};
|
|
1189
1969
|
readonly osterley: {
|
|
1190
1970
|
readonly displayName: "Osterley";
|
|
1191
1971
|
readonly lines: ["piccadilly"];
|
|
1192
1972
|
};
|
|
1973
|
+
readonly otford: {
|
|
1974
|
+
readonly displayName: "Otford";
|
|
1975
|
+
readonly lines: ["thameslink"];
|
|
1976
|
+
};
|
|
1193
1977
|
readonly oval: {
|
|
1194
1978
|
readonly displayName: "Oval";
|
|
1195
1979
|
readonly lines: ["northern"];
|
|
@@ -1198,10 +1982,18 @@ export declare const Stations: {
|
|
|
1198
1982
|
readonly displayName: "Oxford Circus";
|
|
1199
1983
|
readonly lines: ["central", "bakerloo", "victoria"];
|
|
1200
1984
|
};
|
|
1985
|
+
readonly oxted: {
|
|
1986
|
+
readonly displayName: "Oxted";
|
|
1987
|
+
readonly lines: ["thameslink"];
|
|
1988
|
+
};
|
|
1201
1989
|
readonly paddington: {
|
|
1202
1990
|
readonly displayName: "Paddington";
|
|
1203
1991
|
readonly lines: ["district", "circle", "bakerloo", "hammersmithAndCity", "elizabeth"];
|
|
1204
1992
|
};
|
|
1993
|
+
readonly palmersGreen: {
|
|
1994
|
+
readonly displayName: "Palmers Green";
|
|
1995
|
+
readonly lines: ["thameslink"];
|
|
1996
|
+
};
|
|
1205
1997
|
readonly parkRoyal: {
|
|
1206
1998
|
readonly displayName: "Park Royal";
|
|
1207
1999
|
readonly lines: ["piccadilly"];
|
|
@@ -1212,16 +2004,36 @@ export declare const Stations: {
|
|
|
1212
2004
|
};
|
|
1213
2005
|
readonly peckhamRye: {
|
|
1214
2006
|
readonly displayName: "Peckham Rye";
|
|
1215
|
-
readonly lines: ["windrush"];
|
|
2007
|
+
readonly lines: ["windrush", "thameslink"];
|
|
1216
2008
|
};
|
|
1217
2009
|
readonly pengeWest: {
|
|
1218
2010
|
readonly displayName: "Penge West";
|
|
1219
|
-
readonly lines: ["windrush"];
|
|
2011
|
+
readonly lines: ["windrush", "thameslink"];
|
|
2012
|
+
};
|
|
2013
|
+
readonly penshurst: {
|
|
2014
|
+
readonly displayName: "Penshurst";
|
|
2015
|
+
readonly lines: ["thameslink"];
|
|
1220
2016
|
};
|
|
1221
2017
|
readonly perivale: {
|
|
1222
2018
|
readonly displayName: "Perivale";
|
|
1223
2019
|
readonly lines: ["central"];
|
|
1224
2020
|
};
|
|
2021
|
+
readonly peterborough: {
|
|
2022
|
+
readonly displayName: "Peterborough";
|
|
2023
|
+
readonly lines: ["thameslink"];
|
|
2024
|
+
};
|
|
2025
|
+
readonly pettsWood: {
|
|
2026
|
+
readonly displayName: "Petts Wood";
|
|
2027
|
+
readonly lines: ["thameslink"];
|
|
2028
|
+
};
|
|
2029
|
+
readonly pevenseyAndWestham: {
|
|
2030
|
+
readonly displayName: "Pevensey & Westham";
|
|
2031
|
+
readonly lines: ["thameslink"];
|
|
2032
|
+
};
|
|
2033
|
+
readonly pevenseyBay: {
|
|
2034
|
+
readonly displayName: "Pevensey Bay";
|
|
2035
|
+
readonly lines: ["thameslink"];
|
|
2036
|
+
};
|
|
1225
2037
|
readonly phippsBridge: {
|
|
1226
2038
|
readonly displayName: "Phipps Bridge";
|
|
1227
2039
|
readonly lines: ["trams"];
|
|
@@ -1242,6 +2054,18 @@ export declare const Stations: {
|
|
|
1242
2054
|
readonly displayName: "Plaistow";
|
|
1243
2055
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
1244
2056
|
};
|
|
2057
|
+
readonly plumpton: {
|
|
2058
|
+
readonly displayName: "Plumpton";
|
|
2059
|
+
readonly lines: ["thameslink"];
|
|
2060
|
+
};
|
|
2061
|
+
readonly plumstead: {
|
|
2062
|
+
readonly displayName: "Plumstead";
|
|
2063
|
+
readonly lines: ["thameslink"];
|
|
2064
|
+
};
|
|
2065
|
+
readonly polegate: {
|
|
2066
|
+
readonly displayName: "Polegate";
|
|
2067
|
+
readonly lines: ["thameslink"];
|
|
2068
|
+
};
|
|
1245
2069
|
readonly pontoonDock: {
|
|
1246
2070
|
readonly displayName: "Pontoon Dock";
|
|
1247
2071
|
readonly lines: ["dlr"];
|
|
@@ -1250,6 +2074,30 @@ export declare const Stations: {
|
|
|
1250
2074
|
readonly displayName: "Poplar";
|
|
1251
2075
|
readonly lines: ["dlr"];
|
|
1252
2076
|
};
|
|
2077
|
+
readonly portchester: {
|
|
2078
|
+
readonly displayName: "Portchester";
|
|
2079
|
+
readonly lines: ["thameslink"];
|
|
2080
|
+
};
|
|
2081
|
+
readonly portslade: {
|
|
2082
|
+
readonly displayName: "Portslade";
|
|
2083
|
+
readonly lines: ["thameslink"];
|
|
2084
|
+
};
|
|
2085
|
+
readonly portsmouthAndSouthsea: {
|
|
2086
|
+
readonly displayName: "Portsmouth & Southsea";
|
|
2087
|
+
readonly lines: ["thameslink"];
|
|
2088
|
+
};
|
|
2089
|
+
readonly portsmouthHarbour: {
|
|
2090
|
+
readonly displayName: "Portsmouth Harbour";
|
|
2091
|
+
readonly lines: ["thameslink"];
|
|
2092
|
+
};
|
|
2093
|
+
readonly pottersBar: {
|
|
2094
|
+
readonly displayName: "Potters Bar";
|
|
2095
|
+
readonly lines: ["thameslink"];
|
|
2096
|
+
};
|
|
2097
|
+
readonly prestonPark: {
|
|
2098
|
+
readonly displayName: "Preston Park";
|
|
2099
|
+
readonly lines: ["thameslink"];
|
|
2100
|
+
};
|
|
1253
2101
|
readonly prestonRoad: {
|
|
1254
2102
|
readonly displayName: "Preston Road";
|
|
1255
2103
|
readonly lines: ["metropolitan"];
|
|
@@ -1262,13 +2110,25 @@ export declare const Stations: {
|
|
|
1262
2110
|
readonly displayName: "Pudding Mill Lane";
|
|
1263
2111
|
readonly lines: ["elizabeth"];
|
|
1264
2112
|
};
|
|
2113
|
+
readonly pulborough: {
|
|
2114
|
+
readonly displayName: "Pulborough";
|
|
2115
|
+
readonly lines: ["thameslink"];
|
|
2116
|
+
};
|
|
2117
|
+
readonly purley: {
|
|
2118
|
+
readonly displayName: "Purley";
|
|
2119
|
+
readonly lines: ["thameslink"];
|
|
2120
|
+
};
|
|
2121
|
+
readonly purleyOaks: {
|
|
2122
|
+
readonly displayName: "Purley Oaks";
|
|
2123
|
+
readonly lines: ["thameslink"];
|
|
2124
|
+
};
|
|
1265
2125
|
readonly queensPark: {
|
|
1266
2126
|
readonly displayName: "Queen's Park";
|
|
1267
2127
|
readonly lines: ["bakerloo", "lioness"];
|
|
1268
2128
|
};
|
|
1269
2129
|
readonly queensRoadPeckham: {
|
|
1270
2130
|
readonly displayName: "Queens Road Peckham";
|
|
1271
|
-
readonly lines: ["windrush"];
|
|
2131
|
+
readonly lines: ["windrush", "thameslink"];
|
|
1272
2132
|
};
|
|
1273
2133
|
readonly queensbury: {
|
|
1274
2134
|
readonly displayName: "Queensbury";
|
|
@@ -1278,6 +2138,18 @@ export declare const Stations: {
|
|
|
1278
2138
|
readonly displayName: "Queensway";
|
|
1279
2139
|
readonly lines: ["central"];
|
|
1280
2140
|
};
|
|
2141
|
+
readonly radlett: {
|
|
2142
|
+
readonly displayName: "Radlett";
|
|
2143
|
+
readonly lines: ["thameslink"];
|
|
2144
|
+
};
|
|
2145
|
+
readonly rainhamKent: {
|
|
2146
|
+
readonly displayName: "Rainham (Kent)";
|
|
2147
|
+
readonly lines: ["thameslink"];
|
|
2148
|
+
};
|
|
2149
|
+
readonly ravensbourne: {
|
|
2150
|
+
readonly displayName: "Ravensbourne";
|
|
2151
|
+
readonly lines: ["thameslink"];
|
|
2152
|
+
};
|
|
1281
2153
|
readonly ravenscourtPark: {
|
|
1282
2154
|
readonly displayName: "Ravenscourt Park";
|
|
1283
2155
|
readonly lines: ["district"];
|
|
@@ -1298,6 +2170,14 @@ export declare const Stations: {
|
|
|
1298
2170
|
readonly displayName: "Redbridge";
|
|
1299
2171
|
readonly lines: ["central"];
|
|
1300
2172
|
};
|
|
2173
|
+
readonly redhill: {
|
|
2174
|
+
readonly displayName: "Redhill";
|
|
2175
|
+
readonly lines: ["thameslink"];
|
|
2176
|
+
};
|
|
2177
|
+
readonly reedhamSurrey: {
|
|
2178
|
+
readonly displayName: "Reedham (Surrey)";
|
|
2179
|
+
readonly lines: ["thameslink"];
|
|
2180
|
+
};
|
|
1301
2181
|
readonly reevesCorner: {
|
|
1302
2182
|
readonly displayName: "Reeves Corner";
|
|
1303
2183
|
readonly lines: ["trams"];
|
|
@@ -1306,6 +2186,10 @@ export declare const Stations: {
|
|
|
1306
2186
|
readonly displayName: "Regents Park";
|
|
1307
2187
|
readonly lines: ["bakerloo"];
|
|
1308
2188
|
};
|
|
2189
|
+
readonly reigate: {
|
|
2190
|
+
readonly displayName: "Reigate";
|
|
2191
|
+
readonly lines: ["thameslink"];
|
|
2192
|
+
};
|
|
1309
2193
|
readonly richmond: {
|
|
1310
2194
|
readonly displayName: "Richmond";
|
|
1311
2195
|
readonly lines: ["district", "mildmay"];
|
|
@@ -1314,6 +2198,14 @@ export declare const Stations: {
|
|
|
1314
2198
|
readonly displayName: "Rickmansworth";
|
|
1315
2199
|
readonly lines: ["metropolitan"];
|
|
1316
2200
|
};
|
|
2201
|
+
readonly riddlesdown: {
|
|
2202
|
+
readonly displayName: "Riddlesdown";
|
|
2203
|
+
readonly lines: ["thameslink"];
|
|
2204
|
+
};
|
|
2205
|
+
readonly rochester: {
|
|
2206
|
+
readonly displayName: "Rochester";
|
|
2207
|
+
readonly lines: ["thameslink"];
|
|
2208
|
+
};
|
|
1317
2209
|
readonly rodingValley: {
|
|
1318
2210
|
readonly displayName: "Roding Valley";
|
|
1319
2211
|
readonly lines: ["central"];
|
|
@@ -1342,6 +2234,10 @@ export declare const Stations: {
|
|
|
1342
2234
|
readonly displayName: "Royal Victoria";
|
|
1343
2235
|
readonly lines: ["dlr"];
|
|
1344
2236
|
};
|
|
2237
|
+
readonly royston: {
|
|
2238
|
+
readonly displayName: "Royston";
|
|
2239
|
+
readonly lines: ["thameslink"];
|
|
2240
|
+
};
|
|
1345
2241
|
readonly ruislip: {
|
|
1346
2242
|
readonly displayName: "Ruislip";
|
|
1347
2243
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
@@ -1358,10 +2254,34 @@ export declare const Stations: {
|
|
|
1358
2254
|
readonly displayName: "Russell Square";
|
|
1359
2255
|
readonly lines: ["piccadilly"];
|
|
1360
2256
|
};
|
|
2257
|
+
readonly ryeSussex: {
|
|
2258
|
+
readonly displayName: "Rye (Sussex)";
|
|
2259
|
+
readonly lines: ["thameslink"];
|
|
2260
|
+
};
|
|
2261
|
+
readonly salfordsSurrey: {
|
|
2262
|
+
readonly displayName: "Salfords (Surrey)";
|
|
2263
|
+
readonly lines: ["thameslink"];
|
|
2264
|
+
};
|
|
2265
|
+
readonly sanderstead: {
|
|
2266
|
+
readonly displayName: "Sanderstead";
|
|
2267
|
+
readonly lines: ["thameslink"];
|
|
2268
|
+
};
|
|
1361
2269
|
readonly sandilands: {
|
|
1362
2270
|
readonly displayName: "Sandilands";
|
|
1363
2271
|
readonly lines: ["trams"];
|
|
1364
2272
|
};
|
|
2273
|
+
readonly sandy: {
|
|
2274
|
+
readonly displayName: "Sandy";
|
|
2275
|
+
readonly lines: ["thameslink"];
|
|
2276
|
+
};
|
|
2277
|
+
readonly seafordSussex: {
|
|
2278
|
+
readonly displayName: "Seaford (Sussex)";
|
|
2279
|
+
readonly lines: ["thameslink"];
|
|
2280
|
+
};
|
|
2281
|
+
readonly selhurst: {
|
|
2282
|
+
readonly displayName: "Selhurst";
|
|
2283
|
+
readonly lines: ["thameslink"];
|
|
2284
|
+
};
|
|
1365
2285
|
readonly sevenKings: {
|
|
1366
2286
|
readonly displayName: "Seven Kings";
|
|
1367
2287
|
readonly lines: ["elizabeth"];
|
|
@@ -1370,6 +2290,10 @@ export declare const Stations: {
|
|
|
1370
2290
|
readonly displayName: "Seven Sisters";
|
|
1371
2291
|
readonly lines: ["victoria", "weaver"];
|
|
1372
2292
|
};
|
|
2293
|
+
readonly sevenoaks: {
|
|
2294
|
+
readonly displayName: "Sevenoaks";
|
|
2295
|
+
readonly lines: ["thameslink"];
|
|
2296
|
+
};
|
|
1373
2297
|
readonly shadwell: {
|
|
1374
2298
|
readonly displayName: "Shadwell";
|
|
1375
2299
|
readonly lines: ["windrush", "dlr"];
|
|
@@ -1380,20 +2304,44 @@ export declare const Stations: {
|
|
|
1380
2304
|
};
|
|
1381
2305
|
readonly shepherdsBush: {
|
|
1382
2306
|
readonly displayName: "Shepherd's Bush";
|
|
1383
|
-
readonly lines: ["central", "mildmay"];
|
|
2307
|
+
readonly lines: ["central", "mildmay", "thameslink"];
|
|
1384
2308
|
};
|
|
1385
2309
|
readonly shepherdsBushMarket: {
|
|
1386
2310
|
readonly displayName: "Shepherd's Bush Market";
|
|
1387
2311
|
readonly lines: ["hammersmithAndCity", "circle"];
|
|
1388
2312
|
};
|
|
2313
|
+
readonly shepreth: {
|
|
2314
|
+
readonly displayName: "Shepreth";
|
|
2315
|
+
readonly lines: ["thameslink"];
|
|
2316
|
+
};
|
|
2317
|
+
readonly sholing: {
|
|
2318
|
+
readonly displayName: "Sholing";
|
|
2319
|
+
readonly lines: ["thameslink"];
|
|
2320
|
+
};
|
|
1389
2321
|
readonly shoreditchHighStreet: {
|
|
1390
2322
|
readonly displayName: "Shoreditch High Street";
|
|
1391
2323
|
readonly lines: ["windrush"];
|
|
1392
2324
|
};
|
|
2325
|
+
readonly shorehamBySea: {
|
|
2326
|
+
readonly displayName: "Shoreham-by-Sea";
|
|
2327
|
+
readonly lines: ["thameslink"];
|
|
2328
|
+
};
|
|
2329
|
+
readonly shorehamKent: {
|
|
2330
|
+
readonly displayName: "Shoreham (Kent)";
|
|
2331
|
+
readonly lines: ["thameslink"];
|
|
2332
|
+
};
|
|
2333
|
+
readonly shortlands: {
|
|
2334
|
+
readonly displayName: "Shortlands";
|
|
2335
|
+
readonly lines: ["thameslink"];
|
|
2336
|
+
};
|
|
1393
2337
|
readonly silverStreet: {
|
|
1394
2338
|
readonly displayName: "Silver Street";
|
|
1395
2339
|
readonly lines: ["weaver"];
|
|
1396
2340
|
};
|
|
2341
|
+
readonly sladeGreen: {
|
|
2342
|
+
readonly displayName: "Slade Green";
|
|
2343
|
+
readonly lines: ["thameslink"];
|
|
2344
|
+
};
|
|
1397
2345
|
readonly sloaneSquare: {
|
|
1398
2346
|
readonly displayName: "Sloane Square";
|
|
1399
2347
|
readonly lines: ["district", "circle"];
|
|
@@ -1410,6 +2358,14 @@ export declare const Stations: {
|
|
|
1410
2358
|
readonly displayName: "South Acton";
|
|
1411
2359
|
readonly lines: ["mildmay"];
|
|
1412
2360
|
};
|
|
2361
|
+
readonly southBermondsey: {
|
|
2362
|
+
readonly displayName: "South Bermondsey";
|
|
2363
|
+
readonly lines: ["thameslink"];
|
|
2364
|
+
};
|
|
2365
|
+
readonly southCroydon: {
|
|
2366
|
+
readonly displayName: "South Croydon";
|
|
2367
|
+
readonly lines: ["thameslink"];
|
|
2368
|
+
};
|
|
1413
2369
|
readonly southEaling: {
|
|
1414
2370
|
readonly displayName: "South Ealing";
|
|
1415
2371
|
readonly lines: ["piccadilly"];
|
|
@@ -1430,6 +2386,10 @@ export declare const Stations: {
|
|
|
1430
2386
|
readonly displayName: "South Kenton";
|
|
1431
2387
|
readonly lines: ["bakerloo", "lioness"];
|
|
1432
2388
|
};
|
|
2389
|
+
readonly southMerton: {
|
|
2390
|
+
readonly displayName: "South Merton";
|
|
2391
|
+
readonly lines: ["thameslink"];
|
|
2392
|
+
};
|
|
1433
2393
|
readonly southQuay: {
|
|
1434
2394
|
readonly displayName: "South Quay";
|
|
1435
2395
|
readonly lines: ["dlr"];
|
|
@@ -1454,10 +2414,26 @@ export declare const Stations: {
|
|
|
1454
2414
|
readonly displayName: "Southall";
|
|
1455
2415
|
readonly lines: ["elizabeth"];
|
|
1456
2416
|
};
|
|
2417
|
+
readonly southamptonAirportParkway: {
|
|
2418
|
+
readonly displayName: "Southampton Airport Parkway";
|
|
2419
|
+
readonly lines: ["thameslink"];
|
|
2420
|
+
};
|
|
2421
|
+
readonly southamptonCentral: {
|
|
2422
|
+
readonly displayName: "Southampton Central";
|
|
2423
|
+
readonly lines: ["thameslink"];
|
|
2424
|
+
};
|
|
2425
|
+
readonly southbourne: {
|
|
2426
|
+
readonly displayName: "Southbourne";
|
|
2427
|
+
readonly lines: ["thameslink"];
|
|
2428
|
+
};
|
|
1457
2429
|
readonly southbury: {
|
|
1458
2430
|
readonly displayName: "Southbury";
|
|
1459
2431
|
readonly lines: ["weaver"];
|
|
1460
2432
|
};
|
|
2433
|
+
readonly southease: {
|
|
2434
|
+
readonly displayName: "Southease";
|
|
2435
|
+
readonly lines: ["thameslink"];
|
|
2436
|
+
};
|
|
1461
2437
|
readonly southfields: {
|
|
1462
2438
|
readonly displayName: "Southfields";
|
|
1463
2439
|
readonly lines: ["district"];
|
|
@@ -1470,6 +2446,22 @@ export declare const Stations: {
|
|
|
1470
2446
|
readonly displayName: "Southwark";
|
|
1471
2447
|
readonly lines: ["jubilee"];
|
|
1472
2448
|
};
|
|
2449
|
+
readonly southwick: {
|
|
2450
|
+
readonly displayName: "Southwick";
|
|
2451
|
+
readonly lines: ["thameslink"];
|
|
2452
|
+
};
|
|
2453
|
+
readonly stAlbansCity: {
|
|
2454
|
+
readonly displayName: "St Albans City";
|
|
2455
|
+
readonly lines: ["thameslink"];
|
|
2456
|
+
};
|
|
2457
|
+
readonly stDenys: {
|
|
2458
|
+
readonly displayName: "St Denys";
|
|
2459
|
+
readonly lines: ["thameslink"];
|
|
2460
|
+
};
|
|
2461
|
+
readonly stHelierSurrey: {
|
|
2462
|
+
readonly displayName: "St Helier (Surrey)";
|
|
2463
|
+
readonly lines: ["thameslink"];
|
|
2464
|
+
};
|
|
1473
2465
|
readonly stJamesPark: {
|
|
1474
2466
|
readonly displayName: "St James's Park";
|
|
1475
2467
|
readonly lines: ["district", "circle"];
|
|
@@ -1482,6 +2474,18 @@ export declare const Stations: {
|
|
|
1482
2474
|
readonly displayName: "St John's Wood";
|
|
1483
2475
|
readonly lines: ["jubilee"];
|
|
1484
2476
|
};
|
|
2477
|
+
readonly stLeonardsWarriorSquare: {
|
|
2478
|
+
readonly displayName: "St Leonards Warrior Square";
|
|
2479
|
+
readonly lines: ["thameslink"];
|
|
2480
|
+
};
|
|
2481
|
+
readonly stMaryCray: {
|
|
2482
|
+
readonly displayName: "St Mary Cray";
|
|
2483
|
+
readonly lines: ["thameslink"];
|
|
2484
|
+
};
|
|
2485
|
+
readonly stNeots: {
|
|
2486
|
+
readonly displayName: "St Neots";
|
|
2487
|
+
readonly lines: ["thameslink"];
|
|
2488
|
+
};
|
|
1485
2489
|
readonly stPauls: {
|
|
1486
2490
|
readonly displayName: "St Paul's";
|
|
1487
2491
|
readonly lines: ["central"];
|
|
@@ -1506,6 +2510,10 @@ export declare const Stations: {
|
|
|
1506
2510
|
readonly displayName: "Stepney Green";
|
|
1507
2511
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
1508
2512
|
};
|
|
2513
|
+
readonly stevenage: {
|
|
2514
|
+
readonly displayName: "Stevenage";
|
|
2515
|
+
readonly lines: ["thameslink"];
|
|
2516
|
+
};
|
|
1509
2517
|
readonly stockwell: {
|
|
1510
2518
|
readonly displayName: "Stockwell";
|
|
1511
2519
|
readonly lines: ["victoria", "northern"];
|
|
@@ -1514,6 +2522,10 @@ export declare const Stations: {
|
|
|
1514
2522
|
readonly displayName: "Stoke Newington";
|
|
1515
2523
|
readonly lines: ["weaver"];
|
|
1516
2524
|
};
|
|
2525
|
+
readonly stoneCrossing: {
|
|
2526
|
+
readonly displayName: "Stone Crossing";
|
|
2527
|
+
readonly lines: ["thameslink"];
|
|
2528
|
+
};
|
|
1517
2529
|
readonly stonebridgePark: {
|
|
1518
2530
|
readonly displayName: "Stonebridge Park";
|
|
1519
2531
|
readonly lines: ["bakerloo", "lioness"];
|
|
@@ -1530,6 +2542,22 @@ export declare const Stations: {
|
|
|
1530
2542
|
readonly displayName: "Stratford International";
|
|
1531
2543
|
readonly lines: ["dlr"];
|
|
1532
2544
|
};
|
|
2545
|
+
readonly streathamCommon: {
|
|
2546
|
+
readonly displayName: "Streatham Common";
|
|
2547
|
+
readonly lines: ["thameslink"];
|
|
2548
|
+
};
|
|
2549
|
+
readonly streathamGreaterLondon: {
|
|
2550
|
+
readonly displayName: "Streatham (Greater London)";
|
|
2551
|
+
readonly lines: ["thameslink"];
|
|
2552
|
+
};
|
|
2553
|
+
readonly streathamHill: {
|
|
2554
|
+
readonly displayName: "Streatham Hill";
|
|
2555
|
+
readonly lines: ["thameslink"];
|
|
2556
|
+
};
|
|
2557
|
+
readonly stroodKent: {
|
|
2558
|
+
readonly displayName: "Strood (Kent)";
|
|
2559
|
+
readonly lines: ["thameslink"];
|
|
2560
|
+
};
|
|
1533
2561
|
readonly sudburyHill: {
|
|
1534
2562
|
readonly displayName: "Sudbury Hill";
|
|
1535
2563
|
readonly lines: ["piccadilly"];
|
|
@@ -1542,6 +2570,26 @@ export declare const Stations: {
|
|
|
1542
2570
|
readonly displayName: "Surrey Quays";
|
|
1543
2571
|
readonly lines: ["windrush"];
|
|
1544
2572
|
};
|
|
2573
|
+
readonly suttonCommon: {
|
|
2574
|
+
readonly displayName: "Sutton Common";
|
|
2575
|
+
readonly lines: ["thameslink"];
|
|
2576
|
+
};
|
|
2577
|
+
readonly suttonLondon: {
|
|
2578
|
+
readonly displayName: "Sutton (London)";
|
|
2579
|
+
readonly lines: ["thameslink"];
|
|
2580
|
+
};
|
|
2581
|
+
readonly swanley: {
|
|
2582
|
+
readonly displayName: "Swanley";
|
|
2583
|
+
readonly lines: ["thameslink"];
|
|
2584
|
+
};
|
|
2585
|
+
readonly swanscombe: {
|
|
2586
|
+
readonly displayName: "Swanscombe";
|
|
2587
|
+
readonly lines: ["thameslink"];
|
|
2588
|
+
};
|
|
2589
|
+
readonly swanwick: {
|
|
2590
|
+
readonly displayName: "Swanwick";
|
|
2591
|
+
readonly lines: ["thameslink"];
|
|
2592
|
+
};
|
|
1545
2593
|
readonly swissCottage: {
|
|
1546
2594
|
readonly displayName: "Swiss Cottage";
|
|
1547
2595
|
readonly lines: ["jubilee"];
|
|
@@ -1550,10 +2598,22 @@ export declare const Stations: {
|
|
|
1550
2598
|
readonly displayName: "Sydenham";
|
|
1551
2599
|
readonly lines: ["windrush"];
|
|
1552
2600
|
};
|
|
2601
|
+
readonly sydenhamLondon: {
|
|
2602
|
+
readonly displayName: "Sydenham (London)";
|
|
2603
|
+
readonly lines: ["thameslink"];
|
|
2604
|
+
};
|
|
2605
|
+
readonly tadworth: {
|
|
2606
|
+
readonly displayName: "Tadworth";
|
|
2607
|
+
readonly lines: ["thameslink"];
|
|
2608
|
+
};
|
|
1553
2609
|
readonly taplow: {
|
|
1554
2610
|
readonly displayName: "Taplow";
|
|
1555
2611
|
readonly lines: ["elizabeth"];
|
|
1556
2612
|
};
|
|
2613
|
+
readonly tattenhamCorner: {
|
|
2614
|
+
readonly displayName: "Tattenham Corner";
|
|
2615
|
+
readonly lines: ["thameslink"];
|
|
2616
|
+
};
|
|
1557
2617
|
readonly temple: {
|
|
1558
2618
|
readonly displayName: "Temple";
|
|
1559
2619
|
readonly lines: ["district", "circle"];
|
|
@@ -1570,6 +2630,22 @@ export declare const Stations: {
|
|
|
1570
2630
|
readonly displayName: "Theydon Bois";
|
|
1571
2631
|
readonly lines: ["central"];
|
|
1572
2632
|
};
|
|
2633
|
+
readonly thorntonHeath: {
|
|
2634
|
+
readonly displayName: "Thornton Heath";
|
|
2635
|
+
readonly lines: ["thameslink"];
|
|
2636
|
+
};
|
|
2637
|
+
readonly threeBridges: {
|
|
2638
|
+
readonly displayName: "Three Bridges";
|
|
2639
|
+
readonly lines: ["thameslink"];
|
|
2640
|
+
};
|
|
2641
|
+
readonly threeOaks: {
|
|
2642
|
+
readonly displayName: "Three Oaks";
|
|
2643
|
+
readonly lines: ["thameslink"];
|
|
2644
|
+
};
|
|
2645
|
+
readonly tooting: {
|
|
2646
|
+
readonly displayName: "Tooting";
|
|
2647
|
+
readonly lines: ["thameslink"];
|
|
2648
|
+
};
|
|
1573
2649
|
readonly tootingBec: {
|
|
1574
2650
|
readonly displayName: "Tooting Bec";
|
|
1575
2651
|
readonly lines: ["northern"];
|
|
@@ -1598,10 +2674,18 @@ export declare const Stations: {
|
|
|
1598
2674
|
readonly displayName: "Tower Hill";
|
|
1599
2675
|
readonly lines: ["district", "circle"];
|
|
1600
2676
|
};
|
|
2677
|
+
readonly tring: {
|
|
2678
|
+
readonly displayName: "Tring";
|
|
2679
|
+
readonly lines: ["thameslink"];
|
|
2680
|
+
};
|
|
1601
2681
|
readonly tufnellPark: {
|
|
1602
2682
|
readonly displayName: "Tufnell Park";
|
|
1603
2683
|
readonly lines: ["northern"];
|
|
1604
2684
|
};
|
|
2685
|
+
readonly tulseHill: {
|
|
2686
|
+
readonly displayName: "Tulse Hill";
|
|
2687
|
+
readonly lines: ["thameslink"];
|
|
2688
|
+
};
|
|
1605
2689
|
readonly turkeyStreet: {
|
|
1606
2690
|
readonly displayName: "Turkey Street";
|
|
1607
2691
|
readonly lines: ["weaver"];
|
|
@@ -1618,6 +2702,10 @@ export declare const Stations: {
|
|
|
1618
2702
|
readonly displayName: "Twyford";
|
|
1619
2703
|
readonly lines: ["elizabeth"];
|
|
1620
2704
|
};
|
|
2705
|
+
readonly uckfield: {
|
|
2706
|
+
readonly displayName: "Uckfield";
|
|
2707
|
+
readonly lines: ["thameslink"];
|
|
2708
|
+
};
|
|
1621
2709
|
readonly upminster: {
|
|
1622
2710
|
readonly displayName: "Upminster";
|
|
1623
2711
|
readonly lines: ["district", "liberty"];
|
|
@@ -1634,6 +2722,10 @@ export declare const Stations: {
|
|
|
1634
2722
|
readonly displayName: "Upper Holloway";
|
|
1635
2723
|
readonly lines: ["suffragette"];
|
|
1636
2724
|
};
|
|
2725
|
+
readonly upperWarlingham: {
|
|
2726
|
+
readonly displayName: "Upper Warlingham";
|
|
2727
|
+
readonly lines: ["thameslink"];
|
|
2728
|
+
};
|
|
1637
2729
|
readonly uptonPark: {
|
|
1638
2730
|
readonly displayName: "Upton Park";
|
|
1639
2731
|
readonly lines: ["district"];
|
|
@@ -1650,10 +2742,18 @@ export declare const Stations: {
|
|
|
1650
2742
|
readonly displayName: "Victoria";
|
|
1651
2743
|
readonly lines: ["victoria", "district", "circle"];
|
|
1652
2744
|
};
|
|
2745
|
+
readonly waddon: {
|
|
2746
|
+
readonly displayName: "Waddon";
|
|
2747
|
+
readonly lines: ["thameslink"];
|
|
2748
|
+
};
|
|
1653
2749
|
readonly waddonMarsh: {
|
|
1654
2750
|
readonly displayName: "Waddon Marsh";
|
|
1655
2751
|
readonly lines: ["trams"];
|
|
1656
2752
|
};
|
|
2753
|
+
readonly wallington: {
|
|
2754
|
+
readonly displayName: "Wallington";
|
|
2755
|
+
readonly lines: ["thameslink"];
|
|
2756
|
+
};
|
|
1657
2757
|
readonly walthamstowCentral: {
|
|
1658
2758
|
readonly displayName: "Walthamstow Central";
|
|
1659
2759
|
readonly lines: ["victoria", "weaver"];
|
|
@@ -1666,6 +2766,10 @@ export declare const Stations: {
|
|
|
1666
2766
|
readonly displayName: "Wandle Park";
|
|
1667
2767
|
readonly lines: ["trams"];
|
|
1668
2768
|
};
|
|
2769
|
+
readonly wandsworthCommon: {
|
|
2770
|
+
readonly displayName: "Wandsworth Common";
|
|
2771
|
+
readonly lines: ["thameslink"];
|
|
2772
|
+
};
|
|
1669
2773
|
readonly wandsworthRoad: {
|
|
1670
2774
|
readonly displayName: "Wandsworth Road";
|
|
1671
2775
|
readonly lines: ["windrush"];
|
|
@@ -1682,6 +2786,14 @@ export declare const Stations: {
|
|
|
1682
2786
|
readonly displayName: "Wapping";
|
|
1683
2787
|
readonly lines: ["windrush"];
|
|
1684
2788
|
};
|
|
2789
|
+
readonly warblington: {
|
|
2790
|
+
readonly displayName: "Warblington";
|
|
2791
|
+
readonly lines: ["thameslink"];
|
|
2792
|
+
};
|
|
2793
|
+
readonly warnham: {
|
|
2794
|
+
readonly displayName: "Warnham";
|
|
2795
|
+
readonly lines: ["thameslink"];
|
|
2796
|
+
};
|
|
1685
2797
|
readonly warrenStreet: {
|
|
1686
2798
|
readonly displayName: "Warren Street";
|
|
1687
2799
|
readonly lines: ["northern", "victoria"];
|
|
@@ -1690,6 +2802,10 @@ export declare const Stations: {
|
|
|
1690
2802
|
readonly displayName: "Warwick Avenue";
|
|
1691
2803
|
readonly lines: ["bakerloo"];
|
|
1692
2804
|
};
|
|
2805
|
+
readonly waterbeach: {
|
|
2806
|
+
readonly displayName: "Waterbeach";
|
|
2807
|
+
readonly lines: ["thameslink"];
|
|
2808
|
+
};
|
|
1693
2809
|
readonly waterloo: {
|
|
1694
2810
|
readonly displayName: "Waterloo";
|
|
1695
2811
|
readonly lines: ["waterlooAndCity", "bakerloo", "northern", "jubilee"];
|
|
@@ -1704,15 +2820,35 @@ export declare const Stations: {
|
|
|
1704
2820
|
};
|
|
1705
2821
|
readonly watfordJunction: {
|
|
1706
2822
|
readonly displayName: "Watford Junction";
|
|
1707
|
-
readonly lines: ["lioness"];
|
|
2823
|
+
readonly lines: ["lioness", "thameslink"];
|
|
2824
|
+
};
|
|
2825
|
+
readonly watlington: {
|
|
2826
|
+
readonly displayName: "Watlington";
|
|
2827
|
+
readonly lines: ["thameslink"];
|
|
2828
|
+
};
|
|
2829
|
+
readonly wattonAtStone: {
|
|
2830
|
+
readonly displayName: "Watton-at-Stone";
|
|
2831
|
+
readonly lines: ["thameslink"];
|
|
2832
|
+
};
|
|
2833
|
+
readonly welhamGreen: {
|
|
2834
|
+
readonly displayName: "Welham Green";
|
|
2835
|
+
readonly lines: ["thameslink"];
|
|
1708
2836
|
};
|
|
1709
2837
|
readonly wellesleyRoad: {
|
|
1710
2838
|
readonly displayName: "Wellesley Road";
|
|
1711
2839
|
readonly lines: ["trams"];
|
|
1712
2840
|
};
|
|
2841
|
+
readonly welwynGardenCity: {
|
|
2842
|
+
readonly displayName: "Welwyn Garden City";
|
|
2843
|
+
readonly lines: ["thameslink"];
|
|
2844
|
+
};
|
|
2845
|
+
readonly welwynNorth: {
|
|
2846
|
+
readonly displayName: "Welwyn North";
|
|
2847
|
+
readonly lines: ["thameslink"];
|
|
2848
|
+
};
|
|
1713
2849
|
readonly wembleyCentral: {
|
|
1714
2850
|
readonly displayName: "Wembley Central";
|
|
1715
|
-
readonly lines: ["bakerloo", "lioness"];
|
|
2851
|
+
readonly lines: ["bakerloo", "lioness", "thameslink"];
|
|
1716
2852
|
};
|
|
1717
2853
|
readonly wembleyPark: {
|
|
1718
2854
|
readonly displayName: "Wembley Park";
|
|
@@ -1722,6 +2858,10 @@ export declare const Stations: {
|
|
|
1722
2858
|
readonly displayName: "West Acton";
|
|
1723
2859
|
readonly lines: ["central"];
|
|
1724
2860
|
};
|
|
2861
|
+
readonly westBrompton: {
|
|
2862
|
+
readonly displayName: "West Brompton";
|
|
2863
|
+
readonly lines: ["thameslink"];
|
|
2864
|
+
};
|
|
1725
2865
|
readonly westCroydon: {
|
|
1726
2866
|
readonly displayName: "West Croydon";
|
|
1727
2867
|
readonly lines: ["windrush", "trams"];
|
|
@@ -1746,6 +2886,10 @@ export declare const Stations: {
|
|
|
1746
2886
|
readonly displayName: "West Hampstead";
|
|
1747
2887
|
readonly lines: ["jubilee", "mildmay"];
|
|
1748
2888
|
};
|
|
2889
|
+
readonly westHampsteadThameslink: {
|
|
2890
|
+
readonly displayName: "West Hampstead Thameslink";
|
|
2891
|
+
readonly lines: ["thameslink"];
|
|
2892
|
+
};
|
|
1749
2893
|
readonly westHarrow: {
|
|
1750
2894
|
readonly displayName: "West Harrow";
|
|
1751
2895
|
readonly lines: ["metropolitan"];
|
|
@@ -1758,6 +2902,10 @@ export declare const Stations: {
|
|
|
1758
2902
|
readonly displayName: "West Kensington";
|
|
1759
2903
|
readonly lines: ["district"];
|
|
1760
2904
|
};
|
|
2905
|
+
readonly westNorwood: {
|
|
2906
|
+
readonly displayName: "West Norwood";
|
|
2907
|
+
readonly lines: ["thameslink"];
|
|
2908
|
+
};
|
|
1761
2909
|
readonly westRuislip: {
|
|
1762
2910
|
readonly displayName: "West Ruislip";
|
|
1763
2911
|
readonly lines: ["central"];
|
|
@@ -1766,6 +2914,14 @@ export declare const Stations: {
|
|
|
1766
2914
|
readonly displayName: "West Silvertown";
|
|
1767
2915
|
readonly lines: ["dlr"];
|
|
1768
2916
|
};
|
|
2917
|
+
readonly westSutton: {
|
|
2918
|
+
readonly displayName: "West Sutton";
|
|
2919
|
+
readonly lines: ["thameslink"];
|
|
2920
|
+
};
|
|
2921
|
+
readonly westWorthing: {
|
|
2922
|
+
readonly displayName: "West Worthing";
|
|
2923
|
+
readonly lines: ["thameslink"];
|
|
2924
|
+
};
|
|
1769
2925
|
readonly westbournePark: {
|
|
1770
2926
|
readonly displayName: "Westbourne Park";
|
|
1771
2927
|
readonly lines: ["hammersmithAndCity", "circle"];
|
|
@@ -1774,6 +2930,10 @@ export declare const Stations: {
|
|
|
1774
2930
|
readonly displayName: "West Brompton";
|
|
1775
2931
|
readonly lines: ["district", "mildmay"];
|
|
1776
2932
|
};
|
|
2933
|
+
readonly westcombePark: {
|
|
2934
|
+
readonly displayName: "Westcombe Park";
|
|
2935
|
+
readonly lines: ["thameslink"];
|
|
2936
|
+
};
|
|
1777
2937
|
readonly westferry: {
|
|
1778
2938
|
readonly displayName: "Westferry";
|
|
1779
2939
|
readonly lines: ["dlr"];
|
|
@@ -1794,6 +2954,14 @@ export declare const Stations: {
|
|
|
1794
2954
|
readonly displayName: "Whitechapel";
|
|
1795
2955
|
readonly lines: ["district", "hammersmithAndCity", "windrush", "elizabeth"];
|
|
1796
2956
|
};
|
|
2957
|
+
readonly whyteleafe: {
|
|
2958
|
+
readonly displayName: "Whyteleafe";
|
|
2959
|
+
readonly lines: ["thameslink"];
|
|
2960
|
+
};
|
|
2961
|
+
readonly whyteleafeSouth: {
|
|
2962
|
+
readonly displayName: "Whyteleafe South";
|
|
2963
|
+
readonly lines: ["thameslink"];
|
|
2964
|
+
};
|
|
1797
2965
|
readonly willesdenGreen: {
|
|
1798
2966
|
readonly displayName: "Willesden Green";
|
|
1799
2967
|
readonly lines: ["jubilee"];
|
|
@@ -1804,12 +2972,32 @@ export declare const Stations: {
|
|
|
1804
2972
|
};
|
|
1805
2973
|
readonly wimbledon: {
|
|
1806
2974
|
readonly displayName: "Wimbledon";
|
|
1807
|
-
readonly lines: ["district", "trams"];
|
|
2975
|
+
readonly lines: ["district", "trams", "thameslink"];
|
|
2976
|
+
};
|
|
2977
|
+
readonly wimbledonChase: {
|
|
2978
|
+
readonly displayName: "Wimbledon Chase";
|
|
2979
|
+
readonly lines: ["thameslink"];
|
|
1808
2980
|
};
|
|
1809
2981
|
readonly wimbledonPark: {
|
|
1810
2982
|
readonly displayName: "Wimbledon Park";
|
|
1811
2983
|
readonly lines: ["district"];
|
|
1812
2984
|
};
|
|
2985
|
+
readonly winchelsea: {
|
|
2986
|
+
readonly displayName: "Winchelsea";
|
|
2987
|
+
readonly lines: ["thameslink"];
|
|
2988
|
+
};
|
|
2989
|
+
readonly winchmoreHill: {
|
|
2990
|
+
readonly displayName: "Winchmore Hill";
|
|
2991
|
+
readonly lines: ["thameslink"];
|
|
2992
|
+
};
|
|
2993
|
+
readonly wivelsfield: {
|
|
2994
|
+
readonly displayName: "Wivelsfield";
|
|
2995
|
+
readonly lines: ["thameslink"];
|
|
2996
|
+
};
|
|
2997
|
+
readonly woldingham: {
|
|
2998
|
+
readonly displayName: "Woldingham";
|
|
2999
|
+
readonly lines: ["thameslink"];
|
|
3000
|
+
};
|
|
1813
3001
|
readonly woodGreen: {
|
|
1814
3002
|
readonly displayName: "Wood Green";
|
|
1815
3003
|
readonly lines: ["piccadilly"];
|
|
@@ -1826,6 +3014,10 @@ export declare const Stations: {
|
|
|
1826
3014
|
readonly displayName: "Woodgrange Park";
|
|
1827
3015
|
readonly lines: ["suffragette"];
|
|
1828
3016
|
};
|
|
3017
|
+
readonly woodmansterne: {
|
|
3018
|
+
readonly displayName: "Woodmansterne";
|
|
3019
|
+
readonly lines: ["thameslink"];
|
|
3020
|
+
};
|
|
1829
3021
|
readonly woodside: {
|
|
1830
3022
|
readonly displayName: "Woodside";
|
|
1831
3023
|
readonly lines: ["trams"];
|
|
@@ -1834,13 +3026,21 @@ export declare const Stations: {
|
|
|
1834
3026
|
readonly displayName: "Woodside Park";
|
|
1835
3027
|
readonly lines: ["northern"];
|
|
1836
3028
|
};
|
|
3029
|
+
readonly woolston: {
|
|
3030
|
+
readonly displayName: "Woolston";
|
|
3031
|
+
readonly lines: ["thameslink"];
|
|
3032
|
+
};
|
|
1837
3033
|
readonly woolwich: {
|
|
1838
3034
|
readonly displayName: "Woolwich";
|
|
1839
3035
|
readonly lines: ["elizabeth"];
|
|
1840
3036
|
};
|
|
1841
3037
|
readonly woolwichArsenal: {
|
|
1842
3038
|
readonly displayName: "Woolwich Arsenal";
|
|
1843
|
-
readonly lines: ["dlr"];
|
|
3039
|
+
readonly lines: ["dlr", "thameslink"];
|
|
3040
|
+
};
|
|
3041
|
+
readonly worthing: {
|
|
3042
|
+
readonly displayName: "Worthing";
|
|
3043
|
+
readonly lines: ["thameslink"];
|
|
1844
3044
|
};
|
|
1845
3045
|
};
|
|
1846
3046
|
export type StationId = keyof typeof Stations;
|