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

Mini Roadbook - Support Ascent/Descent and distance from previous point #54

Open
fatphil2001 opened this issue May 11, 2018 · 7 comments

Comments

@fatphil2001
Copy link

Currently we can display altitude, total ascent, total descent, and total distance

Displaying ascent, descent and distance from previous point could be useful.

@patrovite
Copy link
Owner

The current functions to calculate the total ascent, descent... are global. Modify the function in order to compute the calculation between to 2 positions of the track.

@trilomix
Copy link
Contributor

Hello I tried to make a road book for UT4M 160

And I also think it would be nice to add D+ and distance from previous tagged position in the road book. It's already available in the chart as "dt distance"
So perhaps add "%dd" for delta distance and "%d+" for delta D+ from previous tag.

image

Regards,

@patrovite
Copy link
Owner

Good idea. I'll check if it's possible.

@trilomix
Copy link
Contributor

It's seem to be quite easy.
Just replace in MiniRoadBook context the CgData to MrbData.
After five modifications I get the time delta from previous Tag working

@trilomix
Copy link
Contributor

I did a first shot:
image
I can share the update code if you want.

@patrovite
Copy link
Owner

Yes please.

@trilomix
Copy link
Contributor

I did a pull request ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants