<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.2"> <Document>
<name>LA 50</name> <description><![CDATA[]]></description> <Style id="style1"> <LineStyle> <color>FF0000FF</color> <width>5</width> </LineStyle> </Style> <Placemark> <name>LA 50</name> <description><![CDATA[]]></description> <styleUrl>#style1</styleUrl> <LineString> <tessellate>1</tessellate> <coordinates> -90.303017,29.960409,0.000000 -90.303841,29.962990,0.000000 -90.306343,29.970270,0.000000 -90.306953,29.972281,0.000000 </coordinates> </LineString> </Placemark>
</Document> </kml>