Utils/Point - Corrections

This commit is contained in:
Applevangelist
2022-04-21 12:56:40 +02:00
parent 04f60747d9
commit 60c78da0f6
2 changed files with 33 additions and 9 deletions

View File

@@ -2788,7 +2788,7 @@ do -- COORDINATE
local alt = UTILS.Round(UTILS.MetersToFeet(self.y)/1000,0)--*1000
local track = Utils.BearingToCardinal(bearing)
local track = UTILS.BearingToCardinal(bearing)
if rangeNM > 3 then
BRAANATO = string.format("BRAA, %s, %d miles, Angels %d, %s, Track %s",bearing, rangeNM, alt, aspect, track)