<?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
-1.663611000000003,52.356667000000016,9875.52
-2.4788890000000094,52.809721999999994,9753.6
-2.8866669999999885,53.030833,8442.960000000001
-3.151943999999986,53.172777999999994,7620
-3.6083329999999876,53.413332999999994,6187.4400000000005
-6.25955012,53.42826402,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>