<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KFLL</name>
        <description>John F. Kennedy Intl to Fort Lauderdale-Hollywood Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KFLL</name>
            <description>John F. Kennedy Intl to Fort Lauderdale-Hollywood Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.7765,40.64009999999999,0
-74.8003,39.095500000000015,10668
-75.0885,38.64859999999999,10668
-75.4639,38.0566,10668
-75.5915,37.8886,10668
-75.6265,37.842,10668
-75.8581,37.533500000000004,10668
-76.2003,36.89189999999999,10668
-76.4501,36.4404,10668
-76.7034,35.976699999999994,10668
-76.9095,35.5947,10668
-77.4529,34.5685,10668
-77.8758,32.6091,10668
-77.9444,32.2911,10668
-77.9607,32.2161,10668
-78.2356,30.941599999999994,10668
-78.3483,30.419399999999996,10668
-78.4258,29.5625,10668
-78.4873,29.48570000000001,10668
-78.5557,29.400099999999995,10668
-78.627,27.991199999999992,9540.24
-78.6461,27.605199999999996,8016.240000000001
-78.78,27.520399999999995,7437.120000000001
-78.9473,27.414199999999994,6736.08
-80.1495,26.071300000000008,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>