<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KELP to KSNA</name>
        <description>El Paso Intl to John Wayne/Orange County</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KELP to KSNA</name>
            <description>El Paso Intl to John Wayne/Orange County</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-106.373,31.806700000000006,0
-107.605,32.2756,7467.6
-108.896,32.59,10668
-111.288,33.1327,10668
-112.825,33.45349999999999,10668
-114.761,33.59610000000001,10149.84
-115.762,33.620599999999996,6858
-117.868,33.67609999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>