jmlich / frdl

CIMA FRDL Flight Recorder Downloader
http://www.flymicro.com/frdl/
GNU General Public License v3.0
0 stars 0 forks source link

Non contiguous tracks #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
FRDL at the moment makes one single GeneralPath for the entire duration of
the track within the task window in both the AltitudeView and MapView classes.

In other words it joins up track fixes with a line even when there is a
significant time gap between fixes.

Would be more intuitive to show gaps, perhaps when there's a 'dead'
interval of > 30 sec or something.

Original issue reported on code.google.com by r.mh%fly...@gtempaccount.com on 19 Mar 2009 at 5:28

GoogleCodeExporter commented 9 years ago
Especially the altitude view, which at the moment I think is based on a simple 
count
of fixes across the frame rather than anything to do with time, so it's fine 
with a
complete track, but rather inaccurate with an incomplete one....

Original comment by r.mh%fly...@gtempaccount.com on 19 Mar 2009 at 5:39

GoogleCodeExporter commented 9 years ago
I was wrong on the altitude view - it does use time across the screen, so it's 
just a
question of starting new lines after an interval.

Original comment by r.mh%fly...@gtempaccount.com on 19 Mar 2009 at 6:33

GoogleCodeExporter commented 9 years ago
implemented at r32

Original comment by r.mh%fly...@gtempaccount.com on 25 Mar 2009 at 9:38