<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KACV to KLAX</name>
        <description>Arcata to Los Angeles Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KACV to KLAX</name>
            <description>Arcata to Los Angeles Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-124.109,40.9778,0
-123.416,39.29650000000001,10668
-123.274,39.053200000000004,10668
-122.868,38.079800000000006,10668
-122.644,37.95740000000001,10668
-122.492,37.8742,10668
-122.224,37.725899999999996,10668
-119.979,35.64699999999999,8382
-119.641,35.2559,6492.240000000001
-118.409,33.9431,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>