<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>HESH to HEAX</name>
        <description>Sharm El-Sheikh Intl to Alexandria Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>HESH to HEAX</name>
            <description>Sharm El-Sheikh Intl to Alexandria Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>34.39490000000001,27.9773,0
34.413399999999996,27.998000000000005,152.4
32.601699999999994,29.283299999999997,10668
31.868300000000005,29.783299999999997,8503.92
31.38839999999999,30.092299999999994,6461.76
29.946300000000008,31.181700000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>