Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ivac2:firdef_map_radial [2015/06/08 16:18]
splendor.bouman [radial element]
ivac2:firdef_map_radial [2017/05/26 10:50] (current)
ian.beswick [radial element]
Line 6: Line 6:
 ^Element|radial|| ^Element|radial||
 ^Attribute^Format^Remarks^ ^Attribute^Format^Remarks^
-|trk|integer|inbound track value  (0-360)| +|trk|float|inbound track value  (0-360)| 
-|rad|integer|outbound radial value  (0-360)|+|rad|float|outbound radial value  (0-360)
 +|mag|boolean|"​True"​ or "​False"​ to indicate whether the trk/rad values above are magnetic. Default is "​False"​ if not supplied. IVAC2 will apply magnetic variation adjustment to bearings unless mag="​True"​.|
 |len|float|length of radial to draw (in nautical miles)| |len|float|length of radial to draw (in nautical miles)|
 |offset|float|offset distance in nm - start radial line from point this point| |offset|float|offset distance in nm - start radial line from point this point|
-|pattern|double array|line pattern described in an array of doubles|+|stroke_pattern|double array|line pattern described in an array of doubles|
 |stroke_width|float|line width| |stroke_width|float|line width|
 |stroke_color|string|color id name| |stroke_color|string|color id name|
-|r|byte|color RGB value  (0-255)| 
-|g|byte|color RGB value  (0-255)| 
-|b|byte|color RGB value  (0-255)| 
- 
  
 The <​radial>​ element can contain one or more <​marker>​ sub elements: The <​radial>​ element can contain one or more <​marker>​ sub elements:
Line 29: Line 26:
 |skip|integer|skip x markers before starting to draw first marker| |skip|integer|skip x markers before starting to draw first marker|
 |number|integer|draw only x number of markers| |number|integer|draw only x number of markers|
-|pattern|double array|line pattern described in an array of doubles|+|stroke_pattern|double array|line pattern described in an array of doubles|
 |stroke_width|float|line width| |stroke_width|float|line width|
 |stroke_color|string|color id name| |stroke_color|string|color id name|
-|r|byte|color RGB value  (0-255)| 
-|g|byte|color RGB value  (0-255)| 
-|b|byte|color RGB value  (0-255)| 
  
  
Line 45: Line 39:
 <​HTML>​ <​HTML>​
 <p style="​border:​1px dashed #​C11B17;​color:#​C11B17;">​ <p style="​border:​1px dashed #​C11B17;​color:#​C11B17;">​
-Use a <​b>​radial</​b>​ element ​to draw ILS runway extension lines+You should generally use TRUE bearings - magnetic variation is calculated by IVAC2. If you need to specify a magnetic bearing then ensure you set mag="​true"​.
 </p> </p>
 </​HTML>​ </​HTML>​