Root Element | map | |
---|---|---|
Element | circle | |
Attribute | Format | Remarks |
radius | float | radius of the circle in nautical miles |
stroke_pattern | double array | line pattern described in an array of doubles |
stroke_width | float | line width in pixels |
stroke_color | string | color id name |
fill_color | string | color id name |
draw a circle with center position <point> and given radius.
<circle radius="10" stroke_color="square"> <point lat="N0511211970" lon="E0025349610"/> </circle>