Abbreviating altitude as alt now.

This commit is contained in:
Marat Fayzullin 2023-08-22 21:39:10 -04:00
parent 31c675345b
commit 6ddb94a504
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ HfdlMessagePanel.prototype.pushMessage = function(msg) {
// Add altitude, if present
if (msg.hasOwnProperty('altitude')) {
data += " at " + msg.altitude + "m";
data += " alt " + msg.altitude + "m";
}
// Aircraft names start with ".", Mode-S codes are hexadecimal