We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No clue how these exist in the BGL files. Need to investigate.
The text was updated successfully, but these errors were encountered:
Figured it out. Airways are stored as tags under the waypoints they fly through. Example from decompiled files from here
<Waypoint lat="30.2155559509993" lon="-151.117221862078" waypointType="NAMED" magvar="-11.2000122070313" waypointRegion="P" waypointIdent="ZEMOM"> <Route routeType="BOTH" name="A331"> <Previous waypointType="NAMED" waypointRegion="P" waypointIdent="ZOULU" altitudeMinimum="1676.4M"/> <Next waypointType="NAMED" waypointRegion="P" waypointIdent="ZINNO" altitudeMinimum="1676.4M"/> </Route> </Waypoint>
This will probably have to wait for #3 and #1 (maybe).
Sorry, something went wrong.
No branches or pull requests
No clue how these exist in the BGL files. Need to investigate.
The text was updated successfully, but these errors were encountered: