gmap.html: update plane flight field when new data is received.
This commit is contained in:
parent
acc702d9ac
commit
c991d658c6
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue