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_radialarc [2013/12/04 01:10]
127.0.0.1 external edit
ivac2:firdef_map_radialarc [2017/04/08 14:27] (current)
Line 10: Line 10:
 |start|float|starting point of the arc in radial degrees (0-360)| |start|float|starting point of the arc in radial degrees (0-360)|
 |end|float|end 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|+|pattern|double array|line pattern ​described in an array of doubles|
 |width|float|line width in pixels| |width|float|line width in pixels|
 |color|string|color id name| |color|string|color id name|
Line 25: Line 25:
 ===== example ===== ===== example =====
  
 +<code XML>
   <​radialarc radius="​10"​ segments="​90"​ start="​90"​ end="​270">​   <​radialarc radius="​10"​ segments="​90"​ start="​90"​ end="​270">​
       <point lat="​N0511211970"​ lon="​E0025349610"/>​       <point lat="​N0511211970"​ lon="​E0025349610"/>​
   </​radialarc>​   </​radialarc>​
 +</​code>​