You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for the tool! I hope to use it in our division as well. Is it possible to add an item to make it a multiple runway selection?
For example: "preferred_dep": [ {"id": "36R", "true_heading": 353}, {"id": "36L", "true_heading": 353}, {"id": "18R", "true_heading": 173}, {"id": "18L", "true_heading": 173} ],
in this case, the runway will be selected from top to bottom. Only 36R will be selected.
But it adds an item like {"id": "36R", "true_heading": 353, "use": "multi"}, {"id": "36L", "true_heading": 353, "use": "multi"}, then it will select both 36L and 36R. This can be helpful for airports which use parallel operations.
Thanks :):)
The text was updated successfully, but these errors were encountered:
Hi, Thanks for the tool! I hope to use it in our division as well. Is it possible to add an item to make it a multiple runway selection?
For example:
"preferred_dep": [ {"id": "36R", "true_heading": 353}, {"id": "36L", "true_heading": 353}, {"id": "18R", "true_heading": 173}, {"id": "18L", "true_heading": 173} ],
in this case, the runway will be selected from top to bottom. Only 36R will be selected.
But it adds an item like
{"id": "36R", "true_heading": 353, "use": "multi"}, {"id": "36L", "true_heading": 353, "use": "multi"},
then it will select both 36L and 36R. This can be helpful for airports which use parallel operations.Thanks :):)
The text was updated successfully, but these errors were encountered: