-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Close a given track #222
Comments
Some more fine-tuned filtering of the visible objects than the current (tracks/routes/waypoints/areas) would definitely help in some cases. The question is, how to make the filter UX/UI and keep the current simple layout without the object lists... |
I think that contextual menu on track could be solution... right click on a track, contextual could should "Close this track" (but also "Zoom fit to this track" see #223) |
Yes, but that's only one part of the story. The other part is how you get the track back to screen (from disabled to enabled)... |
"Closing a track" is not "Hide a track". |
Many formats allow multiple tracks in one file. Shall closing a track from the file close all other tracks from the file? If not you will get a quiet inconsistent state... A file menu (like in the case of POI files) is one option that I'm thinking about, but the granularity can not be track based in this case. |
oh... well... that's not so easy that I was expecting ! I don't have such a file. What is the UI behavior when mousing over one track of a multiple tracks file? But it doesn't help for hidding just one track (or several tracks) of a multiple tracks file. Maybe a child window with 2 tabs could be considered:
Tracks tab will show a table inside with EYE_ICON1 TIME_OF_TRACK1 FILENAME1 Clicking on EYE_ICON could hide or make track visible Files tab will show a tree (QTreeView?) filename1 Action such as hidding track could be done using contextual menu on trackX.Y items |
@tumic0 I wouldn't be afraid of breaking the UX if you allow the user to show/hide an object list where you can show/hide/close tracks, as well as change their color. :) |
Hello,
When moving mouse on a track, it's outlined.
Maybe a contextual menu could be add (on outlined track map or elevation graph) to close outlined track (keeping others tracks opened)
Kind regards
The text was updated successfully, but these errors were encountered: