<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>HEAX to HEGN</name>
        <description>Alexandria Intl to Hurghada Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>HEAX to HEGN</name>
            <description>Alexandria Intl to Hurghada Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>29.946300000000008,31.181700000000006,0
31.38839999999999,30.092299999999994,10668
31.51830000000001,29.7003,10668
31.7517,28.983599999999996,10668
32.05169999999998,28.033299999999997,6918.96
33.7963,27.177499999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>