Skip to content

Commit

Permalink
Merge feature/1526 (openscope#1532)
Browse files Browse the repository at this point in the history
Introduce SUMU
  • Loading branch information
erikquinn authored Feb 17, 2020
2 parents c061dd8 + a8e6068 commit 9e937eb
Show file tree
Hide file tree
Showing 13 changed files with 6,731 additions and 33 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 6.16.0 (January 31, 2020)
### New Features
- <a href="https://github.com/openscope/openscope/issues/1526" target="_blank">#1526</a> - Introduce Montevideo Carrasco Airport (SUMU)

### Bugfixes
- <a href="https://github.com/openscope/openscope/issues/1389" target="_blank">#1389</a> - Prevent unfair penalty at KDCA on IRONS7 arrivals by deactivating R6601B/C
Expand Down
3 changes: 3 additions & 0 deletions assets/airlines/aal.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
],
"a332": [
["A332", 15]
],
"b763": [
["B763", 17]
]
}
}
12 changes: 6 additions & 6 deletions assets/airlines/aea.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
},
"fleets": {
"default": [
["AT72", 7],
["A332", 8],
["AT72", 5],
["A332", 6],
["A333", 2],
["B738", 20],
["B788", 8],
["B789", 6],
["B789", 7],
["E190", 11]
],
"short": [
["AT72", 7],
["AT72", 5],
["B738", 20],
["E190", 11]
],
"long": [
["B788", 8],
["B789", 6],
["A332", 8],
["B789", 7],
["A332", 6],
["A333", 2]
],
"b738": [
Expand Down
16 changes: 16 additions & 0 deletions assets/airlines/auz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"icao": "auz",
"name": "Amaszonas Uruguay",
"callsign": {
"name": "Uruguaya",
"callsignFormats": [
"###"
]
},
"fleets": {
"default": [
["CRJ2", 1],
["E190", 1]
]
}
}
39 changes: 23 additions & 16 deletions assets/airlines/ava.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,37 @@
},
"fleets": {
"default": [
["A20N", 5],
["A20N", 10],
["A21N", 2],
["A318", 10],
["A319", 14],
["A320", 36],
["A321", 8],
["A332", 6],
["A319", 27],
["A320", 57],
["A321", 13],
["A332", 8],
["A333", 2],
["AT72", 11],
["B788", 13]
["AT72", 15],
["B788", 13],
["B789", 1]
],
"long": [
["A20N", 5],
["A20N", 10],
["A21N", 2],
["A321", 8],
["A332", 6],
["A321", 13],
["A332", 8],
["A333", 2],
["B788", 13]
["B788", 13],
["B789", 1]
],
"short": [
["A318", 10],
["A319", 14],
["A320", 36],
["AT72", 11]
["A319", 27],
["A320", 57],
["AT72", 15]
],
"shortBus": [
["A20N", 10],
["A21N", 2],
["A319", 27],
["A320", 57],
["A321", 13]
],
"b788": [
["B788", 13]
Expand Down
25 changes: 17 additions & 8 deletions assets/airlines/azu.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,26 @@
]
},
"fleets": {
"default": [
["A20N", 39],
["A21N", 1],
["A320", 1],
["A332", 8],
["A339", 2],
["AT72", 32],
["B734", 2],
["E190", 59]
],
"short": [
["AT72", 32],
["E190", 59]
],
"long": [
["A332", 7]
["A332", 8],
["A339", 2]
],
"a20n": [
["A20N", 14]
],
"default": [
["A20N", 14],
["A332", 5],
["AT72", 40],
["E190", 67]
["A20N", 39]
]
}
}
3 changes: 3 additions & 0 deletions assets/airlines/cmp.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
["B737", 9],
["B738", 68],
["E190", 12]
],
"b738": [
["B738", 68]
]
}
}
4 changes: 2 additions & 2 deletions assets/airlines/lco.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"icao": "lco",
"name": "LATAM Cargo Chile",
"name": "LATAM Cargo",
"callsign": {
"name": "Lan Cargo",
"callsignFormats": [
Expand All @@ -9,7 +9,7 @@
},
"fleets": {
"default": [
["B763", 2]
["B763", 7]
]
}
}
8 changes: 7 additions & 1 deletion assets/airports/airportLoadList.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
level: 'beginner',
name: 'Malvinas Argentinas Ushuaia International Airport',
premium: false
// },
},
// {
// icao: 'sbgl',
// level: 'beginner',
Expand All @@ -484,6 +484,12 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
// name: 'Aeroporto Internacional São Paulo-Guarulhos',
// premium: false
// },
{
icao: 'sumu',
level: 'beginner',
name: 'Montevideo Carrasco International Airport',
premium: false
// },
// {
// icao: 'tjsj',
// level: 'easy',
Expand Down
Loading

0 comments on commit 9e937eb

Please sign in to comment.