You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying a specific workout in /v1/sport/run/detail.json, aside the longitude_latitude, heart_rate, etc, there is also the speed parameter. Would it be possible to support that value as well on the exported gpx format?
If you don't have access to any workout with that value, basically its something like the following:
It should be possible to use gpx extension to store the speed data, however, I think the most popular platforms (such as Strava) will recalculate it anyways based on the timestamps and points. If you had some problems with speed before, please check #13 which solves an issue related to timestamps.
When querying a specific workout in
/v1/sport/run/detail.json
, aside thelongitude_latitude
,heart_rate
, etc, there is also thespeed
parameter. Would it be possible to support that value as well on the exported gpx format?If you don't have access to any workout with that value, basically its something like the following:
The text was updated successfully, but these errors were encountered: