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

Show >=2 flight tracks at the same time #802

Closed
bkirbus opened this issue Apr 19, 2021 · 4 comments
Closed

Show >=2 flight tracks at the same time #802

bkirbus opened this issue Apr 19, 2021 · 4 comments
Labels
enhancement New feature or request GSOC msui
Milestone

Comments

@bkirbus
Copy link

bkirbus commented Apr 19, 2021

Is it possible to show 2 flight tracks at once on the Horizontal View? Of course, it's possible to activate them one after another in quick succession. But an important aim of our upcoming campaign HALO-(AC)3 is coordinating 2 airplanes at once. So it would be cool to

  • show 2 flight tracks at the same time (e.g. with different colors) on Horizontal View.
@ReimarBauer ReimarBauer added the enhancement New feature or request label Apr 19, 2021
@ReimarBauer ReimarBauer added this to the 3.1.0 milestone Apr 19, 2021
@ReimarBauer
Copy link
Member

This can be at current state reached by using the KML overlay and displaying a different flightpath there.
Therefore a parser flight track to kml is needed.

@bkirbus
Copy link
Author

bkirbus commented Apr 19, 2021

@ReimarBauer I tested it, and it works like a charm. It's perfect to directly adjust waypoints according to another (previous or parallel) flight pattern. The only question would be if it's also possible to edit (and not only show) the second flight track as well.

Thanks again, cheers

@ReimarBauer
Copy link
Member

Currently you can do it with twice time opened MSS and loading in each one of the flightpathes and the other as kml overlay.

I thought some time ago on something like this. This is not only interesting for your case.

dockwidget_flightpath

This would also have a control to activate the flight path which gets changes.
To use this we need some other steps done first.

You probably have seen the ideas page https://open-mss.github.io/develop/GSOC2021/ideas
On May 17th the accepted projects become announced.

@joernu76
Copy link
Member

Option A) Improving workaround with existing tools
One could rather simply add a new dockwidget/feature to the KML thingie that could check a target file for changes and update accordingly. I.e. it would

  1. make sense to support FTML files in the KML feature dialogue (such that the export-to-KML-feature need not be used. That is straightforward
  2. Check for changes to the underlying file and update the visualisation upon such a change. No idea if that is easy or hard.

Option B)
We are working on a collaboration feature, where one could also do this without a file, but this feature needs to be completed first (there are a couple of big construction sites ongoing).
That would allow to open to MSS instances and edit both tracks at the same time, one in each MSS instance. That would be very, very close to what you desire. Might be achievable within this year.

Editing two flight tracks, at the same time, within one instance, with two TableViews etc, will never work, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GSOC msui
Projects
None yet
Development

No branches or pull requests

3 participants