<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGKK to EIDW</name>
        <description>London Gatwick to Dublin</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGKK to EIDW</name>
            <description>London Gatwick to Dublin</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-0.19247250000000804,51.148753,0
-2.5461109999999962,51.817778000000004,10515.6
-2.9291670000000067,51.86944399999999,10180.32
-3.249167,51.911666999999994,9387.84
-3.549443999999994,51.950278,8656.32
-4.372500000000002,52.43111099999999,5913.12
-6.25955012,53.42826402,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>