<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGSF to EGBR</name>
        <description>Peterborough Conington to Breighton Aerodrome</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGSF to EGBR</name>
            <description>Peterborough Conington to Breighton Aerodrome</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.2508330000000001,52.46809999999999,0
-0.6822219999999959,53.308099999999996,2011.68
-0.9172969999999907,53.80279999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>