Skip to content

Latest commit

 

History

History
70 lines (64 loc) · 3.58 KB

track.md

File metadata and controls

70 lines (64 loc) · 3.58 KB

Back to Index

Definitions: Track

A track is represented by a TrackLog object, which consists of one or multiple TrackLogSegment objects.

The following terminology is used for TrackLog objects in this description (and in the app):

TrackLog Type Map visualisation Gain/Loss mode Dashboard & Height profile Statistic visualisation Description
RecordingTrackLog red line X red entry red entry track with currently ongoing recording action
MarkerTrackLog thin pink line - - - Track from marked points of corresponding RouteTrackLog; stored as waypoints in corresponding RouteTrackLog
RouteTrackLog purple line X (purple circle for marker points) purple entry purple entry calculated route based on MarkerTrackLog
SelectedTrackLog blue line X blue entry blue entry one specific TrackLog from the amount of AvailableTrackLogs
AvailableTrackLog green line - - green entry currently visible track logs
MetaTrackLog - - - gray entry all known track logs

Back to Index