Skip to content

Commit f583db3

Browse files
authored
Merge pull request #351 from XionIhsaka/patch-2
Add virtual airlines to airlines.json
2 parents a8cedde + 12c6926 commit f583db3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

custom-data/airlines.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"icao": "OCN",
4+
"name": "vOCN",
5+
"callsign": "Ocean",
6+
"virtual": true
7+
},
8+
{
9+
"icao": "THY",
10+
"name": "vTHY",
11+
"callsign": "Turkish",
12+
"virtual": true
13+
},
14+
{
15+
"icao": "VIR",
16+
"name": "VRGN Virtual",
17+
"callsign": "Virgin",
18+
"virtual": true
19+
},
220
{
321
"icao": "EWG",
422
"name": "vEWG",

0 commit comments

Comments
 (0)