Skip to content

Conversation

@DmitrySvetlichny
Copy link
Contributor

No description provided.

@DmitrySvetlichny DmitrySvetlichny linked an issue Nov 5, 2024 that may be closed by this pull request
6 tasks
_analysis = [_doc getAnalysisFileTimestamp:fileTimestamp fromDistance:nil toDistance:nil pointsAnalyzer:OASPlatformUtil.shared.getTrackPointsAnalyser];
if (_analysis.totalDistanceWithoutGaps == 0 && _analysis.totalDistance != 0)
// Set _analysis.totalDistanceWithoutGaps to _analysis.totalDistance because the initial analysis does not compute totalDistanceWithoutGaps for tracks with multiple segments during this initialization.
_analysis.totalDistanceWithoutGaps = _analysis.totalDistance;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it needs to be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Total track statistic in folder footer

3 participants