Openscope: `fix` command with multiple arguments skips to last fix

Created on 22 Jan 2017  路  4Comments  路  Source: openscope/openscope

Using the fix command with multiple fixes should cause a reroute where they proceed direct to the first one listed and then each of the subsequent ones, then resume their previous route. However, it is currently proceeding direct to the last fix given with the command, and skipping over the first ones.

@JasonMKurtz:

I can't figure out why "f dh457 dh458" results in the aircraft going to direct to the second one. Am I doing something wrong?

Originally reported in zlsa/atc#784.

BUGFIX invalid or duplicate

All 4 comments

should be retested after n8rzz#181 is merged

It looks like it is not skipping to the last one. Instead, it uses reverse ordering.
Current behavior: "Fix A B C D" will go to D first, then C, then B, then A.

@erikquinn this issue goes away after openscope/openscope#193 is merged

Fix command deprecated. Reroutes work properly.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

erikquinn picture erikquinn  路  5Comments

artur-gajewski picture artur-gajewski  路  4Comments

CodeVisio picture CodeVisio  路  7Comments

erikquinn picture erikquinn  路  6Comments

erikquinn picture erikquinn  路  4Comments