Skip to content

Commit ba277f0

Browse files
committed
fix: Add missing facilities to list
1 parent 5074b88 commit ba277f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/utils/facilities.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ const airports = new Map<string, string>([
2020
['CXO', 'Conroe'],
2121
['DLF', 'Laughlin'],
2222
['DWH', 'Hooks'],
23+
['EDC', 'Austin Executive'],
2324
['EFD', 'Ellington'],
2425
['GLS', 'Galveston'],
2526
['GPT', 'Gulfport'],
2627
['GTU', 'Georgetown'],
28+
['HDC', 'Hammond'],
2729
['HOU', 'Hobby'],
2830
['HRL', 'Harlingen'],
2931
['HSA', 'Stennis'],
3032
['HUM', 'Houma'],
33+
['HYI', 'San Marcos'],
3134
['IAH', 'Houston'],
3235
['LCH', 'Lake Charles'],
3336
['LFT', 'Lafayette'],
@@ -38,16 +41,20 @@ const airports = new Map<string, string>([
3841
['NBG', 'Navy New Orleans'],
3942
['NEW', 'Lakefront'],
4043
['NGP', 'Navy Corpus'],
44+
['NGW', 'Navy Cabaniss'],
4145
['NOG', 'Orange Grove'],
4246
['NQI', 'Kingsville'],
47+
['NWL', 'Navy Waldron'],
4348
['POE', 'Polk'],
4449
['PQL', 'Trent Lott'],
4550
['RND', 'Hangover'],
4651
['SAT', 'San Antonio'],
4752
['SGR', 'Sugarland'],
4853
['SKF', 'Kelly'],
4954
['SSF', 'Stinson'],
55+
['TME', 'Houston Executive'],
5056
['VCT', 'Victoria'],
57+
['VLY', 'Valley'],
5158
]);
5259

5360
export function getPositionName(position: string): string {

0 commit comments

Comments
 (0)