Compare commits

..

No commits in common. "955c275ac9662cabdc60bd77d072fd56d3a3739b" and "41f673c68f57550613dd9da863a24d84a70bdb3e" have entirely different histories.

1 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@ export const tocs = new Map<string, string>([
['sw', 'South Western Railway'],
['il', 'Island Line'],
['nt', 'Northern'],
['aw', 'Trafnidiaeth Cymru'],
['aw', 'Transport for Wales'],
['cc', 'c2c'],
['cs', 'Caledonian Sleeper'],
['ch', 'Chiltern Railways'],
@ -23,22 +23,21 @@ export const tocs = new Map<string, string>([
['sn', 'Southern'],
['le', 'Greater Anglia'],
['ga', 'Greater Anglia'],
['lm', 'West Midlands Railway (LM)'],
['lm', 'West Midlands Railway'],
['sr', 'ScotRail'],
['gn', 'Great Northern'],
['lt', 'TfL London Underground'],
['lo', 'TfL London Overground'],
['sj', 'SuperTram (Sheffield)'],
['sj', 'Sheffield SuperTram'],
['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 (WM)'],
['wm', 'West Midlands Railway (WMT)'],
['uk', 'Unknown Operator']
]);