<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFKS to LIEO</name>
        <description>Solenzara to OLBIA COSTA SMERALDA</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFKS to LIEO</name>
            <description>Solenzara to OLBIA COSTA SMERALDA</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>9.40532300000001,41.924616000000015,0
9.57166699999999,41.038332999999994,548.64
9.517629,40.898661000000004,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>