summaryrefslogtreecommitdiff
path: root/altosui/AltosKML.java
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2012-09-16 14:01:51 -0600
committerBdale Garbee <bdale@gag.com>2012-09-16 14:01:51 -0600
commit7cd8bf294ce0c9913977e54ea48c0928df7ddfcd (patch)
tree353c68aae24f1227ee1f4a7888a57e58c0966e1f /altosui/AltosKML.java
parent3ef0774b91c99998e62d4ca666dc5b1f7b03e4ff (diff)
parent7a0cce7fa0c802b1597fef94cfaf00aa0c28c988 (diff)
Merge branch 'branch-1.1' into debian
Diffstat (limited to 'altosui/AltosKML.java')
-rw-r--r--altosui/AltosKML.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosKML.java b/altosui/AltosKML.java
index ff0734b8..73a5ae53 100644
--- a/altosui/AltosKML.java
+++ b/altosui/AltosKML.java
@@ -133,6 +133,7 @@ public class AltosKML implements AltosWriter {
if (gps == null)
return;
+
if ((record.seen & (AltosRecord.seen_flight)) == 0)
return;
if ((record.seen & (AltosRecord.seen_gps_lat)) == 0)