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