<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>OJAM to HEAX</name>
        <description>MARKA INTL to Alexandria Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>OJAM to HEAX</name>
            <description>MARKA INTL to Alexandria Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>35.991600000000005,31.972700000000003,0
34.05529999999999,32.33500000000001,10668
33.099999999999994,32.2167,10668
32.14080000000001,32.1344,8595.36
31.068299999999994,32.03360000000001,4998.72
29.946300000000008,31.181700000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>