Element | polycircle | |
---|---|---|
Attribute | Format | Remarks |
radius | float | radius of the circle in nautical miles |
segments | integer | number of segments to draw |
stipple | integer | stipple line bitwise pattern definition |
width | float | line width in pixels |
color | string | color id name |
r | byte | color RGB value (0-255) |
g | byte | color RGB value (0-255) |
b | byte | color RGB value (0-255) |
draw a filled circle with center position <point> and given radius using the amount of segments.
<polycircle radius="10" segments="45" r="255" g="0" b="0"> <point lat="N0511211970" lon="E0025349610"/> </polycircle>