blob: 560098df05014842827ee5a298c7f10eefb4abfe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Placemark>
<name>gps</name>
<Style id="khStyle690">
<LineStyle id="khLineStyle694">
<color>ff00ffff</color>
<width>4</width>
</LineStyle>
</Style>
<MultiGeometry id="khMultiGeometry697">
<LineString id="khLineString698">
<tessellate>1</tessellate>
<altitudeMode>absolute</altitudeMode>
<coordinates>
</coordinates>
</LineString>
</MultiGeometry>
</Placemark>
</kml>
|