This is an old revision of the document!


Back

circle element

Elementcircle
AttributeFormatRemarks
radiusfloatradius of the circle in nautical miles
segmentsintegernumber of segments to draw
patterndouble arrayline pattern described in an array of doubles
widthfloatline width in pixels
colorstringcolor id name
rbytecolor RGB value (0-255)
gbytecolor RGB value (0-255)
bbytecolor RGB value (0-255)

draw a circle with center position <point> and given radius using the amount of segments.

example

  <circle radius="10" segments="45" r="255" g="0" b="0">
      <point lat="N0511211970" lon="E0025349610"/>
  </circle>