Course_Generator icon indicating copy to clipboard operation
Course_Generator copied to clipboard

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

Open fatphil2001 opened this issue 6 years ago • 7 comments

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

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

fatphil2001 avatar May 11 '18 14:05 fatphil2001

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.

patrovite avatar May 27 '18 17:05 patrovite

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,

trilomix avatar Jan 21 '20 11:01 trilomix

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

patrovite avatar Jan 22 '20 14:01 patrovite

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 avatar Jan 23 '20 08:01 trilomix

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

trilomix avatar Jan 24 '20 15:01 trilomix

Yes please.

patrovite avatar Jan 25 '20 17:01 patrovite

I did a pull request ...

trilomix avatar Jan 27 '20 09:01 trilomix