<?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
-4.372500000000002,52.431100000000015,9753.6
-4.771389999999997,52.6583,9753.6
-5.5,53.06389999999999,9753.6
-6.106439999999992,53.2696,9753.6
-7.270219999999995,53.04939999999999,9753.6
-7.583059999999989,52.98779999999999,9753.6
-8.151440000000008,52.87360000000001,9753.6
-8.885220000000004,52.721000000000004,9753.6
-12,53,9753.6
-13,53,9753.6
-14,53,9753.6
-15,53,9753.6
-20,54,9753.6
-30,55,9753.6
-40,54,9753.6
-50,52,9753.6
-53.2333,51.16669999999999,9753.6
-67,44.41669999999999,9753.6
-69.6023,43.727900000000005,9753.6
-70.6135,43.425700000000006,9753.6
-72.7162,42.162000000000006,9753.6
-73.7765,40.64009999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>