1
0
Fork 0

9900 feet

This commit is contained in:
legoboyvdlp R 2021-02-09 13:26:28 +00:00
parent 952933d27f
commit 573dbac463

View file

@ -273,10 +273,10 @@ var TrafficLayer = {
var top = 27;
var bottom = -27;
if (ATCSwitchAbvBlw.getValue() == -1) {
top = 70;
top = 99;
}
if (ATCSwitchAbvBlw.getValue() == 1) {
bottom = -70;
bottom = -99;
}
var altDiff100 = ((alt or me.refAlt) - me.refAlt) / 100;