<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFMN to LFLB</name>
        <description>Nice-Cote d'Azur to Chambery Aix-les-Bains</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFMN to LFLB</name>
            <description>Nice-Cote d'Azur to Chambery Aix-les-Bains</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.215759999999989,43.6584,0
6.89027999999999,44.14359999999999,3505.2000000000003
5.880840000000006,45.63650000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>