Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface 955c275ac9 Update tocMap 2024-04-24 23:28:22 +01:00
Fred Boniface 5bec33c388 Adjust TOC Names 2024-04-24 23:20:48 +01:00
1 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@ export const tocs = new Map<string, string>([
['sw', 'South Western Railway'],
['il', 'Island Line'],
['nt', 'Northern'],
['aw', 'Transport for Wales'],
['aw', 'Trafnidiaeth Cymru'],
['cc', 'c2c'],
['cs', 'Caledonian Sleeper'],
['ch', 'Chiltern Railways'],
@ -23,21 +23,22 @@ export const tocs = new Map<string, string>([
['sn', 'Southern'],
['le', 'Greater Anglia'],
['ga', 'Greater Anglia'],
['lm', 'West Midlands Railway'],
['lm', 'West Midlands Railway (LM)'],
['sr', 'ScotRail'],
['gn', 'Great Northern'],
['lt', 'TfL London Underground'],
['lo', 'TfL London Overground'],
['sj', 'Sheffield SuperTram'],
['sj', 'SuperTram (Sheffield)'],
['tp', 'TransPennine Express'],
['vt', 'Avanti West Coast'],
['gr', 'LNER'],
['wr', 'West Coast Railway'],
['ty', 'Vintage Trains'],
['tw', 'Nexus (Tyne & Wear Metro)'],
['ld', 'Lumo'],
['so', 'Rail Adventure'],
['ln', 'Grand Union Trains'],
['zz', 'Freight/Charter Company'],
['wm', 'West Midlands Railway (WMT)'],
['wm', 'West Midlands Railway (WM)'],
['uk', 'Unknown Operator']
]);