Nasal Flightplan: Difference between revisions

Jump to navigation Jump to search
(→‎Waypoint ghost: Add more types)
Line 16: Line 16:
The following are members of a waypoint ghost, as generated by, for example, {{func link|airwaysRoute()}}:
The following are members of a waypoint ghost, as generated by, for example, {{func link|airwaysRoute()}}:


; wp_name : Name of the waypoint, returned as string.
; wp_name ''or'' id: Name of the waypoint, returned as string.
; wp_type :Waypoint type, returned as string. One of "basic," "navaid," "offset-navaid," "runway," "hold",  "hdgToAlt," "dmeIntercept," "radialIntercept," "discontinuity", "via", or "vectors."
; wp_type :Waypoint type, returned as string. One of "basic," "navaid," "offset-navaid," "runway," "hold",  "hdgToAlt," "dmeIntercept," "radialIntercept," "discontinuity", "via", or "vectors."
; wp_role: Role of waypoint.
; wp_role:Role of waypoint. One of "pseudo", "sid", "star", "missed", "approach"
; wp_lat ''or'' lat : Latitude of waypoint.
; wp_lat ''or'' lat : Latitude of waypoint.
; wp_lon ''or'' lon : Longitude of waypoint.
; wp_lon ''or'' lon : Longitude of waypoint.
; wp_parent_name : Name of waypoint's parent.
; wp_parent_name : Name of waypoint's parent.
; wp_parent : Waypoint's parent.
; wp_parent :Waypoint's parent as a ghost.
; fly_type : How to waypoint should be flown over or reacted to. One of "flyOver" or "flyBy" or "Hold".
; fly_type : How to waypoint should be flown over or reacted to. One of "flyOver" or "flyBy" or "Hold".
; heading_course : Heading of runway.
; heading_course : Heading of runway.
842

edits

Navigation menu