<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to EDDL</name>
        <description>London Heathrow to Dusseldorf</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to EDDL</name>
            <description>London Heathrow to Dusseldorf</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.46088100000000054,51.47120000000001,0
2.0550499999999943,51.5703,9448.800000000001
2.5,51.548100000000005,9448.800000000001
3.106599999999986,51.40699999999998,9144
3.3552799999999934,51.34809999999999,8503.92
3.8697099999999978,51.235299999999995,7162.8
4.183889999999991,51.16499999999999,6339.84
6.766619999999989,51.2894,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>