Skip to content

Commit

Permalink
refactor/1525 - Re-work traffic and video maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Fechulo authored and erikquinn committed Feb 10, 2020
1 parent de3a0f3 commit f683ca9
Show file tree
Hide file tree
Showing 5 changed files with 3,040 additions and 18 deletions.
15 changes: 15 additions & 0 deletions assets/airlines/fbz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"icao": "fbz",
"name": "Flybondi",
"callsign": {
"name": "Bondi",
"callsignFormats": [
"####"
]
},
"fleets": {
"default": [
["B738", 5]
]
}
}
18 changes: 18 additions & 0 deletions assets/airlines/jat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"icao": "jat",
"name": "JetSMART Airlines",
"callsign": {
"name": "Rocksmart",
"callsignFormats": [
"##",
"###",
"####"
]
},
"fleets": {
"default": [
["A20N", 6],
["A320", 7]
]
}
}
24 changes: 24 additions & 0 deletions assets/airlines/tpu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"icao": "tpu",
"name": "Avianca Perú",
"callsign": {
"name": "Avianca Perú",
"callsignFormats": [
"###"
]
},
"fleets": {
"default": [
["A319", 1],
["A320", 2],
["A332", 1]
],
"short": [
["A319", 1],
["A320", 2]
],
"long": [
["A332", 1]
]
}
}
4 changes: 2 additions & 2 deletions assets/airports/airportLoadList.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
},
{
icao: 'same',
level: 'medium',
name: 'Aeropuerto Internacional El Plumerillo',
level: 'beginner',
name: 'Mendoza El Plumerillo International Airport',
premium: false
},
{
Expand Down
Loading

0 comments on commit f683ca9

Please sign in to comment.