<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LVGZ to HEAX</name>
        <description>Gaza Intl. to ALEXANDRIA INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LVGZ to HEAX</name>
            <description>Gaza Intl. to ALEXANDRIA INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>34.27305999999999,31.248096000000004,0
32.237806000000006,31.278806000000003,7376.160000000001
31.176389,31.241388999999998,3810
29.950360999999987,31.186943999999997,2895.6000000000004
29.94760224999999,31.183715250000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>