<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGSS to LFKB</name>
        <description>London Stansted to Poretta</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGSS to LFKB</name>
            <description>London Stansted to Poretta</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>0.219926,51.875082,0
0.061055,51.768761,0
3.755833,49.530278,0
5.846667,46.063333,0
8.940278,43.227222,0
9.304006,42.978059,0
9.479168,42.563339,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>