Differences

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

Link to this comparison view

Next revision
Previous revision
ivac2:firdef_map_polyarc [2011/12/22 22:21]
filip.jonckers created
ivac2:firdef_map_polyarc [2017/04/08 14:27] (current)
Line 9: Line 9:
 |segments|integer|number of segments to draw| |segments|integer|number of segments to draw|
 |clockwise|boolean|Draw arc clockwise if “true” ​ (default: true)| |clockwise|boolean|Draw arc clockwise if “true” ​ (default: true)|
-|stipple|integer|stipple line bitwise pattern definition| 
 |width|float|line width in pixels| |width|float|line width in pixels|
 |color|string|color id name| |color|string|color id name|
Line 26: Line 25:
  
 ''//​Brussels CTR: ''//​Brussels CTR:
-504434N 0043404E - an arc of circle, 10 NM radius, centered on 505405N 0042904E ​ +504434N 0043404E - an arc of circle, 10 NM radius, centered on 505405N 0042904E and traced clockwise to 505203N 0044435E - 504434N 0043404E.//''​
-and traced clockwise to 505203N 0044435E - 504434N 0043404E.//''​+
  
 +
 +<code XML>
   <polyarc radius="​10"​ segments="​45"​ clockwise="​true">​   <polyarc radius="​10"​ segments="​45"​ clockwise="​true">​
       <point lat="​N0505405"​ lon="​E0042904"/>​       <point lat="​N0505405"​ lon="​E0042904"/>​
Line 34: Line 34:
       <point lat="​N0504434"​ lon="​E0043404"/>​       <point lat="​N0504434"​ lon="​E0043404"/>​
   </​polyarc>​   </​polyarc>​
 +</​code>​