apply qnh correction to altitude column / alt colors
This commit is contained in:
@@ -750,6 +750,7 @@ PlaneObject.prototype.getMarkerColor = function(options) {
|
||||
};
|
||||
|
||||
function altitudeColor(altitude) {
|
||||
altitude = adjust_baro_alt(altitude);
|
||||
let h, s, l;
|
||||
|
||||
if (altitude == null) {
|
||||
|
||||
Reference in New Issue
Block a user