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_circle [2015/06/10 15:47]
splendor.bouman [circle element]
ivac2:firdef_map_circle [2017/04/08 14:27] (current)
Line 5: Line 5:
 ^Attribute^Format^Remarks^ ^Attribute^Format^Remarks^
 |radius|float|radius of the circle in nautical miles| |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|
-|pattern|double array|line pattern described in an array of doubles|+
 |stroke_width|float|line width in pixels| |stroke_width|float|line width in pixels|
 |stroke_color|string|color id name| |stroke_color|string|color id name|
 |fill_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.+draw a circle with center position <​point>​ and given radius.
  
 ===== Example ===== ===== Example =====
  
 <code XML> <code XML>
-  <circle radius="​10" ​segments="45">+  <circle radius="​10" ​stroke_color="square">
       <point lat="​N0511211970"​ lon="​E0025349610"/>​       <point lat="​N0511211970"​ lon="​E0025349610"/>​
   </​circle>​   </​circle>​