<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGNT to ENBR</name>
        <description>Newcastle to Bergen Lufthavn Flesland</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGNT to ENBR</name>
            <description>Newcastle to Bergen Lufthavn Flesland</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-1.689789999999988,55.03790000000001,0
-1.020559999999989,55.45920000000001,3688.0800000000004
0.7769439999999861,56.40809999999999,10668
4.1369200000000035,57.56989999999999,10668
4.440689999999989,58.6328,6675.12
5.218060000000008,60.2936,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>