update markers after loading history

keep last track and altitude instead of setting to null
This commit is contained in:
Matthias Wirth
2019-07-30 23:08:22 +02:00
parent b72e8e3663
commit d818847abe
2 changed files with 9 additions and 9 deletions

View File

@@ -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);
}