@tangledwires/uk-station-data 1.0.4 → 1.2.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/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/line.d.ts +28 -0
- package/dist/line.js +44 -16
- package/dist/station.d.ts +1395 -195
- package/dist/station.js +380 -80
- package/dist/toc.d.ts +120 -0
- package/dist/toc.js +115 -0
- package/package.json +1 -1
package/dist/station.d.ts
CHANGED
|
@@ -16,7 +16,11 @@ 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
|
+
};
|
|
21
|
+
readonly actonCentral: {
|
|
22
|
+
readonly displayName: "Acton Central";
|
|
23
|
+
readonly lines: ["mildmay"];
|
|
20
24
|
};
|
|
21
25
|
readonly actonMainLine: {
|
|
22
26
|
readonly displayName: "Acton Main Line";
|
|
@@ -26,10 +30,6 @@ export declare const Stations: {
|
|
|
26
30
|
readonly displayName: "Acton Town";
|
|
27
31
|
readonly lines: ["district", "piccadilly"];
|
|
28
32
|
};
|
|
29
|
-
readonly actonCentral: {
|
|
30
|
-
readonly displayName: "Acton Central";
|
|
31
|
-
readonly lines: ["mildmay"];
|
|
32
|
-
};
|
|
33
33
|
readonly addingtonVillage: {
|
|
34
34
|
readonly displayName: "Addington Village";
|
|
35
35
|
readonly lines: ["trams"];
|
|
@@ -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,20 +76,32 @@ 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
|
};
|
|
73
|
-
readonly
|
|
74
|
-
readonly displayName: "
|
|
75
|
-
readonly lines: ["
|
|
85
|
+
readonly angmering: {
|
|
86
|
+
readonly displayName: "Angering";
|
|
87
|
+
readonly lines: ["thameslink"];
|
|
88
|
+
};
|
|
89
|
+
readonly appledoreKent: {
|
|
90
|
+
readonly displayName: "Appledore (Kent)";
|
|
91
|
+
readonly lines: ["thameslink"];
|
|
76
92
|
};
|
|
77
93
|
readonly archway: {
|
|
78
94
|
readonly displayName: "Archway";
|
|
79
95
|
readonly lines: ["northern"];
|
|
80
96
|
};
|
|
97
|
+
readonly arena: {
|
|
98
|
+
readonly displayName: "Arena";
|
|
99
|
+
readonly lines: ["trams"];
|
|
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,29 +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
|
};
|
|
137
|
-
readonly
|
|
138
|
-
readonly displayName: "
|
|
139
|
-
readonly lines: ["
|
|
205
|
+
readonly beckenhamHill: {
|
|
206
|
+
readonly displayName: "Beckenham Hill";
|
|
207
|
+
readonly lines: ["thameslink"];
|
|
140
208
|
};
|
|
141
209
|
readonly beckenhamJunction: {
|
|
142
210
|
readonly displayName: "Beckenham Junction";
|
|
143
|
-
readonly lines: ["trams"];
|
|
211
|
+
readonly lines: ["trams", "thameslink"];
|
|
144
212
|
};
|
|
145
213
|
readonly beckenhamRoad: {
|
|
146
214
|
readonly displayName: "Beckenham Road";
|
|
@@ -154,22 +222,50 @@ export declare const Stations: {
|
|
|
154
222
|
readonly displayName: "Beckton Park";
|
|
155
223
|
readonly lines: ["dlr"];
|
|
156
224
|
};
|
|
225
|
+
readonly becontree: {
|
|
226
|
+
readonly displayName: "Becontree";
|
|
227
|
+
readonly lines: ["district"];
|
|
228
|
+
};
|
|
157
229
|
readonly beddington: {
|
|
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,34 +274,74 @@ 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";
|
|
187
307
|
readonly lines: ["district", "circle"];
|
|
188
308
|
};
|
|
189
|
-
readonly blackhorseRoad: {
|
|
190
|
-
readonly displayName: "Blackhorse Road";
|
|
191
|
-
readonly lines: ["victoria", "suffragette"];
|
|
192
|
-
};
|
|
193
309
|
readonly blackhorseLane: {
|
|
194
310
|
readonly displayName: "Blackhorse Lane";
|
|
195
311
|
readonly lines: ["trams"];
|
|
196
312
|
};
|
|
313
|
+
readonly blackhorseRoad: {
|
|
314
|
+
readonly displayName: "Blackhorse Road";
|
|
315
|
+
readonly lines: ["victoria", "suffragette"];
|
|
316
|
+
};
|
|
197
317
|
readonly blackwall: {
|
|
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,25 +358,45 @@ 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
|
};
|
|
389
|
+
readonly brockley: {
|
|
390
|
+
readonly displayName: "Brockley";
|
|
391
|
+
readonly lines: ["windrush", "thameslink"];
|
|
392
|
+
};
|
|
237
393
|
readonly bromleyByBow: {
|
|
238
394
|
readonly displayName: "Bromley-by-Bow";
|
|
239
395
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
240
396
|
};
|
|
241
|
-
readonly
|
|
242
|
-
readonly displayName: "
|
|
243
|
-
readonly lines: ["
|
|
397
|
+
readonly bromleySouth: {
|
|
398
|
+
readonly displayName: "Bromley South";
|
|
399
|
+
readonly lines: ["thameslink"];
|
|
244
400
|
};
|
|
245
401
|
readonly brondesbury: {
|
|
246
402
|
readonly displayName: "Brondesbury";
|
|
@@ -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,18 +502,34 @@ 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"];
|
|
328
524
|
};
|
|
329
|
-
readonly chalfontAndLatimer: {
|
|
330
|
-
readonly displayName: "Chalfont & Latimer";
|
|
331
|
-
readonly lines: ["metropolitan"];
|
|
332
|
-
};
|
|
333
525
|
readonly chadwellHeath: {
|
|
334
526
|
readonly displayName: "Chadwell Heath";
|
|
335
527
|
readonly lines: ["elizabeth"];
|
|
336
528
|
};
|
|
529
|
+
readonly chalfontAndLatimer: {
|
|
530
|
+
readonly displayName: "Chalfont & Latimer";
|
|
531
|
+
readonly lines: ["metropolitan"];
|
|
532
|
+
};
|
|
337
533
|
readonly chalkFarm: {
|
|
338
534
|
readonly displayName: "Chalk Farm";
|
|
339
535
|
readonly lines: ["northern"];
|
|
@@ -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,29 +638,81 @@ 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"];
|
|
424
696
|
};
|
|
425
|
-
readonly croxley: {
|
|
426
|
-
readonly displayName: "Croxley";
|
|
427
|
-
readonly lines: ["metropolitan"];
|
|
428
|
-
};
|
|
429
697
|
readonly crouchHill: {
|
|
430
698
|
readonly displayName: "Crouch Hill";
|
|
431
699
|
readonly lines: ["suffragette"];
|
|
432
700
|
};
|
|
701
|
+
readonly crowborough: {
|
|
702
|
+
readonly displayName: "Crowborough";
|
|
703
|
+
readonly lines: ["thameslink"];
|
|
704
|
+
};
|
|
705
|
+
readonly croxley: {
|
|
706
|
+
readonly displayName: "Croxley";
|
|
707
|
+
readonly lines: ["metropolitan"];
|
|
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,34 +810,66 @@ 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
|
};
|
|
513
|
-
readonly
|
|
514
|
-
readonly displayName: "East
|
|
515
|
-
readonly lines: ["
|
|
833
|
+
readonly eastGrinstead: {
|
|
834
|
+
readonly displayName: "East Grinstead";
|
|
835
|
+
readonly lines: ["thameslink"];
|
|
516
836
|
};
|
|
517
837
|
readonly eastHam: {
|
|
518
838
|
readonly displayName: "East Ham";
|
|
519
839
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
520
840
|
};
|
|
841
|
+
readonly eastIndia: {
|
|
842
|
+
readonly displayName: "East India";
|
|
843
|
+
readonly lines: ["dlr"];
|
|
844
|
+
};
|
|
521
845
|
readonly eastPutney: {
|
|
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,22 +886,34 @@ 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"];
|
|
896
|
+
};
|
|
897
|
+
readonly elmPark: {
|
|
898
|
+
readonly displayName: "Elm Park";
|
|
899
|
+
readonly lines: ["district"];
|
|
548
900
|
};
|
|
549
901
|
readonly elmersEnd: {
|
|
550
902
|
readonly displayName: "Elmers End";
|
|
551
903
|
readonly lines: ["trams"];
|
|
552
904
|
};
|
|
553
|
-
readonly
|
|
554
|
-
readonly displayName: "
|
|
555
|
-
readonly lines: ["
|
|
905
|
+
readonly elstreeAndBorehamwood: {
|
|
906
|
+
readonly displayName: "Elstree & Borehamwood";
|
|
907
|
+
readonly lines: ["thameslink"];
|
|
556
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,14 +922,38 @@ export declare const Stations: {
|
|
|
566
922
|
readonly displayName: "Emerson Park";
|
|
567
923
|
readonly lines: ["liberty"];
|
|
568
924
|
};
|
|
569
|
-
readonly
|
|
570
|
-
readonly displayName: "
|
|
571
|
-
readonly lines: ["
|
|
925
|
+
readonly emsworth: {
|
|
926
|
+
readonly displayName: "Emsworth";
|
|
927
|
+
readonly lines: ["thameslink"];
|
|
928
|
+
};
|
|
929
|
+
readonly enfieldChase: {
|
|
930
|
+
readonly displayName: "Enfield Chase";
|
|
931
|
+
readonly lines: ["thameslink"];
|
|
572
932
|
};
|
|
573
933
|
readonly enfieldTown: {
|
|
574
934
|
readonly displayName: "Enfield Town";
|
|
575
935
|
readonly lines: ["weaver"];
|
|
576
936
|
};
|
|
937
|
+
readonly epping: {
|
|
938
|
+
readonly displayName: "Epping";
|
|
939
|
+
readonly lines: ["central"];
|
|
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,19 +1032,31 @@ 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";
|
|
623
1047
|
readonly lines: ["district"];
|
|
624
1048
|
};
|
|
1049
|
+
readonly gallionsReach: {
|
|
1050
|
+
readonly displayName: "Gallions Reach";
|
|
1051
|
+
readonly lines: ["dlr"];
|
|
1052
|
+
};
|
|
625
1053
|
readonly gantsHill: {
|
|
626
1054
|
readonly displayName: "Gants Hill";
|
|
627
1055
|
readonly lines: ["central"];
|
|
628
1056
|
};
|
|
629
|
-
readonly
|
|
630
|
-
readonly displayName: "
|
|
631
|
-
readonly lines: ["
|
|
1057
|
+
readonly gatwickAirport: {
|
|
1058
|
+
readonly displayName: "Gatwick Airport";
|
|
1059
|
+
readonly lines: ["thameslink"];
|
|
632
1060
|
};
|
|
633
1061
|
readonly georgeStreet: {
|
|
634
1062
|
readonly displayName: "George Street";
|
|
@@ -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,42 +1102,70 @@ 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
|
+
};
|
|
1113
|
+
readonly gospelOak: {
|
|
1114
|
+
readonly displayName: "Gospel Oak";
|
|
1115
|
+
readonly lines: ["mildmay", "suffragette"];
|
|
1116
|
+
};
|
|
661
1117
|
readonly grangeHill: {
|
|
662
1118
|
readonly displayName: "Grange Hill";
|
|
663
1119
|
readonly lines: ["central"];
|
|
664
1120
|
};
|
|
1121
|
+
readonly grangePark: {
|
|
1122
|
+
readonly displayName: "Grange Park";
|
|
1123
|
+
readonly lines: ["thameslink"];
|
|
1124
|
+
};
|
|
665
1125
|
readonly gravelHill: {
|
|
666
1126
|
readonly displayName: "Gravel Hill";
|
|
667
1127
|
readonly lines: ["trams"];
|
|
668
1128
|
};
|
|
1129
|
+
readonly gravesend: {
|
|
1130
|
+
readonly displayName: "Gravesend";
|
|
1131
|
+
readonly lines: ["thameslink"];
|
|
1132
|
+
};
|
|
669
1133
|
readonly greatPortlandStreet: {
|
|
670
1134
|
readonly displayName: "Great Portland Street";
|
|
671
1135
|
readonly lines: ["metropolitan", "circle", "hammersmithAndCity"];
|
|
672
1136
|
};
|
|
1137
|
+
readonly greenPark: {
|
|
1138
|
+
readonly displayName: "Green Park";
|
|
1139
|
+
readonly lines: ["piccadilly", "victoria", "jubilee"];
|
|
1140
|
+
};
|
|
673
1141
|
readonly greenford: {
|
|
674
1142
|
readonly displayName: "Greenford";
|
|
675
1143
|
readonly lines: ["central"];
|
|
676
1144
|
};
|
|
677
|
-
readonly
|
|
678
|
-
readonly displayName: "
|
|
679
|
-
readonly lines: ["
|
|
1145
|
+
readonly greenhithe: {
|
|
1146
|
+
readonly displayName: "Greenhithe";
|
|
1147
|
+
readonly lines: ["thameslink"];
|
|
680
1148
|
};
|
|
681
1149
|
readonly greenwich: {
|
|
682
1150
|
readonly displayName: "Greenwich";
|
|
683
|
-
readonly lines: ["dlr"];
|
|
1151
|
+
readonly lines: ["dlr", "thameslink"];
|
|
684
1152
|
};
|
|
685
1153
|
readonly greenwichPeninsula: {
|
|
686
1154
|
readonly displayName: "IFS Cloud Greenwich Peninsula";
|
|
687
1155
|
readonly lines: ["cableCar"];
|
|
688
1156
|
};
|
|
689
|
-
readonly
|
|
690
|
-
readonly displayName: "
|
|
691
|
-
readonly lines: ["
|
|
1157
|
+
readonly guildford: {
|
|
1158
|
+
readonly displayName: "Guildford";
|
|
1159
|
+
readonly lines: ["thameslink"];
|
|
692
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,72 +1256,128 @@ 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"];
|
|
780
1304
|
};
|
|
781
|
-
readonly
|
|
782
|
-
readonly displayName: "Heathrow
|
|
1305
|
+
readonly heathrowTerminalFive: {
|
|
1306
|
+
readonly displayName: "Heathrow Terminal 5";
|
|
783
1307
|
readonly lines: ["piccadilly", "elizabeth"];
|
|
784
1308
|
};
|
|
785
1309
|
readonly heathrowTerminalFour: {
|
|
786
1310
|
readonly displayName: "Heathrow Terminal 4";
|
|
787
1311
|
readonly lines: ["piccadilly", "elizabeth"];
|
|
788
1312
|
};
|
|
789
|
-
readonly
|
|
790
|
-
readonly displayName: "Heathrow
|
|
1313
|
+
readonly heathrowTerminalsTwoAndThree: {
|
|
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"];
|
|
804
1348
|
};
|
|
1349
|
+
readonly highStreetKensington: {
|
|
1350
|
+
readonly displayName: "High Street Kensington";
|
|
1351
|
+
readonly lines: ["district", "circle"];
|
|
1352
|
+
};
|
|
1353
|
+
readonly highamKent: {
|
|
1354
|
+
readonly displayName: "Higham (Kent)";
|
|
1355
|
+
readonly lines: ["thameslink"];
|
|
1356
|
+
};
|
|
805
1357
|
readonly highamsPark: {
|
|
806
1358
|
readonly displayName: "Highams Park";
|
|
807
1359
|
readonly lines: ["weaver"];
|
|
808
1360
|
};
|
|
809
1361
|
readonly highburyAndIslington: {
|
|
810
1362
|
readonly displayName: "Highbury & Islington";
|
|
811
|
-
readonly lines: ["victoria", "mildmay", "windrush"];
|
|
1363
|
+
readonly lines: ["victoria", "mildmay", "windrush", "thameslink"];
|
|
812
1364
|
};
|
|
813
1365
|
readonly highgate: {
|
|
814
1366
|
readonly displayName: "Highgate";
|
|
815
1367
|
readonly lines: ["northern"];
|
|
816
1368
|
};
|
|
817
|
-
readonly highStreetKensington: {
|
|
818
|
-
readonly displayName: "High Street Kensington";
|
|
819
|
-
readonly lines: ["district", "circle"];
|
|
820
|
-
};
|
|
821
1369
|
readonly hillingdon: {
|
|
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,21 +1390,37 @@ 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
|
};
|
|
849
|
-
readonly
|
|
850
|
-
readonly displayName: "
|
|
851
|
-
readonly lines: ["
|
|
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"];
|
|
852
1424
|
};
|
|
853
1425
|
readonly hounslowCentral: {
|
|
854
1426
|
readonly displayName: "Hounslow Central";
|
|
@@ -862,6 +1434,22 @@ export declare const Stations: {
|
|
|
862
1434
|
readonly displayName: "Hounslow West";
|
|
863
1435
|
readonly lines: ["piccadilly"];
|
|
864
1436
|
};
|
|
1437
|
+
readonly hove: {
|
|
1438
|
+
readonly displayName: "Hove";
|
|
1439
|
+
readonly lines: ["thameslink"];
|
|
1440
|
+
};
|
|
1441
|
+
readonly hoxton: {
|
|
1442
|
+
readonly displayName: "Hoxton";
|
|
1443
|
+
readonly lines: ["windrush"];
|
|
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,14 +1458,18 @@ export declare const Stations: {
|
|
|
870
1458
|
readonly displayName: "Ickenham";
|
|
871
1459
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
872
1460
|
};
|
|
873
|
-
readonly
|
|
874
|
-
readonly displayName: "
|
|
875
|
-
readonly lines: ["
|
|
1461
|
+
readonly ifield: {
|
|
1462
|
+
readonly displayName: "Ifield";
|
|
1463
|
+
readonly lines: ["thameslink"];
|
|
876
1464
|
};
|
|
877
1465
|
readonly ilford: {
|
|
878
1466
|
readonly displayName: "Ilford";
|
|
879
1467
|
readonly lines: ["elizabeth"];
|
|
880
1468
|
};
|
|
1469
|
+
readonly imperialWharf: {
|
|
1470
|
+
readonly displayName: "Imperial Wharf";
|
|
1471
|
+
readonly lines: ["mildmay", "thameslink"];
|
|
1472
|
+
};
|
|
881
1473
|
readonly islandGardens: {
|
|
882
1474
|
readonly displayName: "Island Gardens";
|
|
883
1475
|
readonly lines: ["dlr"];
|
|
@@ -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";
|
|
@@ -938,13 +1534,25 @@ export declare const Stations: {
|
|
|
938
1534
|
readonly displayName: "King Henry's Drive";
|
|
939
1535
|
readonly lines: ["trams"];
|
|
940
1536
|
};
|
|
1537
|
+
readonly kingsCrossStPancras: {
|
|
1538
|
+
readonly displayName: "King's Cross St Pancras";
|
|
1539
|
+
readonly lines: ["metropolitan", "northern", "piccadilly", "circle", "victoria", "hammersmithAndCity"];
|
|
1540
|
+
};
|
|
1541
|
+
readonly kingsLynn: {
|
|
1542
|
+
readonly displayName: "Kings Lynn";
|
|
1543
|
+
readonly lines: ["thameslink"];
|
|
1544
|
+
};
|
|
941
1545
|
readonly kingsbury: {
|
|
942
1546
|
readonly displayName: "Kingsbury";
|
|
943
1547
|
readonly lines: ["jubilee"];
|
|
944
1548
|
};
|
|
945
|
-
readonly
|
|
946
|
-
readonly displayName: "
|
|
947
|
-
readonly lines: ["
|
|
1549
|
+
readonly kingswood: {
|
|
1550
|
+
readonly displayName: "Kingswood";
|
|
1551
|
+
readonly lines: ["thameslink"];
|
|
1552
|
+
};
|
|
1553
|
+
readonly knebworth: {
|
|
1554
|
+
readonly displayName: "Knebworth";
|
|
1555
|
+
readonly lines: ["thameslink"];
|
|
948
1556
|
};
|
|
949
1557
|
readonly knightsbridge: {
|
|
950
1558
|
readonly displayName: "Knightsbridge";
|
|
@@ -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,38 +1602,78 @@ 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
|
+
};
|
|
1621
|
+
readonly lewisham: {
|
|
1622
|
+
readonly displayName: "Lewisham";
|
|
1623
|
+
readonly lines: ["dlr"];
|
|
1624
|
+
};
|
|
985
1625
|
readonly leyton: {
|
|
986
1626
|
readonly displayName: "Leyton";
|
|
987
1627
|
readonly lines: ["central"];
|
|
988
1628
|
};
|
|
989
|
-
readonly leytonstone: {
|
|
990
|
-
readonly displayName: "Leytonstone";
|
|
991
|
-
readonly lines: ["central"];
|
|
992
|
-
};
|
|
993
1629
|
readonly leytonMidlandRoad: {
|
|
994
1630
|
readonly displayName: "Leyton Midland Road";
|
|
995
1631
|
readonly lines: ["suffragette"];
|
|
996
1632
|
};
|
|
1633
|
+
readonly leytonstone: {
|
|
1634
|
+
readonly displayName: "Leytonstone";
|
|
1635
|
+
readonly lines: ["central"];
|
|
1636
|
+
};
|
|
997
1637
|
readonly leytonstoneHighRoad: {
|
|
998
1638
|
readonly displayName: "Leytostone High Road";
|
|
999
1639
|
readonly lines: ["suffragette"];
|
|
1000
1640
|
};
|
|
1001
|
-
readonly
|
|
1002
|
-
readonly displayName: "
|
|
1641
|
+
readonly limehouse: {
|
|
1642
|
+
readonly displayName: "Limehouse";
|
|
1003
1643
|
readonly lines: ["dlr"];
|
|
1004
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
|
+
};
|
|
1005
1661
|
readonly liverpoolStreet: {
|
|
1006
1662
|
readonly displayName: "Liverpool Street";
|
|
1007
1663
|
readonly lines: ["metropolitan", "central", "circle", "hammersmithAndCity", "weaver", "elizabeth"];
|
|
1008
1664
|
};
|
|
1009
|
-
readonly limehouse: {
|
|
1010
|
-
readonly displayName: "Limehouse";
|
|
1011
|
-
readonly lines: ["dlr"];
|
|
1012
|
-
};
|
|
1013
1665
|
readonly lloydPark: {
|
|
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
|
+
};
|
|
1673
|
+
readonly londonBridge: {
|
|
1674
|
+
readonly displayName: "London Bridge";
|
|
1675
|
+
readonly lines: ["northern", "jubilee", "thameslink"];
|
|
1676
|
+
};
|
|
1017
1677
|
readonly londonCityAirport: {
|
|
1018
1678
|
readonly displayName: "London City Airport";
|
|
1019
1679
|
readonly lines: ["dlr"];
|
|
@@ -1022,14 +1682,38 @@ export declare const Stations: {
|
|
|
1022
1682
|
readonly displayName: "London Fields";
|
|
1023
1683
|
readonly lines: ["weaver"];
|
|
1024
1684
|
};
|
|
1025
|
-
readonly
|
|
1026
|
-
readonly displayName: "London
|
|
1027
|
-
readonly lines: ["
|
|
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"];
|
|
1028
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"];
|
|
@@ -1054,13 +1738,25 @@ export declare const Stations: {
|
|
|
1054
1738
|
readonly displayName: "Marble Arch";
|
|
1055
1739
|
readonly lines: ["central"];
|
|
1056
1740
|
};
|
|
1741
|
+
readonly maryland: {
|
|
1742
|
+
readonly displayName: "Maryland";
|
|
1743
|
+
readonly lines: ["elizabeth"];
|
|
1744
|
+
};
|
|
1057
1745
|
readonly marylebone: {
|
|
1058
1746
|
readonly displayName: "Marylebone";
|
|
1059
1747
|
readonly lines: ["bakerloo"];
|
|
1060
1748
|
};
|
|
1061
|
-
readonly
|
|
1062
|
-
readonly displayName: "
|
|
1063
|
-
readonly lines: ["
|
|
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"];
|
|
1064
1760
|
};
|
|
1065
1761
|
readonly mertonPark: {
|
|
1066
1762
|
readonly displayName: "Merton Park";
|
|
@@ -1070,34 +1766,42 @@ 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"];
|
|
1084
|
-
};
|
|
1085
|
-
readonly mudchute: {
|
|
1086
|
-
readonly displayName: "Mudchute";
|
|
1087
|
-
readonly lines: ["dlr"];
|
|
1791
|
+
readonly lines: ["trams", "thameslink"];
|
|
1088
1792
|
};
|
|
1089
1793
|
readonly monument: {
|
|
1090
1794
|
readonly displayName: "Monument";
|
|
1091
1795
|
readonly lines: ["district", "circle"];
|
|
1092
1796
|
};
|
|
1093
|
-
readonly moorgate: {
|
|
1094
|
-
readonly displayName: "Moorgate";
|
|
1095
|
-
readonly lines: ["metropolitan", "northern", "circle", "hammersmithAndCity"];
|
|
1096
|
-
};
|
|
1097
1797
|
readonly moorPark: {
|
|
1098
1798
|
readonly displayName: "Moor Park";
|
|
1099
1799
|
readonly lines: ["metropolitan"];
|
|
1100
1800
|
};
|
|
1801
|
+
readonly moorgate: {
|
|
1802
|
+
readonly displayName: "Moorgate";
|
|
1803
|
+
readonly lines: ["metropolitan", "northern", "circle", "hammersmithAndCity", "thameslink"];
|
|
1804
|
+
};
|
|
1101
1805
|
readonly morden: {
|
|
1102
1806
|
readonly displayName: "Morden";
|
|
1103
1807
|
readonly lines: ["northern"];
|
|
@@ -1106,38 +1810,82 @@ export declare const Stations: {
|
|
|
1106
1810
|
readonly displayName: "Morden Road";
|
|
1107
1811
|
readonly lines: ["trams"];
|
|
1108
1812
|
};
|
|
1813
|
+
readonly mordenSouth: {
|
|
1814
|
+
readonly displayName: "Morden South";
|
|
1815
|
+
readonly lines: ["thameslink"];
|
|
1816
|
+
};
|
|
1109
1817
|
readonly morningtonCrescent: {
|
|
1110
1818
|
readonly displayName: "Mornington Crescent";
|
|
1111
1819
|
readonly lines: ["northern"];
|
|
1112
1820
|
};
|
|
1821
|
+
readonly moulsecoomb: {
|
|
1822
|
+
readonly displayName: "Moulsecoomb";
|
|
1823
|
+
readonly lines: ["thameslink"];
|
|
1824
|
+
};
|
|
1825
|
+
readonly mudchute: {
|
|
1826
|
+
readonly displayName: "Mudchute";
|
|
1827
|
+
readonly lines: ["dlr"];
|
|
1828
|
+
};
|
|
1113
1829
|
readonly neasden: {
|
|
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"];
|
|
@@ -1170,26 +1922,58 @@ export declare const Stations: {
|
|
|
1170
1922
|
readonly displayName: "Northwood Hills";
|
|
1171
1923
|
readonly lines: ["metropolitan"];
|
|
1172
1924
|
};
|
|
1925
|
+
readonly norwoodJunction: {
|
|
1926
|
+
readonly displayName: "Norwood Junction";
|
|
1927
|
+
readonly lines: ["windrush", "thameslink"];
|
|
1928
|
+
};
|
|
1173
1929
|
readonly nottingHillGate: {
|
|
1174
1930
|
readonly displayName: "Notting Hill Gate";
|
|
1175
1931
|
readonly lines: ["district", "central", "circle"];
|
|
1176
1932
|
};
|
|
1177
|
-
readonly
|
|
1178
|
-
readonly displayName: "
|
|
1179
|
-
readonly lines: ["
|
|
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"];
|
|
1180
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"];
|
|
@@ -1210,10 +2002,38 @@ export declare const Stations: {
|
|
|
1210
2002
|
readonly displayName: "Parsons Green";
|
|
1211
2003
|
readonly lines: ["district"];
|
|
1212
2004
|
};
|
|
2005
|
+
readonly peckhamRye: {
|
|
2006
|
+
readonly displayName: "Peckham Rye";
|
|
2007
|
+
readonly lines: ["windrush", "thameslink"];
|
|
2008
|
+
};
|
|
2009
|
+
readonly pengeWest: {
|
|
2010
|
+
readonly displayName: "Penge West";
|
|
2011
|
+
readonly lines: ["windrush", "thameslink"];
|
|
2012
|
+
};
|
|
2013
|
+
readonly penshurst: {
|
|
2014
|
+
readonly displayName: "Penshurst";
|
|
2015
|
+
readonly lines: ["thameslink"];
|
|
2016
|
+
};
|
|
1213
2017
|
readonly perivale: {
|
|
1214
2018
|
readonly displayName: "Perivale";
|
|
1215
2019
|
readonly lines: ["central"];
|
|
1216
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
|
+
};
|
|
1217
2037
|
readonly phippsBridge: {
|
|
1218
2038
|
readonly displayName: "Phipps Bridge";
|
|
1219
2039
|
readonly lines: ["trams"];
|
|
@@ -1234,17 +2054,17 @@ export declare const Stations: {
|
|
|
1234
2054
|
readonly displayName: "Plaistow";
|
|
1235
2055
|
readonly lines: ["district", "hammersmithAndCity"];
|
|
1236
2056
|
};
|
|
1237
|
-
readonly
|
|
1238
|
-
readonly displayName: "
|
|
1239
|
-
readonly lines: ["
|
|
2057
|
+
readonly plumpton: {
|
|
2058
|
+
readonly displayName: "Plumpton";
|
|
2059
|
+
readonly lines: ["thameslink"];
|
|
1240
2060
|
};
|
|
1241
|
-
readonly
|
|
1242
|
-
readonly displayName: "
|
|
1243
|
-
readonly lines: ["
|
|
2061
|
+
readonly plumstead: {
|
|
2062
|
+
readonly displayName: "Plumstead";
|
|
2063
|
+
readonly lines: ["thameslink"];
|
|
1244
2064
|
};
|
|
1245
|
-
readonly
|
|
1246
|
-
readonly displayName: "
|
|
1247
|
-
readonly lines: ["
|
|
2065
|
+
readonly polegate: {
|
|
2066
|
+
readonly displayName: "Polegate";
|
|
2067
|
+
readonly lines: ["thameslink"];
|
|
1248
2068
|
};
|
|
1249
2069
|
readonly pontoonDock: {
|
|
1250
2070
|
readonly displayName: "Pontoon Dock";
|
|
@@ -1254,6 +2074,34 @@ export declare const Stations: {
|
|
|
1254
2074
|
readonly displayName: "Poplar";
|
|
1255
2075
|
readonly lines: ["dlr"];
|
|
1256
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
|
+
};
|
|
2101
|
+
readonly prestonRoad: {
|
|
2102
|
+
readonly displayName: "Preston Road";
|
|
2103
|
+
readonly lines: ["metropolitan"];
|
|
2104
|
+
};
|
|
1257
2105
|
readonly princeRegent: {
|
|
1258
2106
|
readonly displayName: "Prince Regent";
|
|
1259
2107
|
readonly lines: ["dlr"];
|
|
@@ -1262,10 +2110,26 @@ 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
|
};
|
|
2129
|
+
readonly queensRoadPeckham: {
|
|
2130
|
+
readonly displayName: "Queens Road Peckham";
|
|
2131
|
+
readonly lines: ["windrush", "thameslink"];
|
|
2132
|
+
};
|
|
1269
2133
|
readonly queensbury: {
|
|
1270
2134
|
readonly displayName: "Queensbury";
|
|
1271
2135
|
readonly lines: ["jubilee"];
|
|
@@ -1274,9 +2138,17 @@ export declare const Stations: {
|
|
|
1274
2138
|
readonly displayName: "Queensway";
|
|
1275
2139
|
readonly lines: ["central"];
|
|
1276
2140
|
};
|
|
1277
|
-
readonly
|
|
1278
|
-
readonly displayName: "
|
|
1279
|
-
readonly lines: ["
|
|
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"];
|
|
1280
2152
|
};
|
|
1281
2153
|
readonly ravenscourtPark: {
|
|
1282
2154
|
readonly displayName: "Ravenscourt Park";
|
|
@@ -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,25 +2254,33 @@ 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
|
};
|
|
1365
|
-
readonly
|
|
1366
|
-
readonly displayName: "
|
|
1367
|
-
readonly lines: ["
|
|
1368
|
-
};
|
|
1369
|
-
readonly stJamesPark: {
|
|
1370
|
-
readonly displayName: "St James's Park";
|
|
1371
|
-
readonly lines: ["district", "circle"];
|
|
2273
|
+
readonly sandy: {
|
|
2274
|
+
readonly displayName: "Sandy";
|
|
2275
|
+
readonly lines: ["thameslink"];
|
|
1372
2276
|
};
|
|
1373
|
-
readonly
|
|
1374
|
-
readonly displayName: "
|
|
1375
|
-
readonly lines: ["
|
|
2277
|
+
readonly seafordSussex: {
|
|
2278
|
+
readonly displayName: "Seaford (Sussex)";
|
|
2279
|
+
readonly lines: ["thameslink"];
|
|
1376
2280
|
};
|
|
1377
|
-
readonly
|
|
1378
|
-
readonly displayName: "
|
|
1379
|
-
readonly lines: ["
|
|
2281
|
+
readonly selhurst: {
|
|
2282
|
+
readonly displayName: "Selhurst";
|
|
2283
|
+
readonly lines: ["thameslink"];
|
|
1380
2284
|
};
|
|
1381
2285
|
readonly sevenKings: {
|
|
1382
2286
|
readonly displayName: "Seven Kings";
|
|
@@ -1386,6 +2290,10 @@ export declare const Stations: {
|
|
|
1386
2290
|
readonly displayName: "Seven Sisters";
|
|
1387
2291
|
readonly lines: ["victoria", "weaver"];
|
|
1388
2292
|
};
|
|
2293
|
+
readonly sevenoaks: {
|
|
2294
|
+
readonly displayName: "Sevenoaks";
|
|
2295
|
+
readonly lines: ["thameslink"];
|
|
2296
|
+
};
|
|
1389
2297
|
readonly shadwell: {
|
|
1390
2298
|
readonly displayName: "Shadwell";
|
|
1391
2299
|
readonly lines: ["windrush", "dlr"];
|
|
@@ -1396,16 +2304,44 @@ export declare const Stations: {
|
|
|
1396
2304
|
};
|
|
1397
2305
|
readonly shepherdsBush: {
|
|
1398
2306
|
readonly displayName: "Shepherd's Bush";
|
|
1399
|
-
readonly lines: ["central", "mildmay"];
|
|
2307
|
+
readonly lines: ["central", "mildmay", "thameslink"];
|
|
1400
2308
|
};
|
|
1401
2309
|
readonly shepherdsBushMarket: {
|
|
1402
2310
|
readonly displayName: "Shepherd's Bush Market";
|
|
1403
2311
|
readonly lines: ["hammersmithAndCity", "circle"];
|
|
1404
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
|
+
};
|
|
1405
2321
|
readonly shoreditchHighStreet: {
|
|
1406
2322
|
readonly displayName: "Shoreditch High Street";
|
|
1407
2323
|
readonly lines: ["windrush"];
|
|
1408
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
|
+
};
|
|
2337
|
+
readonly silverStreet: {
|
|
2338
|
+
readonly displayName: "Silver Street";
|
|
2339
|
+
readonly lines: ["weaver"];
|
|
2340
|
+
};
|
|
2341
|
+
readonly sladeGreen: {
|
|
2342
|
+
readonly displayName: "Slade Green";
|
|
2343
|
+
readonly lines: ["thameslink"];
|
|
2344
|
+
};
|
|
1409
2345
|
readonly sloaneSquare: {
|
|
1410
2346
|
readonly displayName: "Sloane Square";
|
|
1411
2347
|
readonly lines: ["district", "circle"];
|
|
@@ -1418,17 +2354,17 @@ export declare const Stations: {
|
|
|
1418
2354
|
readonly displayName: "Snaresbrook";
|
|
1419
2355
|
readonly lines: ["central"];
|
|
1420
2356
|
};
|
|
1421
|
-
readonly silverStreet: {
|
|
1422
|
-
readonly displayName: "Silver Street";
|
|
1423
|
-
readonly lines: ["weaver"];
|
|
1424
|
-
};
|
|
1425
2357
|
readonly southActon: {
|
|
1426
2358
|
readonly displayName: "South Acton";
|
|
1427
2359
|
readonly lines: ["mildmay"];
|
|
1428
2360
|
};
|
|
1429
|
-
readonly
|
|
1430
|
-
readonly displayName: "
|
|
1431
|
-
readonly lines: ["
|
|
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"];
|
|
1432
2368
|
};
|
|
1433
2369
|
readonly southEaling: {
|
|
1434
2370
|
readonly displayName: "South Ealing";
|
|
@@ -1450,13 +2386,9 @@ export declare const Stations: {
|
|
|
1450
2386
|
readonly displayName: "South Kenton";
|
|
1451
2387
|
readonly lines: ["bakerloo", "lioness"];
|
|
1452
2388
|
};
|
|
1453
|
-
readonly
|
|
1454
|
-
readonly displayName: "South
|
|
1455
|
-
readonly lines: ["
|
|
1456
|
-
};
|
|
1457
|
-
readonly southbury: {
|
|
1458
|
-
readonly displayName: "Southbury";
|
|
1459
|
-
readonly lines: ["weaver"];
|
|
2389
|
+
readonly southMerton: {
|
|
2390
|
+
readonly displayName: "South Merton";
|
|
2391
|
+
readonly lines: ["thameslink"];
|
|
1460
2392
|
};
|
|
1461
2393
|
readonly southQuay: {
|
|
1462
2394
|
readonly displayName: "South Quay";
|
|
@@ -1466,6 +2398,10 @@ export declare const Stations: {
|
|
|
1466
2398
|
readonly displayName: "South Ruislip";
|
|
1467
2399
|
readonly lines: ["central"];
|
|
1468
2400
|
};
|
|
2401
|
+
readonly southTottenham: {
|
|
2402
|
+
readonly displayName: "South Tottenham";
|
|
2403
|
+
readonly lines: ["suffragette"];
|
|
2404
|
+
};
|
|
1469
2405
|
readonly southWimbledon: {
|
|
1470
2406
|
readonly displayName: "South Wimbledon";
|
|
1471
2407
|
readonly lines: ["northern"];
|
|
@@ -1474,6 +2410,30 @@ export declare const Stations: {
|
|
|
1474
2410
|
readonly displayName: "South Woodford";
|
|
1475
2411
|
readonly lines: ["central"];
|
|
1476
2412
|
};
|
|
2413
|
+
readonly southall: {
|
|
2414
|
+
readonly displayName: "Southall";
|
|
2415
|
+
readonly lines: ["elizabeth"];
|
|
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
|
+
};
|
|
2429
|
+
readonly southbury: {
|
|
2430
|
+
readonly displayName: "Southbury";
|
|
2431
|
+
readonly lines: ["weaver"];
|
|
2432
|
+
};
|
|
2433
|
+
readonly southease: {
|
|
2434
|
+
readonly displayName: "Southease";
|
|
2435
|
+
readonly lines: ["thameslink"];
|
|
2436
|
+
};
|
|
1477
2437
|
readonly southfields: {
|
|
1478
2438
|
readonly displayName: "Southfields";
|
|
1479
2439
|
readonly lines: ["district"];
|
|
@@ -1486,14 +2446,58 @@ export declare const Stations: {
|
|
|
1486
2446
|
readonly displayName: "Southwark";
|
|
1487
2447
|
readonly lines: ["jubilee"];
|
|
1488
2448
|
};
|
|
1489
|
-
readonly
|
|
1490
|
-
readonly displayName: "
|
|
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
|
+
};
|
|
2465
|
+
readonly stJamesPark: {
|
|
2466
|
+
readonly displayName: "St James's Park";
|
|
2467
|
+
readonly lines: ["district", "circle"];
|
|
2468
|
+
};
|
|
2469
|
+
readonly stJamesStreet: {
|
|
2470
|
+
readonly displayName: "St James Street";
|
|
1491
2471
|
readonly lines: ["weaver"];
|
|
1492
2472
|
};
|
|
2473
|
+
readonly stJohnsWood: {
|
|
2474
|
+
readonly displayName: "St John's Wood";
|
|
2475
|
+
readonly lines: ["jubilee"];
|
|
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
|
+
};
|
|
2489
|
+
readonly stPauls: {
|
|
2490
|
+
readonly displayName: "St Paul's";
|
|
2491
|
+
readonly lines: ["central"];
|
|
2492
|
+
};
|
|
1493
2493
|
readonly stamfordBrook: {
|
|
1494
2494
|
readonly displayName: "Stamford Brook";
|
|
1495
2495
|
readonly lines: ["district"];
|
|
1496
2496
|
};
|
|
2497
|
+
readonly stamfordHill: {
|
|
2498
|
+
readonly displayName: "Stamford Hill";
|
|
2499
|
+
readonly lines: ["weaver"];
|
|
2500
|
+
};
|
|
1497
2501
|
readonly stanmore: {
|
|
1498
2502
|
readonly displayName: "Stanmore";
|
|
1499
2503
|
readonly lines: ["jubilee"];
|
|
@@ -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,26 +2570,54 @@ export declare const Stations: {
|
|
|
1542
2570
|
readonly displayName: "Surrey Quays";
|
|
1543
2571
|
readonly lines: ["windrush"];
|
|
1544
2572
|
};
|
|
1545
|
-
readonly
|
|
1546
|
-
readonly displayName: "
|
|
1547
|
-
readonly lines: ["
|
|
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"];
|
|
1548
2592
|
};
|
|
1549
2593
|
readonly swissCottage: {
|
|
1550
2594
|
readonly displayName: "Swiss Cottage";
|
|
1551
2595
|
readonly lines: ["jubilee"];
|
|
1552
2596
|
};
|
|
2597
|
+
readonly sydenham: {
|
|
2598
|
+
readonly displayName: "Sydenham";
|
|
2599
|
+
readonly lines: ["windrush"];
|
|
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"];
|
|
1560
2620
|
};
|
|
1561
|
-
readonly theydonBois: {
|
|
1562
|
-
readonly displayName: "Theydon Bois";
|
|
1563
|
-
readonly lines: ["central"];
|
|
1564
|
-
};
|
|
1565
2621
|
readonly theobaldsGrove: {
|
|
1566
2622
|
readonly displayName: "Theobalds Grove";
|
|
1567
2623
|
readonly lines: ["weaver"];
|
|
@@ -1570,9 +2626,25 @@ export declare const Stations: {
|
|
|
1570
2626
|
readonly displayName: "Therapia Lane";
|
|
1571
2627
|
readonly lines: ["trams"];
|
|
1572
2628
|
};
|
|
1573
|
-
readonly
|
|
1574
|
-
readonly displayName: "
|
|
1575
|
-
readonly lines: ["
|
|
2629
|
+
readonly theydonBois: {
|
|
2630
|
+
readonly displayName: "Theydon Bois";
|
|
2631
|
+
readonly lines: ["central"];
|
|
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"];
|
|
1576
2648
|
};
|
|
1577
2649
|
readonly tootingBec: {
|
|
1578
2650
|
readonly displayName: "Tooting Bec";
|
|
@@ -1594,18 +2666,30 @@ export declare const Stations: {
|
|
|
1594
2666
|
readonly displayName: "Totteridge & Whetstone";
|
|
1595
2667
|
readonly lines: ["northern"];
|
|
1596
2668
|
};
|
|
2669
|
+
readonly towerGateway: {
|
|
2670
|
+
readonly displayName: "Tower Gateway";
|
|
2671
|
+
readonly lines: ["dlr"];
|
|
2672
|
+
};
|
|
1597
2673
|
readonly towerHill: {
|
|
1598
2674
|
readonly displayName: "Tower Hill";
|
|
1599
2675
|
readonly lines: ["district", "circle"];
|
|
1600
2676
|
};
|
|
1601
|
-
readonly
|
|
1602
|
-
readonly displayName: "
|
|
1603
|
-
readonly lines: ["
|
|
2677
|
+
readonly tring: {
|
|
2678
|
+
readonly displayName: "Tring";
|
|
2679
|
+
readonly lines: ["thameslink"];
|
|
1604
2680
|
};
|
|
1605
2681
|
readonly tufnellPark: {
|
|
1606
2682
|
readonly displayName: "Tufnell Park";
|
|
1607
2683
|
readonly lines: ["northern"];
|
|
1608
2684
|
};
|
|
2685
|
+
readonly tulseHill: {
|
|
2686
|
+
readonly displayName: "Tulse Hill";
|
|
2687
|
+
readonly lines: ["thameslink"];
|
|
2688
|
+
};
|
|
2689
|
+
readonly turkeyStreet: {
|
|
2690
|
+
readonly displayName: "Turkey Street";
|
|
2691
|
+
readonly lines: ["weaver"];
|
|
2692
|
+
};
|
|
1609
2693
|
readonly turnhamGreen: {
|
|
1610
2694
|
readonly displayName: "Turnham Green";
|
|
1611
2695
|
readonly lines: ["district", "piccadilly"];
|
|
@@ -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"];
|
|
@@ -1630,14 +2718,18 @@ export declare const Stations: {
|
|
|
1630
2718
|
readonly displayName: "Upney";
|
|
1631
2719
|
readonly lines: ["district"];
|
|
1632
2720
|
};
|
|
1633
|
-
readonly uptonPark: {
|
|
1634
|
-
readonly displayName: "Upton Park";
|
|
1635
|
-
readonly lines: ["district"];
|
|
1636
|
-
};
|
|
1637
2721
|
readonly upperHolloway: {
|
|
1638
2722
|
readonly displayName: "Upper Holloway";
|
|
1639
2723
|
readonly lines: ["suffragette"];
|
|
1640
2724
|
};
|
|
2725
|
+
readonly upperWarlingham: {
|
|
2726
|
+
readonly displayName: "Upper Warlingham";
|
|
2727
|
+
readonly lines: ["thameslink"];
|
|
2728
|
+
};
|
|
2729
|
+
readonly uptonPark: {
|
|
2730
|
+
readonly displayName: "Upton Park";
|
|
2731
|
+
readonly lines: ["district"];
|
|
2732
|
+
};
|
|
1641
2733
|
readonly uxbridge: {
|
|
1642
2734
|
readonly displayName: "Uxbridge";
|
|
1643
2735
|
readonly lines: ["metropolitan", "piccadilly"];
|
|
@@ -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"];
|
|
@@ -1662,14 +2762,18 @@ export declare const Stations: {
|
|
|
1662
2762
|
readonly displayName: "Walthamstow Queen's Road";
|
|
1663
2763
|
readonly lines: ["suffragette"];
|
|
1664
2764
|
};
|
|
1665
|
-
readonly wandsworthRoad: {
|
|
1666
|
-
readonly displayName: "Wandsworth Road";
|
|
1667
|
-
readonly lines: ["windrush"];
|
|
1668
|
-
};
|
|
1669
2765
|
readonly wandlePark: {
|
|
1670
2766
|
readonly displayName: "Wandle Park";
|
|
1671
2767
|
readonly lines: ["trams"];
|
|
1672
2768
|
};
|
|
2769
|
+
readonly wandsworthCommon: {
|
|
2770
|
+
readonly displayName: "Wandsworth Common";
|
|
2771
|
+
readonly lines: ["thameslink"];
|
|
2772
|
+
};
|
|
2773
|
+
readonly wandsworthRoad: {
|
|
2774
|
+
readonly displayName: "Wandsworth Road";
|
|
2775
|
+
readonly lines: ["windrush"];
|
|
2776
|
+
};
|
|
1673
2777
|
readonly wanstead: {
|
|
1674
2778
|
readonly displayName: "Wanstead";
|
|
1675
2779
|
readonly lines: ["central"];
|
|
@@ -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,9 +2858,9 @@ export declare const Stations: {
|
|
|
1722
2858
|
readonly displayName: "West Acton";
|
|
1723
2859
|
readonly lines: ["central"];
|
|
1724
2860
|
};
|
|
1725
|
-
readonly
|
|
2861
|
+
readonly westBrompton: {
|
|
1726
2862
|
readonly displayName: "West Brompton";
|
|
1727
|
-
readonly lines: ["
|
|
2863
|
+
readonly lines: ["thameslink"];
|
|
1728
2864
|
};
|
|
1729
2865
|
readonly westCroydon: {
|
|
1730
2866
|
readonly displayName: "West Croydon";
|
|
@@ -1750,6 +2886,10 @@ export declare const Stations: {
|
|
|
1750
2886
|
readonly displayName: "West Hampstead";
|
|
1751
2887
|
readonly lines: ["jubilee", "mildmay"];
|
|
1752
2888
|
};
|
|
2889
|
+
readonly westHampsteadThameslink: {
|
|
2890
|
+
readonly displayName: "West Hampstead Thameslink";
|
|
2891
|
+
readonly lines: ["thameslink"];
|
|
2892
|
+
};
|
|
1753
2893
|
readonly westHarrow: {
|
|
1754
2894
|
readonly displayName: "West Harrow";
|
|
1755
2895
|
readonly lines: ["metropolitan"];
|
|
@@ -1762,37 +2902,65 @@ export declare const Stations: {
|
|
|
1762
2902
|
readonly displayName: "West Kensington";
|
|
1763
2903
|
readonly lines: ["district"];
|
|
1764
2904
|
};
|
|
2905
|
+
readonly westNorwood: {
|
|
2906
|
+
readonly displayName: "West Norwood";
|
|
2907
|
+
readonly lines: ["thameslink"];
|
|
2908
|
+
};
|
|
1765
2909
|
readonly westRuislip: {
|
|
1766
2910
|
readonly displayName: "West Ruislip";
|
|
1767
2911
|
readonly lines: ["central"];
|
|
1768
2912
|
};
|
|
2913
|
+
readonly westSilvertown: {
|
|
2914
|
+
readonly displayName: "West Silvertown";
|
|
2915
|
+
readonly lines: ["dlr"];
|
|
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"];
|
|
1772
2928
|
};
|
|
1773
|
-
readonly
|
|
1774
|
-
readonly displayName: "
|
|
1775
|
-
readonly lines: ["district", "
|
|
2929
|
+
readonly westbrompton: {
|
|
2930
|
+
readonly displayName: "West Brompton";
|
|
2931
|
+
readonly lines: ["district", "mildmay"];
|
|
1776
2932
|
};
|
|
1777
|
-
readonly
|
|
1778
|
-
readonly displayName: "
|
|
1779
|
-
readonly lines: ["
|
|
2933
|
+
readonly westcombePark: {
|
|
2934
|
+
readonly displayName: "Westcombe Park";
|
|
2935
|
+
readonly lines: ["thameslink"];
|
|
1780
2936
|
};
|
|
1781
2937
|
readonly westferry: {
|
|
1782
2938
|
readonly displayName: "Westferry";
|
|
1783
2939
|
readonly lines: ["dlr"];
|
|
1784
2940
|
};
|
|
2941
|
+
readonly westminster: {
|
|
2942
|
+
readonly displayName: "Westminster";
|
|
2943
|
+
readonly lines: ["district", "circle", "jubilee"];
|
|
2944
|
+
};
|
|
1785
2945
|
readonly whiteCity: {
|
|
1786
2946
|
readonly displayName: "White City";
|
|
1787
2947
|
readonly lines: ["central"];
|
|
1788
2948
|
};
|
|
2949
|
+
readonly whiteHartLane: {
|
|
2950
|
+
readonly displayName: "White Hart Lane";
|
|
2951
|
+
readonly lines: ["weaver"];
|
|
2952
|
+
};
|
|
1789
2953
|
readonly whitechapel: {
|
|
1790
2954
|
readonly displayName: "Whitechapel";
|
|
1791
2955
|
readonly lines: ["district", "hammersmithAndCity", "windrush", "elizabeth"];
|
|
1792
2956
|
};
|
|
1793
|
-
readonly
|
|
1794
|
-
readonly displayName: "
|
|
1795
|
-
readonly lines: ["
|
|
2957
|
+
readonly whyteleafe: {
|
|
2958
|
+
readonly displayName: "Whyteleafe";
|
|
2959
|
+
readonly lines: ["thameslink"];
|
|
2960
|
+
};
|
|
2961
|
+
readonly whyteleafeSouth: {
|
|
2962
|
+
readonly displayName: "Whyteleafe South";
|
|
2963
|
+
readonly lines: ["thameslink"];
|
|
1796
2964
|
};
|
|
1797
2965
|
readonly willesdenGreen: {
|
|
1798
2966
|
readonly displayName: "Willesden Green";
|
|
@@ -1804,43 +2972,75 @@ 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"];
|
|
1816
3004
|
};
|
|
1817
|
-
readonly woodford: {
|
|
1818
|
-
readonly displayName: "Woodford";
|
|
1819
|
-
readonly lines: ["central"];
|
|
1820
|
-
};
|
|
1821
3005
|
readonly woodStreet: {
|
|
1822
3006
|
readonly displayName: "Wood Street";
|
|
1823
3007
|
readonly lines: ["weaver"];
|
|
1824
3008
|
};
|
|
1825
|
-
readonly
|
|
1826
|
-
readonly displayName: "
|
|
1827
|
-
readonly lines: ["
|
|
3009
|
+
readonly woodford: {
|
|
3010
|
+
readonly displayName: "Woodford";
|
|
3011
|
+
readonly lines: ["central"];
|
|
1828
3012
|
};
|
|
1829
3013
|
readonly woodgrangePark: {
|
|
1830
3014
|
readonly displayName: "Woodgrange Park";
|
|
1831
3015
|
readonly lines: ["suffragette"];
|
|
1832
3016
|
};
|
|
3017
|
+
readonly woodmansterne: {
|
|
3018
|
+
readonly displayName: "Woodmansterne";
|
|
3019
|
+
readonly lines: ["thameslink"];
|
|
3020
|
+
};
|
|
3021
|
+
readonly woodside: {
|
|
3022
|
+
readonly displayName: "Woodside";
|
|
3023
|
+
readonly lines: ["trams"];
|
|
3024
|
+
};
|
|
1833
3025
|
readonly woodsidePark: {
|
|
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;
|