-
Notifications
You must be signed in to change notification settings - Fork 56
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
trackpoint labels #3
Conversation
Thank you for taking an interest in Viking. As you have found, displaying trackpoint names is not particularly difficult. However the way the names get drawn on the screen mean that:
Thus I think we need at least a simple TrackWaypoint Layer -> Tracks tab option to control whether Trackpoint names should be displayed or not. |
Thank you for answer.
Yes, but it's impossible to draw labels inside main cycle together with points and lines. Next objects will be drawn above the labels.
Now it can be controlled by 'Draw labels' checkbox on 'Tracks' tab. |
I think that's fine. But I don't see the updated code anywhere? PS about GTK: Viking has it's own abstraction used for Layer and Global properties to potentially make it easier to add GUI items. Then one also needs to store the values in memory for the current session + methods to save to disk for longer term saving/recall. Of course you'd need to examine the code more closely to understand how Viking achieves this via GTK / glib / standard C. |
It works with your old code. |
Ahh, yes it does, sorry! I was just looking at the patch difference, so I didn't notice it was performed within the existing draw labels section. I will merge this request, but I'm debating whether to include include in the imminent 1.6.1 release. |
Hi!
I have added labels for trackpoints names, please look, maybe it will be useful not only for me.