fix: Correct CYVR airport code and name
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@
|
||||
if (code === 'CYYC') return "CYYC: Calgary International Airport";
|
||||
if (code === 'CYEG') return "CYEG: Edmonton International Airport";
|
||||
if (code === 'CYXS') return "CYXS: Prince George Airport";
|
||||
if (code === 'CVYR') return "CVYR: Deer Lake Regional Airport";
|
||||
if (code === 'CYVR') return "CVYR: Vancouver International Airport";
|
||||
if (code === 'CYBW') return "CYBW: Calgary/Springbank Airport";
|
||||
console.log(`Unknown Airport code: ${code} in METAR: ${metarString}`);
|
||||
return `${code}: Unknown Airport`;
|
||||
|
||||
Reference in New Issue
Block a user