<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFIR to LFMN</name>
        <description>Revel Montgey to Nice-Cote d'Azur</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFIR to LFMN</name>
            <description>Revel Montgey to Nice-Cote d'Azur</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>1.9799999999999898,43.48140000000001,0
3.9747199999999907,43.57839999999999,8260.08
4.9288899999999956,43.336900000000014,7406.64
7.215759999999989,43.6584,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>