Back

polycircle element

Elementpolycircle
AttributeFormatRemarks
radiusfloatradius of the circle in nautical miles
segmentsintegernumber of segments to draw
stippleintegerstipple line bitwise pattern definition
widthfloatline width in pixels
colorstringcolor id name
rbytecolor RGB value (0-255)
gbytecolor RGB value (0-255)
bbytecolor RGB value (0-255)

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

example

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