<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LEPA to LEZL</name>
        <description>Palma De Mallorca to Sevilla</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LEPA to LEZL</name>
            <description>Palma De Mallorca to Sevilla</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>2.73495795,39.55253577,0
-0.483044,39.485647,0
-1.263003,39.02438,0
-2.352753,38.360778,0
-3.185207,37.734413,0
-3.63085,37.392216,0
-5.893093,37.417939,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>