circle element

Root Elementmap
Elementcircle
AttributeFormatRemarks
radiusfloatradius of the circle in nautical miles
stroke_patterndouble arrayline pattern described in an array of doubles
stroke_widthfloatline width in pixels
stroke_colorstringcolor id name
fill_colorstringcolor id name

draw a circle with center position <point> and given radius.

Example

  <circle radius="10" stroke_color="square">
      <point lat="N0511211970" lon="E0025349610"/>
  </circle>

Back