mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e82ed762be
@ -2944,8 +2944,13 @@ do -- COORDINATE
|
|||||||
if alt < 1 then
|
if alt < 1 then
|
||||||
alttext = "very low"
|
alttext = "very low"
|
||||||
end
|
end
|
||||||
|
|
||||||
local track = UTILS.BearingToCardinal(bearing) or "North"
|
-- corrected Track to be direction of travel of bogey (self in this case)
|
||||||
|
local track = "Maneuver"
|
||||||
|
|
||||||
|
if self.Heading then
|
||||||
|
track = UTILS.BearingToCardinal(self.Heading) or "North"
|
||||||
|
end
|
||||||
|
|
||||||
if rangeNM > 3 then
|
if rangeNM > 3 then
|
||||||
if SSML then -- google says "oh" instead of zero, be aware
|
if SSML then -- google says "oh" instead of zero, be aware
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user