Differences

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

Link to this comparison view

ivac2:firdef_map_circle [2015/06/10 15:50]
splendor.bouman [circle element]
ivac2:firdef_map_circle [2017/04/08 14:27]
Line 1: Line 1:
-====== circle element ====== 
  
-^Root Element|map|| 
-^Element|circle|| 
-^Attribute^Format^Remarks^ 
-|radius|float|radius of the circle in nautical miles| 
-|segments|integer|number of segments to draw| 
-|stroke_pattern|double array|line pattern described in an array of doubles| 
-|stroke_width|float|line width in pixels| 
-|stroke_color|string|color id name| 
-|fill_color|string|color id name| 
- 
-draw a circle with center position <​point>​ and given radius using the amount of segments. 
- 
-===== Example ===== 
- 
-<code XML> 
-  <circle radius="​10"​ segments="​45">​ 
-      <point lat="​N0511211970"​ lon="​E0025349610"/>​ 
-  </​circle>​ 
-</​code>​ 
- 
- 
----- 
- 
-[[ivac2:​firdef|Back]]