2019-11-02 19:30:49 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<kml xmlns="http://www.opengis.net/kml/2.2">
|
|
|
|
<Placemark>
|
2019-11-02 19:46:31 +00:00
|
|
|
<name>Line String Placemark</name>
|
|
|
|
<description>This is a line string</description>
|
|
|
|
<LineString>
|
2019-11-02 19:30:49 +00:00
|
|
|
<altitudeMode>clampToGround</altitudeMode>
|
2019-11-02 19:46:31 +00:00
|
|
|
<coordinates>
|
2019-11-02 19:30:49 +00:00
|
|
|
-1.000000,-1.000000
|
|
|
|
-1.000000,1.000000
|
|
|
|
0.000000,2.000000
|
|
|
|
1.000000,1.000000
|
|
|
|
1.000000,-1.000000
|
|
|
|
0.000000,-2.000000
|
2019-11-02 19:46:31 +00:00
|
|
|
</coordinates>
|
|
|
|
</LineString>
|
|
|
|
<Style><LineStyle><color>7f0000ff</color><width>4</width></LineStyle></Style>
|
2019-11-02 19:30:49 +00:00
|
|
|
</Placemark>
|
|
|
|
</kml>
|