<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to LFLL</name>
        <description>London Heathrow to Lyon Saint Exupery</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to LFLL</name>
            <description>London Heathrow to Lyon Saint Exupery</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.46088100000000054,51.47120000000001,0
0.8480560000000139,50.1867,7620
1.2866699999999867,49.93860000000001,7620
1.5011100000000113,49.71029999999999,7620
1.606439999999992,49.4554,7620
1.7572800000000086,49.29169999999999,7620
2,49,7620
2.1023600000000044,48.75370000000001,7620
2.1919399999999882,48.5686,7620
2.825559999999996,48.275800000000004,7620
3.0480599999999924,48.08330000000001,7620
3.3874999999999886,47.5403,7620
3.7538900000000126,46.94030000000001,5974.08
5.090730000000008,45.72579999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>