We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d013737 commit f4e4bfbCopy full SHA for f4e4bfb
js/tracker.js
@@ -1549,6 +1549,7 @@ function addPosition(position) {
1549
if(!vehicles.hasOwnProperty(vcallsign)) {
1550
var marker = null;
1551
var marker_shadow = null;
1552
+ var landing_marker = null;
1553
var vehicle_type = "";
1554
var horizon_circle = null;
1555
var subhorizon_circle = null;
@@ -1729,6 +1730,8 @@ function addPosition(position) {
1729
1730
title: vcallsign + " Onboard Landing Prediction"
1731
});
1732
gmaps_elements.push(landing_marker);
1733
+ } else {
1734
+ landing_marker = null;
1735
}
1736
} else {
1737
landing_marker = null;
0 commit comments