<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EIDW to EGOV</name>
        <description>Dublin to Valley</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EIDW to EGOV</name>
            <description>Dublin to Valley</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-6.263080000000002,53.42490000000001,0
-4.737779999999987,53.2561,457.20000000000005
-4.535329999999988,53.2482,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>