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 speed checkbox works only in the Elevation-time and Distance-time tabs #30

Closed
davidedelvento opened this issue Jul 14, 2017 · 3 comments

Comments

@davidedelvento
Copy link

Again, I'm talking about the track properties window.

I'm not sure if there's something I am misunderstanding here. With my data the show speed checkbox works as I am expecting in the Elevation-time and Distance-time tabs. In the other tabs (where the checkbox is actually called show GPS speed) it does nothing.

Moreover, show DEM does nothing too, but maybe I don't have the digital elevation model data? It would be nice if it said so, instead of doing nothing.

@danfos
Copy link
Contributor

danfos commented Oct 1, 2017

I do see the "Show GPS Speed" checkbox working for all five graph tabs.

Not sure what show DEM is supposed to do though.

@rnorris
Copy link
Collaborator

rnorris commented Oct 1, 2017

The point of Show GPS Speed is to display speed as reported directly in source data.
E.g. for a GPX file this is taken from the <trkpt><speed> field.

However such fields are not mandatory and typically (perhaps more so from older devices) missing.
Hence Viking almost always calculates the speed between trackpoints and uses that for display by default (this is what can be shown on the Elevation-Time Distance-Time graphs - and hence always works).
All the Garmins I've used never outputs these fields, but I think at least one app on my mobile does.

Yes you will need DEM data for the Show DEM to do something useful.
It could be disabled if you have no DEM Layer, as then there is no DEM data available.
However if you do have a layer but may be not data covering (or only partially covering) the area of track, I'm unsure what form the user feedback should take in this instance (an auto timing out popup might be good - but not easy in GTK2 - IIRC there's one in GTK3).

Perhaps the manual should explain some of this detail between 'Speed' vs 'GPS Speed'.

@danfos
Copy link
Contributor

danfos commented Oct 1, 2017

What I think could already help is to have all six tabs have the checkbox named "Show GPS speed", now four tabs has it as "Show GPS speed", the other two (Elevation-time, Distance-time) has the button named "Show Speed" (without GPS).

Show DEM is indeed working once DEM data is available.

rnorris added a commit to rnorris/viking that referenced this issue Oct 31, 2017
Use to enable/disable the check box on Track Properties elevation graphs

Help address concerns in Github Issue viking-gps#30
@rnorris rnorris closed this as completed Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants