<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ELLX to LFMN</name>
        <description>Luxembourg to Nice Cote D Azur</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ELLX to LFMN</name>
            <description>Luxembourg to Nice Cote D Azur</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>6.211528,49.626667,0
6.188148,49.526299,0
6.38071,49.689182,0
6.266,49.659,0
6.716222,48.986443,0
6.665833,47.672501,0
6.787916,46.342957,0
6.982222,44.993889,0
7.151139,44.214443,0
6.953333,43.721943,0
6.675,43.543331,0
6.757056,43.413639,0
7.215328,43.659824,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>