<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFPB to EGCC</name>
        <description>Paris Le Bourget to Manchester</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFPB to EGCC</name>
            <description>Paris Le Bourget to Manchester</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>2.4355799999999874,48.96430000000001,0
1.065560000000005,50.514999999999986,10668
0.5411110000000008,50.935,10668
0.3675000000000068,51.07169999999999,10668
0.034811100000013084,51.330899999999986,9662.16
-0.4194439999999986,51.8056,7498.08
-0.5522220000000004,51.942200000000014,6858
-2.2834799999999973,53.34739999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>