<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGKK to LFRS</name>
        <description>London Gatwick to Nantes Atlantique Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGKK to LFRS</name>
            <description>London Gatwick to Nantes Atlantique Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.19184699999999566,51.148799999999994,0
-1.1108299999999929,49.5847,-5486.400000000001
-1.3855599999999981,49.34109999999998,-4815.84
-1.4561099999999954,49.07499999999999,-4206.24
-1.4991699999999923,48.899400000000014,-3810
-1.6107199999999864,47.1532,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>