<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGSF to EGTF</name>
        <description>Peterborough Conington to Fairoaks</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGSF to EGTF</name>
            <description>Peterborough Conington to Fairoaks</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.2508330000000001,52.46809999999999,0
-0.4194439999999986,51.8056,1798.3200000000002
-0.5588009999999883,51.34800000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>