<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LCLK to HEAX</name>
        <description>Larnaca Intl to Alexandria Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LCLK to HEAX</name>
            <description>Larnaca Intl to Alexandria Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>33.623999999999995,34.8738,0
32.0667,33.86670000000001,10668
31.81110000000001,33.693299999999994,10668
30.94999999999999,33.099999999999994,8382
30.27000000000001,32.3322,4632.96
29.946300000000008,31.181700000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>