-
Notifications
You must be signed in to change notification settings - Fork 27
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
'Trip Log' Functionality #361
Comments
Sorry, I have just realised that the Track 'Info' dialog already provides the track length information and more. |
Seeing it in the filename could be interesting. But until now the computation is done at the browser side (not on the server). So there is no chance to do this when closing the file (until this would be re-implemented on the server side - for linux and for android). |
Thanks, yes I guess the computation would need to be moved server-side. At least it would run infrequently there, on file close. Doing it client side on the fly for many large tracks indeed sounds very slow. I guess this is a bigger job than expected! In the meantime, a new ability to clear and close the tracks plus the existing client side display of track info for a single track gives all the information needed. |
AvNav does not have a 'trip log' widget / display. There is no persistent record of total distance run over the ground (or through the water). Normally this would be built into a log device with some persistent storage of some kind, but not in a 'headless' GPS that sends NMEA only. Also AvNav currently does not have a data base that survives e.g. restarts of the system.
Distance run could be obtained (approximately) from the length a track by summing up distances between points with some parameter to ignore/suppress position errors .
The persistent storage issue could be overcome by doing the calculation when the track is closed or cleared and then including the distance run in the .gpx filename along with the time closed/cleared. See Issue 359
The filenames in the tracks list would then provide a handy list of distances run for each track.
Does that make sense?
The text was updated successfully, but these errors were encountered: