<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGTE to EGNT</name>
        <description>Exeter to Newcastle</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGTE to EGNT</name>
            <description>Exeter to Newcastle</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-3.4137699999999995,50.73429999999999,0
-3.551109999999994,52.223900000000015,9753.6
-3.2002799999999922,52.55330000000001,10332.720000000001
-2.882779999999997,53.07670000000002,8168.64
-2.6530600000000106,53.4461,6614.160000000001
-1.689789999999988,55.03790000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>