<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>HECA to LVGZ</name>
        <description>Cairo Intl to Gaza Intl.</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>HECA to LVGZ</name>
            <description>Cairo Intl to Gaza Intl.</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>31.406095170000015,30.121808,0
32.268332999999984,30.599999999999994,5455.92
33.831861,31.073000000000008,1676.4
34.27305999999999,31.248096000000004,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>