<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSBA to KOAK</name>
        <description>Santa Barbara Mun to Metro Oakland Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSBA to KOAK</name>
            <description>Santa Barbara Mun to Metro Oakland Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-119.841,34.426,0
-120.488,35.3695,7071.360000000001
-121.009,35.9815,7833.360000000001
-121.424,36.45949999999999,5547.360000000001
-122.22,37.724999999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>