<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LSZA to LFMN</name>
        <description>Lugano to Nice-Cote d'Azur</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LSZA to LFMN</name>
            <description>Lugano to Nice-Cote d'Azur</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>8.91058000000001,46.0043,0
8.229719999999986,45.10919999999999,6339.84
7.215759999999989,43.6584,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>