<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EICK to EIKN</name>
        <description>Cork to Ireland West</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EICK to EIKN</name>
            <description>Cork to Ireland West</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-8.489329999999995,51.84280000000001,0
-8.885220000000004,52.721000000000004,4663.4400000000005
-8.81810999999999,53.91030000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>