Skip to content

Commit

Permalink
Fix EBLG initial altitude to 6000
Browse files Browse the repository at this point in the history
  • Loading branch information
Epse committed Aug 20, 2024
1 parent 72e00e1 commit bbded47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenario_generator/data/airports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ export default {
{types: ["Cargo"], aprons: ["apron-north"]},
{types: [], aprons: ["apron-P1"]}, // Good enough
],
"departureAltitude": "5000",
"departureAltitude": "6000",
"elevation": "651.0",
"configurations": {
"04R": {
Expand Down

0 comments on commit bbded47

Please sign in to comment.