<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>OLKA to LCLK</name>
        <description>RENE MOUAWAD to Larnaca</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>OLKA to LCLK</name>
            <description>RENE MOUAWAD to Larnaca</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>36.011379500000004,34.589372,0
33.94499999999999,34.924999,1036.3200000000002
33.626667,34.873333,1828.8000000000002
33.624832,34.87511549999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>