<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGGW to EGPF</name>
        <description>London Luton to Glasgow</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGGW to EGPF</name>
            <description>London Luton to Glasgow</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.36843999999999255,51.87459999999999,0
-1.630830000000003,53.29140000000001,10515.6
-1.8125,53.4667,10668
-1.9499999999999886,53.598299999999995,10576.560000000001
-2.1033299999999997,53.74379999999999,9906
-2.1847199999999987,53.86330000000001,9418.32
-2.2897199999999884,54.016099999999994,8778.24
-2.3866700000000094,54.15610000000001,8168.64
-2.627219999999994,54.5,6705.6
-4.4336999999999875,55.871700000000004,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>