Template:Attached KML/3 Jackson
Appearance
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2">
<Document> <name>Untitled layer</name> <Style id="line-000000-1200-nodesc-normal"> <LineStyle> <color>ff000000</color> <width>1.2</width> </LineStyle> <BalloonStyle>
<text><![CDATA[
$[name]
]]></text>
</BalloonStyle> </Style> <Style id="line-000000-1200-nodesc-highlight"> <LineStyle> <color>ff000000</color> <width>1.8</width> </LineStyle> <BalloonStyle>
<text><![CDATA[
$[name]
]]></text>
</BalloonStyle> </Style> <StyleMap id="line-000000-1200-nodesc"> <Pair> <key>normal</key> <styleUrl>#line-000000-1200-nodesc-normal</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#line-000000-1200-nodesc-highlight</styleUrl> </Pair> </StyleMap> <Placemark> <name>Line 1</name> <styleUrl>#line-000000-1200-nodesc</styleUrl> <LineString> <tessellate>1</tessellate> <coordinates> -122.4470127,37.7882405,0 -122.4470556,37.7881812,0 -122.448622,37.7879967,0 -122.4486757,37.7879204,0 -122.4485362,37.7871404,0 -122.448386,37.7870471,0 -122.4469161,37.7872337,0 -122.4468303,37.7873439,0 -122.4475169,37.7907608,0 -122.4474526,37.7908371,0 -122.4346553,37.7924595,0 -122.4345802,37.7924129,0 -122.4333035,37.7861259,0 -122.4332176,37.786092,0 -122.4006325,37.7902474,0 -122.4005923,37.7902877,0 -122.4007747,37.7911398,0 -122.4008283,37.7911864,0 -122.4040068,37.7907731,0 -122.4040604,37.7906968,0 -122.4036956,37.7889375,0 -122.40376,37.7888866,0 -122.4083948,37.7883016,0 -122.4087113,37.7882804,0 -122.4281418,37.7857956,0 -122.4281834,37.7858157,0 -122.428343,37.786687,0 -122.4283953,37.7867071,0 </coordinates> </LineString> </Placemark> </Document>
</kml>