<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGWU to EGCC</name>
        <description>RAF Northolt to Manchester</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGWU to EGCC</name>
            <description>RAF Northolt to Manchester</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.41958600000000956,51.552700000000016,0
-1.3569400000000087,52.5403,3840.48
-2.2834799999999973,53.34739999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>