<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGSS to EGFH</name>
        <description>London Stansted to Swansea</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGSS to EGFH</name>
            <description>London Stansted to Swansea</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>0.219926,51.875082,0
0.140361,51.821968,243.84
0.057097,51.795487,243.84
-0.035758,51.788206,243.84
-1.437947,51.773345,243.84
-3.823352,51.713785,243.84
-3.914225,51.70035,243.84
-3.992158,51.66846,243.84
-4.061635,51.610343,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>