Course_Generator
Course_Generator copied to clipboard
Mini Roadbook - Support Ascent/Descent and distance from previous point
Currently we can display altitude, total ascent, total descent, and total distance
Displaying ascent, descent and distance from previous point could be useful.
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.
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.
Regards,
Good idea. I'll check if it's possible.
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
I did a first shot:
I can share the update code if you want.
Yes please.
I did a pull request ...