This is an old revision of the document!


circle element

Root Elementmap
Elementcircle
AttributeFormatRemarks
radiusfloatradius of the circle in nautical miles
segmentsintegernumber of segments to draw
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 using the amount of segments.

Example

  <circle radius="10" segments="45">
      <point lat="N0511211970" lon="E0025349610"/>
  </circle>

Back