update markers after loading history
keep last track and altitude instead of setting to null
This commit is contained in:
@@ -600,6 +600,7 @@ function end_load_history() {
|
||||
console.log("Final history cleanup pass");
|
||||
for (var i = 0; i < PlanesOrdered.length; ++i) {
|
||||
var plane = PlanesOrdered[i];
|
||||
plane.updateMarker(true);
|
||||
plane.updateTick(now, last);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user