<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KVNY to KRDD</name>
        <description>Van Nuys Airport to Redding Muni</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KVNY to KRDD</name>
            <description>Van Nuys Airport to Redding Muni</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.49,34.2107,0
-119.021,35.9131,10668
-119.219,36.3275,10668
-119.327,36.55250000000001,10668
-119.413,36.7315,10668
-119.595,37.1044,10668
-120.749,38.724699999999984,8412.48
-120.87,38.839,7833.360000000001
-121.279,39.22229999999999,5882.64
-122.293,40.508700000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>