apply qnh correction to altitude column / alt colors

This commit is contained in:
Matthias Wirth
2024-05-16 10:18:15 +02:00
parent d756f6c042
commit acf1a78e06
2 changed files with 5 additions and 1 deletions

View File

@@ -750,6 +750,7 @@ PlaneObject.prototype.getMarkerColor = function(options) {
};
function altitudeColor(altitude) {
altitude = adjust_baro_alt(altitude);
let h, s, l;
if (altitude == null) {