From Wikipedia, the free encyclopedia

<?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.4235141,37.7719785,0
         -122.423777,37.7729623,0
         -122.4246299,37.776647,0
         -122.4250269,37.7785634,0
       </coordinates>
     </LineString>
   </Placemark>
   <Placemark>
     <name>Line 2</name>
     <styleUrl>#line-000000-1200-nodesc</styleUrl>
     <LineString>
       <tessellate>1</tessellate>
       <coordinates>
         -122.4267286,37.7869424,0
         -122.4274689,37.7906561,0
       </coordinates>
     </LineString>
   </Placemark>
   <Placemark>
     <name>Line 3</name>
     <styleUrl>#line-000000-1200-nodesc</styleUrl>
     <LineString>
       <tessellate>1</tessellate>
       <coordinates>
         -122.4278462,37.7924735,0
         -122.4300563,37.8034775,0
       </coordinates>
     </LineString>
   </Placemark>
 </Document>

</kml>