Template:Attached KML/Santa Fe and Southern Pacific Line

<?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>
         -119.023558,35.3715625,0
         -119.0235258,35.3761991,0
         -119.02344,35.376269,0
         -119.0030606,35.3761816,0
         -118.9998902,35.3762647,0
         -118.9996541,35.3762428,0
         -118.9936835,35.3748037,0
         -118.9936138,35.3748256,0
         -118.9927394,35.3772882,0
       </coordinates>
     </LineString>
   </Placemark>
 </Document>

</kml>