<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSBA to KGOO</name>
        <description>Santa Barbara Mun to NEVADA CO AIR PARK</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSBA to KGOO</name>
            <description>Santa Barbara Mun to NEVADA CO AIR PARK</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-119.841,34.426,0
-119.979,35.64699999999999,8016.240000000001
-121.004,38.074600000000004,4480.56
-121.003,39.22399999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>