Skip to content
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

JFK3 departure not acting as it should #440

Closed
jpeterson1346 opened this issue Apr 12, 2016 · 1 comment · Fixed by #442
Closed

JFK3 departure not acting as it should #440

jpeterson1346 opened this issue Apr 12, 2016 · 1 comment · Fixed by #442

Comments

@jpeterson1346
Copy link
Contributor

For aircraft assigned the JFK3 departure, I get no assigned altitude or fix.

@erikquinn
Copy link
Collaborator

Looks like it was a syntax issue with the runway property, it was entered with an extra colon, as "rwy:":, instead of "rwy":. Will be resolved by

"JFK3": {
"icao": "JFK3",
"name": "KENNEDY THREE",
"rwy:": {
  "31L": ["CRI", ["_CRI3", "A25+"]],
  "31R": ["CRI", ["OGY", "A25+"]],
  "04L": ["_RWY04L3", ["_RWY04L3to100", "A50+"]],
  "04R": ["_RWY04L3", ["_RWY04L3to100", "A50+"]],
  "13L": ["_RWY13LDEP"],
  "13R": ["_RWY13RDEP"],
  "22L": ["_RWY22LDEP"],
  "22R": ["_RWY22RDEP"]
},

etc...

Will be resolved by #442.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants