<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>BIRK to LFPG</name>
        <description>Reykjavik to Paris Charles De Gaulle</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>BIRK to LFPG</name>
            <description>Reykjavik to Paris Charles De Gaulle</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-21.94059999999999,64.13,0
-20.34819999999999,63.94669999999999,0
-10,62.621700000000004,0
-8.066669999999988,61,0
0.8480560000000139,50.1867,0
2.059609999999992,48.998699999999985,0
2.5288500000000056,49.026099999999985,0
2.5626200000000097,49.00970000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>