<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGSS to LFBZ</name>
        <description>London Stansted to Biarritz Bayonne Anglet</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGSS to LFBZ</name>
            <description>London Stansted to Biarritz Bayonne Anglet</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
-0.25,48.929722,0
-0.65263,45.05529,0
-0.911164,43.473332,0
-1.509422,43.468536,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>