From c991d658c679f5f83ba28a0bd0c655f0fc608b0f Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 3 Feb 2013 23:20:29 +0100 Subject: [PATCH] gmap.html: update plane flight field when new data is received. --- gmap.html | 1 + 1 file changed, 1 insertion(+) diff --git a/gmap.html b/gmap.html index 50d7f39..6ee76df 100644 --- a/gmap.html +++ b/gmap.html @@ -117,6 +117,7 @@ myplane.lat = plane.lat; myplane.lon = plane.lon; myplane.track = plane.track; + myplane.flight = plane.flight; if (myplane.hex == Selected) refreshSelectedInfo(); } else {