<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFMN to LFLL</name>
        <description>Nice Cote D Azur to Lyon Saint Exupery</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFMN to LFLL</name>
            <description>Nice Cote D Azur to Lyon Saint Exupery</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>7.226582,43.668008,0
7.297209,43.719282,243.84
7.330913,43.771806,243.84
7.337711,43.82949,243.84
7.316731,43.885371,243.84
7.27046,43.932703,243.84
6.500286,44.542571,243.84
5.189344,45.544278,243.84
5.131665,45.585762,243.84
5.097691,45.638552,243.84
5.090023,45.710719,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>