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 87f1c47 commit 061235aCopy full SHA for 061235a
js/tracker.js
@@ -1594,6 +1594,9 @@ function addPosition(position) {
1594
graphAddPosition(vcallsign, position);
1595
1596
}
1597
+ else if(wvar.mode == "Position") { // we don't splice old postions in latest position mode
1598
+ return;
1599
+ }
1600
else if(vehicle.positions_ts.indexOf(new_ts) == -1) { // backlog packets, need to splice them into the array
1601
// find out the index at which we should insert the new point
1602
var xref = vehicle.positions_ts;
0 commit comments