Differences

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

Link to this comparison view

ivac2:firdef_map_radialarc [2013/12/04 01:10]
127.0.0.1 external edit
ivac2:firdef_map_radialarc [2017/04/08 14:27]
Line 1: Line 1:
-[[ivac2:​firdef_toc|Back]] 
- 
-====== radialarc element ====== 
- 
- 
-^Element|radialarc|| 
-^Attribute^Format^Remarks^ 
-|radius|float|radius of the arc in nautical miles| 
-|segments|integer|number of segments to draw| 
-|start|float|starting point of the arc in radial degrees (0-360)| 
-|end|float|end point of the arc in radial degrees (0-360)| 
-|stipple|integer|stipple line bitwise pattern definition| 
-|width|float|line width in pixels| 
-|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)| 
- 
-draw an arc with center position <​point>​ and given radius using the amount of segments. 
- 
-Only one <​point>​ element is required. 
- 
- 
- 
-===== example ===== 
- 
-  <​radialarc radius="​10"​ segments="​90"​ start="​90"​ end="​270">​ 
-      <point lat="​N0511211970"​ lon="​E0025349610"/>​ 
-  </​radialarc>​