diff --git a/src/utils/gpxUtils.js b/src/utils/gpxUtils.js index 603a2232f..5d62bd224 100644 --- a/src/utils/gpxUtils.js +++ b/src/utils/gpxUtils.js @@ -36,6 +36,9 @@ export function parseGpx(gpxData, projection) { if (!gpxData?.length || !(projection instanceof CoordinateSystem)) { return null } + // currently points which contain a timestamp are displayed with an offset due to a bug + // therefore they are removed here as they are not needed for displaying (see PB-785) + gpxData = gpxData.replace(/