This is an old revision of the document!
Use a point element to draw a single point on the map.
Element | line | |
---|---|---|
Attribute | Format | Remarks |
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) |
Each line consists of an even amount of <point> elements where the first <point> is the start and the second <point> element is the end of the line to draw.
<line stipple="16135"> <point lon="E0042957" lat="N0511059"/> <point lon="E0044324" lat="N0510755"/> <point lon="E0043127" lat="N0511038"/> <point lon="E0043140" lat="N0511101"/> <point lon="E0043427" lat="N0510957"/> <point lon="E0043440" lat="N0511020"/> <point lon="E0043726" lat="N0510917"/> <point lon="E0043739" lat="N0510940"/> <point lon="E0044324" lat="N0510755"/> <point lon="E0044338" lat="N0510818"/> </line>