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

Fix runway data for some maps. #264

Merged
merged 1 commit into from
Sep 21, 2022
Merged

Conversation

DanAlbert
Copy link
Collaborator

The existing code was working for some maps, but the code that skipped the opposite heading sides of the same physical runway was dependent on the ordering of the runway names. For airports that had both a left and right runway, this resulted in two indistinguishable runways.

I've also removed the unset ils and leftright properties (ILS will be making a comeback once we have beacon data), and added additional data from the lua dump.

The existing code was working for some maps, but the code that skipped
the opposite heading sides of the same physical runway was dependent on
the ordering of the runway names. For airports that had both a left and
right runway, this resulted in two indistinguishable runways.

I've also removed the unset `ils` and `leftright` properties (ILS will
be making a comeback once we have beacon data), and added additional
data from the lua dump.
@DanAlbert DanAlbert merged commit 379006f into pydcs:master Sep 21, 2022
@DanAlbert DanAlbert deleted the more-runway-data branch September 21, 2022 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant