-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/199 #255
feature/199 #255
Conversation
…er Transition Sadly I don't have a lot of time right now due to my upcoming finals. I more or less copied all the changes from the old file (which I proposed a while ago) and made compatible. Expect to have some typos or mistakes included :( To allow the player to use different transitions, the airspace has to be changed slightly (I think!)
5396893
to
f92e58d
Compare
@jakobeng1303 @indianbhaji @Fechulo What else is needed on this airport? |
As far as I'm concerned, only an updated airspace is missing. |
Work on #33 has been completed. Unblocking. |
Will happily take this on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with the SIDs. Missing ASPAT
, EMPAX
and PETIX
arrivals. I'll continue with the STARs some other time 😩
### Sectors Available in OpenScope | ||
``` | ||
Langen Radar (Departure) | ||
Langen Radar (North Approach) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing one of these should be South Approach
assets/airports/eddf.json
Outdated
"arrivalRunway": "25L", | ||
"departureRunway": "25L", | ||
"arrivalRunway": "25R", | ||
"departureRunway": "25C", | ||
"airspace": [ | ||
{ | ||
"floor": 0, | ||
"ceiling": 135, | ||
"airspace_class": "C", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Class B (US equivalent)
assets/airports/eddf.json
Outdated
"rwy": { | ||
"EDDF25L": [] | ||
}, | ||
"body": [["^DF980", "A08+|S200-"], ["VFM", "S200-"], ["DF180", "A25+"], "ROXAP", ["ADEVO", "A60"], "LISKU", "TABUM", "LIKSI", "LORPA"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(line 898) ADEVO
is shown on the chart as 6000 or above, but on the same chart, the routing says at 6000. I'd say it's actually at or above and they just forgot the +
in the routing
assets/airports/eddf.json
Outdated
"EDDF25L": [["^DF135", "A08+"]], | ||
"EDDF25C": [["^DF134", "A08+"]] | ||
}, | ||
"body": ["DONAB"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(line 1428) Missing DF138
assets/airports/eddf.json
Outdated
}, | ||
"body": ["DF133", ["^DF236", "A35+"], ["DF238", "A44+"], "TABUM", "TESGA"], | ||
"exitPoints": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(line 1881) KERAX25N should be before KERAX25S
assets/airports/eddf.json
Outdated
}, | ||
"body": ["DF133", ["^DF236", "A35+"], ["DF238", "A44+"], "TABUM", "TESGA"], | ||
"exitPoints": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(line 2063) PSA25N should be before PSA25S
assets/airports/eddf.json
Outdated
}, | ||
"body": ["DF133", ["^DF236", "A35+"], ["DF238", "A44+"], "TABUM", "TESGA"], | ||
"exitPoints": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All arrivals are expecting 25R, would it make more sense to give some aircraft 25L instead?
assets/airports/eddf.json
Outdated
}, | ||
"body": ["DF133", ["^DF236", "A35+"], ["DF238", "A44+"], "TABUM", "TESGA"], | ||
"exitPoints": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove empty lines in the video map section
assets/airports/airportLoadList.js
Outdated
// }, | ||
{ | ||
icao: 'eddf', | ||
level: 'medium', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
61acph is hard!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it!!!
1c0820a
to
300c8b9
Compare
Completion Checklist
Updates to Frankfurt (EDDF).
Original (external) PR: #198.