From b72e8e3663e5fe959491e5cee9edadb90a67e89e Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Tue, 30 Jul 2019 22:58:53 +0200 Subject: [PATCH] change timeout --- html/planeObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/planeObject.js b/html/planeObject.js index 962f662..8372d03 100644 --- a/html/planeObject.js +++ b/html/planeObject.js @@ -247,7 +247,7 @@ PlaneObject.prototype.updateTrack = function(receiver_timestamp, last_timestamp) if ( (lastseg.ground != on_ground) || (!on_ground && isNaN(alt_change)) || alt_change >= 300 - || (this.altitude < 8000 && this.altitude > 1700 && alt_change >= 100) ) { + || (this.altitude < 8000 && this.altitude > 1700 && alt_change >= 80) ) { //console.log(this.icao + " ground state changed"); // Create a new segment as the ground state or the altitude changed. // The new state is only drawn after the state has changed