Skip to content

Commit

Permalink
adding A300-600
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pryazhentsev committed Sep 13, 2024
1 parent 3990f95 commit 228e820
Showing 1 changed file with 65 additions and 96 deletions.
161 changes: 65 additions & 96 deletions src/lib/data/aircraft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export const AIRCRAFT = [
icao: 'BCS3',
wtc: 'M',
},
{
name: 'Airbus A300-600',
icao: 'A306',
wtc: 'H',
},
{
name: 'Airbus A310',
icao: 'A310',
Expand Down Expand Up @@ -64,12 +69,6 @@ export const AIRCRAFT = [
icao: 'A21N',
wtc: 'M',
},

{
name: 'Airbus A330',
icao: 'A330',
wtc: 'H',
},
{
name: 'Airbus A330-200',
icao: 'A332',
Expand Down Expand Up @@ -490,6 +489,11 @@ export const AIRCRAFT = [
icao: 'B78X',
wtc: 'H',
},
{
name: 'British Aerospace ATP',
icao: 'ATP',
wtc: 'M',
},
{
name: 'Canadair Regional Jet CRJ-100',
icao: 'CRJ1',
Expand All @@ -515,96 +519,6 @@ export const AIRCRAFT = [
icao: 'CRJX',
wtc: 'M',
},
{
name: 'Fokker 100',
icao: 'F100',
wtc: 'M',
},
{
name: 'Embraer E170',
icao: 'E170',
wtc: 'M',
},
{
name: 'Embraer E175 (short wing)',
icao: 'E75S',
wtc: 'M',
},
{
name: 'Embraer E175 (long wing)',
icao: 'E75L',
wtc: 'M',
},
{
name: 'Embraer E190',
icao: 'E290',
wtc: 'M',
},
{
name: 'Embraer E195',
icao: 'E295',
wtc: 'M',
},
{
name: 'Gulfstream/Rockwell (Aero) Commander',
icao: 'AC68',
wtc: 'L',
},
{
name: 'Gulfstream/Rockwell (Aero) Turbo Commander',
icao: 'AC90',
wtc: 'L',
},
{
name: 'British Aerospace ATP',
icao: 'ATP',
wtc: 'M',
},
{
name: 'Embraer EMB-120',
icao: 'EMB1',
wtc: 'M',
},
{
name: 'Embraer EMB-145',
icao: 'EMB4',
wtc: 'M',
},
{
name: 'Embraer EMB-170',
icao: 'EMB7',
wtc: 'M',
},
{
name: 'Embraer EMB-190',
icao: 'EMB9',
wtc: 'M',
},
{
name: 'Airbus A350',
icao: 'A350',
wtc: 'H',
},
{
name: 'Boeing 747',
icao: 'B747',
wtc: 'H',
},
{
name: 'Boeing 767',
icao: 'B767',
wtc: 'H',
},
{
name: 'Boeing 777',
icao: 'B777',
wtc: 'H',
},
{
name: 'Boeing 787',
icao: 'B787',
wtc: 'H',
},
{
name: 'Cessna 172',
icao: 'C172',
Expand Down Expand Up @@ -665,4 +579,59 @@ export const AIRCRAFT = [
icao: 'C680',
wtc: 'L',
},
{
name: 'Embraer EMB-120 Brasilia',
icao: 'E120',
wtc: 'M',
},
{
name: 'Embraer ERJ-135',
icao: 'E135',
wtc: 'M',
},
{
name: 'Embraer ERJ-145',
icao: 'E145',
wtc: 'M',
},
{
name: 'Embraer ERJ-170',
icao: 'E170',
wtc: 'M',
},
{
name: 'Embraer ERJ-175',
icao: 'E175',
wtc: 'M',
},
{
name: 'Embraer ERJ-190',
icao: 'EMB9',
wtc: 'M',
},
{
name: 'Embraer E190 E2',
icao: 'E290',
wtc: 'M',
},
{
name: 'Embraer E195 E2',
icao: 'E295',
wtc: 'M',
},
{
name: 'Fokker 100',
icao: 'F100',
wtc: 'M',
},
{
name: 'Gulfstream/Rockwell (Aero) Commander',
icao: 'AC68',
wtc: 'L',
},
{
name: 'Gulfstream/Rockwell (Aero) Turbo Commander',
icao: 'AC90',
wtc: 'L',
},
] as const;

0 comments on commit 228e820

Please sign in to comment.