<?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.77666109,40.63990419999999,0
-74.80033333,39.095500000000015,10668
-75.088467,38.648555999999985,10668
-75.4639,38.05659444,10668
-75.626483,37.841958000000005,10668
-75.858083,37.533536,10668
-76.20033333,36.89188888999999,10668
-76.450108,36.44044199999999,10668
-76.703369,35.97671700000001,10668
-76.909528,35.594717,10668
-77.45294444,34.56852778,10668
-78.256953,32.023408,10668
-78.459172,30.792731000000003,10668
-78.520358,30.420364000000006,10668
-78.670097,29.365942000000004,10668
-78.947267,27.414197,6736.08
-80.152694,26.071638500000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>