Skip to content

Commit

Permalink
Merge enhancement/1387 (#1388)
Browse files Browse the repository at this point in the history
Update EDDF to AIRAC 1906
  • Loading branch information
erikquinn committed Aug 10, 2019
2 parents ba6c470 + c1cf0f3 commit 3ffd13c
Show file tree
Hide file tree
Showing 6 changed files with 469 additions and 352 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

### Enhancements & Refactors
- [#1410](https://github.com/openscope/openscope/issues/1410) - Restore functionality of local server from `npm run start`
- [#1387](https://github.com/openscope/openscope/issues/1387) - Update EDDF to AIRAC 1906


# 6.13.0 (June 1, 2019)
Expand Down
5 changes: 5 additions & 0 deletions assets/airlines/fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
["AT72", 12],
["E190", 12]
],
"airbusShort": [
["A319", 8],
["A320", 10],
["A321", 18]
],
"a319": [
["A319", 8]
],
Expand Down
5 changes: 5 additions & 0 deletions assets/airlines/hvn.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
["A359", 12],
["AT76", 3],
["B789", 11]
],
"long": [
["A332", 5],
["A359", 12],
["B789", 11]
]
}
}
6 changes: 6 additions & 0 deletions assets/airlines/rot.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
["B737", 4],
["B738", 4]
],
"jetShort": [
["A318", 4],
["B733", 4],
["B737", 4],
["B738", 4]
],
"a318": [
["A318", 4]
]
Expand Down
Loading

0 comments on commit 3ffd13c

Please sign in to comment.