mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Nav
- Small stuff
This commit is contained in:
parent
e76c26ff59
commit
0ace200e5a
@ -31,7 +31,7 @@
|
||||
-- @field #number altitudeCruiseMax Maximum cruise altitude in feet MSL.
|
||||
-- @extends Core.Base#BASE
|
||||
|
||||
--- *A fleet of British ships at war are the best negotiators.* -- Horatio Nelson
|
||||
--- *Life is what happens to us while we are making other plans.* -- Allen Saunders
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
|
||||
@ -70,7 +70,8 @@ NAVAID.version="0.0.1"
|
||||
-- ToDo list
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
-- TODO: A lot...
|
||||
-- TODO: Add frequencies. Which unit MHz, kHz, Hz?
|
||||
-- TODO: Add radial function
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-- Constructor
|
||||
|
||||
@ -740,7 +740,7 @@ function FLIGHTCONTROL:AddHoldingPattern(ArrivalZone, Heading, Length, Flightlev
|
||||
|
||||
-- Get ZONE if passed as string.
|
||||
if type(ArrivalZone)=="string" then
|
||||
ArrivalZone=ZONE:New(ArrivalZone)
|
||||
ArrivalZone=ZONE:FindByName(ArrivalZone)
|
||||
end
|
||||
|
||||
-- Increase counter.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user