-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Total track statistic in folder footer #3533
Comments
When using OsmAndShared in Objective-C files, to access class methods and properties, you need to use the import statement: #import <OsmAndShared/OsmAndShared.h>
OASGpxFile *gpxFileKotlin = [KSharedUtil loadGpx:@""];
NSLog(@"%@", gpxFileKotlin.author); However, during compilation, we encounter an error as shown in the image: The assumption is that in |
Review
|
This comment has been minimized.
This comment has been minimized.
Only bugs related to the total track statistic issue are left in this task. |
Remains
|
The primary issue under the item "Different stats" is that the values of diffElevationUp and diffElevationDown differ for segmented tracks, depending on how GpxTrackAnalysis is initialized. When initialized with getGeneralSegment, the values differ from initialization per each segment (https://github.com/osmandapp/OsmAnd-iOS/pull/4102/files). Initializing per each segment yields results that match the information in getFolderAnalysis. However, it does not record information in totalDistanceWithoutGaps, which is used in the UI to display the total distance for segmented tracks. |
Fixes did not solve the problem "Different stats. Only one track in folder. Track EuroVelo 6 - developed 2.gpx.zip" |
Description
ToDo
Add total track stars below list of tracks in all subfolders.
Tracks – 4, distance – 246.6 km, uphill – 325 m, downhill – 456 m, duration – 08:50:35, size – 14 MB.
The text was updated successfully, but these errors were encountered: