<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>C80 to KSBA</name>
        <description>NEW COALINGA MUNI to Santa Barbara Mun</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>C80 to KSBA</name>
            <description>NEW COALINGA MUNI to Santa Barbara Mun</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-120.296,36.162800000000004,0
-120.316,35.890600000000006,1767.8400000000001
-119.841,34.426,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>