<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGSS to ELLX</name>
        <description>London Stansted to Luxembourg</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGSS to ELLX</name>
            <description>London Stansted to Luxembourg</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>0.23498599999999215,51.885099999999994,0
2.6516699999999958,51.09469999999999,8229.6
5.3736100000000135,50.1439,2712.7200000000003
6.211590000000001,49.62649999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>