<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFPG to LEPA</name>
        <description>Paris Charles De Gaulle to Palma De Mallorca</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFPG to LEPA</name>
            <description>Paris Charles De Gaulle to Palma De Mallorca</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>2.524892,49.024719,0
2.191944,48.568611,0
2.1,48.283333,0
2.131667,48.133333,0
2.179167,47.317778,0
2.192222,47.089167,0
2.089444,46.189999,0
1.810556,44.647778,0
1.748889,44.295278,0
1.824167,43.954056,0
1.883056,43.344167,0
1.946667,42.673332,0
2.008461,42.366808,0
2.107808,41.307122,0
2.286739,40.802919,0
2.348644,40.626611,0
2.392889,40.5,0
2.496269,40.202228,0
2.758294,39.435186,0
2.718669,39.548729,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>