mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Add Garmin Running Dynamics Data
.. read from FIT/TCX .. write to JSON .. view in Editor NOTE: They are not on any of the charts yet.
This commit is contained in:
@@ -100,7 +100,9 @@ FitlogParser::startElement( const QString&, const QString&,
|
||||
// now add
|
||||
rideFile->appendPoint(point.secs,point.cad,point.hr,point.km,point.kph,point.nm,
|
||||
point.watts,point.alt,point.lon,point.lat, point.headwind,
|
||||
0.0, RideFile::NoTemp, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, point.interval);
|
||||
0.0, RideFile::NoTemp, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
|
||||
0.0, 0.0, 0.0,// running dynamics
|
||||
point.interval);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user