<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGLF to EGAC</name>
        <description>Farnborough to George Best - Belfast City</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGLF to EGAC</name>
            <description>Farnborough to George Best - Belfast City</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.7765620000000126,51.2757,0
-1.6637299999999868,52.35669999999999,7894.320000000001
-3.13445999999999,53.39189999999999,7924.8
-3.6636100000000056,53.61580000000001,6400.8
-5.872440000000012,54.6181,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>