<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGXY to EGSF</name>
        <description>Syerston to Conington</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGXY to EGSF</name>
            <description>Syerston to Conington</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.928289,53.017175,0
-0.258333,52.468611,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>