<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>OJAI to HEAX</name>
        <description>QUEEN ALIA INTL to ALEXANDRIA INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>OJAI to HEAX</name>
            <description>QUEEN ALIA INTL to ALEXANDRIA INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>35.99404575,31.72330975,0
34.04854399999999,32.322835999999995,10363.2
33.099999999999994,32.216667,10363.2
32.140832999999986,32.134444,8595.36
31.068332999999996,32.03361100000001,4998.72
29.94760224999999,31.183715250000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>