<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGTE to EGLL</name>
        <description>Exeter to London Heathrow</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGTE to EGLL</name>
            <description>Exeter to London Heathrow</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-3.413999689999997,50.734260000000006,0
-1.1708329999999876,51.31305600000002,1828.8000000000002
-0.4609777699999995,51.47121787999998,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>