Template:Attached KML/Pequabuck Tunnel

From Wikipedia, the free encyclopedia

<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.2"> <Document>

 <name>Pequabuck Tunnel</name>
 <Style id="style1">
   <LineStyle>
     <color>73FF0000</color>
     <width>5</width>
   </LineStyle>
 </Style>
 <Placemark>
   <name>Tunnel</name>
   <styleUrl>#style1</styleUrl>
   <LineString>
     <tessellate>1</tessellate>
     <coordinates>
       -73.002869,41.662121,0.000000
       -72.998810,41.664257,0.000000
       -72.995354,41.666069,0.000000
       -72.991974,41.667614,0.000000
     </coordinates>
   </LineString>
 </Placemark>

</Document> </kml>