Hmm just checked some of my routes, some display the ascent and descent values and some don't.
I have also noticed them to be out, on one ride I do it displays an ascent of 0! I know I end a lot higher than I started :)
Must be a bit of a bug...
sprocketmatt:Anyone know if this has been fixed??? Or should we add the ascent and descent then multiply by the # of climbs??? hee hee Any suggestions?
I just established a new route and agree that the total ascent and total desent are very inaccurate. This is what I know:
The distance/elevation data in the downloaded.CSV file appears to be accurate.
The calculated total ascent and total decent in the .CSV file is wrong, but formulas can be inserted to make it calculate correctly.
Ascent Column: =IF(B2-B3>0,0,ABS(B2-B3))
Decent Column: =IF(B2-B3<0,0,ABS(B2-B3))
Graphing the distance/elevation yields a profile that appears exactly like the one in the program.
This feature worked in Routeslip, why not in MapMyRide??
" This feature worked in Routeslip, why not in MapMyRide?? "
That's the question everyone has been asking, and hasn't gotten a straight answer to yet. They bought the code, it should have been easy to implement. Even if they were using a different coding tool for MMR, the functionality is there, it's just a matter of porting to a different language.
1 to 11 of 11