<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EINN to EGAE</name>
        <description>Shannon to Londonderry Eglinton</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EINN to EGAE</name>
            <description>Shannon to Londonderry Eglinton</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-8.924829999999986,52.702,0
-8.264440000000008,53.9725,4876.8
-7.161939999999987,55.0428,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>