<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LICD to LMML</name>
        <description>LAMPEDUSA to La Valette Luqa</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LICD to LMML</name>
            <description>LAMPEDUSA to La Valette Luqa</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>12.6180765,35.49796649999999,0
12.630831,35.499714,60.96
14.481835820000015,35.84947704999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>