<?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 Malta Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LICD to LMML</name>
            <description>Lampedusa to Malta Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>12.618099999999998,35.49799999999999,0
12.630899999999997,35.49969999999999,213.36
14.481799999999993,35.8494,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>