<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>HEMA to HEAX</name>
        <description>Marsa Alam Intl to Alexandria Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>HEMA to HEAX</name>
            <description>Marsa Alam Intl to Alexandria Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>34.5831,25.558099999999996,0
33.796400000000006,27.1777,10668
33.11580000000001,28.022199999999998,10668
31.38839999999999,30.092299999999994,6461.76
29.946300000000008,31.181700000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>