<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGNT to EGLL</name>
        <description>Newcastle to London Heathrow</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGNT to EGLL</name>
            <description>Newcastle to London Heathrow</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-1.689789999999988,55.03790000000001,0
-0.9255560000000003,53.3844,7559.04
-0.861110999999994,53.2064,6858
-0.46088100000000054,51.47120000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>