<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EIDW to EGKK</name>
        <description>Dublin to London Gatwick</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EIDW to EGKK</name>
            <description>Dublin to London Gatwick</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-6.263080000000002,53.42490000000001,0
-4.372500000000002,52.431100000000015,7955.280000000001
-3.549440000000004,51.9503,8839.2
-3.2591700000000117,51.77690000000001,8229.6
-1.710000000000008,51.56389999999999,4206.24
-0.19192300000000273,51.148799999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>