<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGCK to EGNR</name>
        <description>Caernarfon to Chester Hawarden</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGCK to EGNR</name>
            <description>Caernarfon to Chester Hawarden</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-4.338719999999995,53.10309999999998,0
-3.1924999999999955,53.194199999999995,487.68
-2.9776500000000112,53.1781,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>