<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGSF to EGYE</name>
        <description>Peterborough Conington to RAF Barkston Heath</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGSF to EGYE</name>
            <description>Peterborough Conington to RAF Barkston Heath</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.2508330000000001,52.46809999999999,0
-0.6507689999999968,52.7354,883.9200000000001
-0.5597290000000044,52.961299999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>