<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EGBB to KJFK</name>
        <description>Birmingham to John F. Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EGBB to KJFK</name>
            <description>Birmingham to John F. Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-1.7485200000000134,52.45429999999999,0
-3.99833000000001,51.840599999999995,9875.52
-5.0401899999999955,51.994699999999995,10668
-6.239170000000001,51.952799999999996,10668
-7,52,10668
-8,52,10668
-9,52,10668
-10,52,10668
-11,52,10668
-12,52,10668
-13,52,10668
-15,51,10668
-20,51,10668
-30,50,10668
-40,49,10668
-50,48,10668
-52,47.5,10668
-67,43.565,10668
-70.0227,42.66899999999998,10668
-70.2304,42.60309999999998,10668
-70.9895,42.357399999999984,10668
-71.3116,42.105199999999996,9296.4
-71.507,41.95060000000001,8473.44
-71.564,41.90530000000001,8229.6
-71.642,41.843199999999996,7894.320000000001
-71.8259,41.6961,7101.84
-71.9994,41.5564,6339.84
-73.7765,40.64009999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>