Update tocMap

This commit is contained in:
Fred Boniface 2024-04-24 23:28:22 +01:00
parent 5bec33c388
commit 955c275ac9
1 changed files with 3 additions and 3 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,7 +23,7 @@ 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'],
@ -39,6 +39,6 @@ export const tocs = new Map<string, string>([
['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']
]); ]);