<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGNT to EGKK</name>
        <description>Newcastle to London Gatwick</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGNT to EGKK</name>
            <description>Newcastle to London Gatwick</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-1.689789999999988,55.03790000000001,0
-1.9611099999999908,53.52029999999999,9966.960000000001
-1.7397200000000055,53.16669999999999,8747.76
-1.6699700000000064,53.054,8260.08
-1.3069399999999973,52.7003,6644.64
-0.19192300000000273,51.148799999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>