<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLL to EGPH</name>
        <description>London Heathrow to Edinburgh</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLL to EGPH</name>
            <description>London Heathrow to Edinburgh</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.46088100000000054,51.47120000000001,0
-1.6699700000000064,53.054,10668
-1.7397200000000055,53.16669999999999,10668
-1.9611099999999908,53.52029999999999,10058.4
-2.1033299999999997,53.74379999999999,9113.52
-2.1847199999999987,53.86330000000001,8595.36
-2.2897199999999884,54.016099999999994,7955.280000000001
-2.3866700000000094,54.15610000000001,7376.160000000001
-2.627219999999994,54.5,5913.12
-3.3725000000000023,55.94999999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>