jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
958 stars 30 forks source link

fix: deal correctly with GPX files that have multiple segments and count time between segments as pause time #20

Closed pixelspark closed 8 months ago

pixelspark commented 8 months ago

Workoutdoors generates multiple segments in a track (<trkseg>) when pausing along the way.

This change ensures all segments are included and counts the time passed between segments as pause time.

pixelspark commented 8 months ago

OK, PR is updated, not sure if you can re-merge or if I should make a separate PR

jovandeginste commented 8 months ago

OK, PR is updated, not sure if you can re-merge or if I should make a separate PR

I think you will need to make a new PR