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/07 22:14]
splendor.bouman
ivac2:firdef_map_radial [2017/05/26 10:50] (current)
ian.beswick [radial element]
Line 3: Line 3:
 This is an extremely handy drawing element which you can use to draw complicated ILS extended centerlines. This is an extremely handy drawing element which you can use to draw complicated ILS extended centerlines.
  
 +^Root Element|map||
 ^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:
  
  
 +^Root Element|radial||
 ^Element|marker|| ^Element|marker||
 ^Attribute^Format^Remarks^ ^Attribute^Format^Remarks^
-|int|integer|interval value at which to draw this marker|+|int|float|interval value at which to draw this marker|
 |offset_cw|float|length in nautical miles of the marker to draw on the clock wise side| |offset_cw|float|length in nautical miles of the marker to draw on the clock wise side|
 |offset_ccw|float|length in nautical miles of the marker to draw on the counter clock wise side| |offset_ccw|float|length in nautical miles of the marker to draw on the counter clock wise side|
 |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 43: 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>​