<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KJAX</name>
        <description>John F Kennedy Intl to Jacksonville Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KJAX</name>
            <description>John F Kennedy Intl to Jacksonville Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.794151,40.638138,3.9624
-73.394379,40.234585,4474.1592
-73.261749,40.093056,5964.0216
-74.528969,38.94062,11277.6
-74.732941,38.750057,11277.6
-75.463921,38.056591,11277.6
-75.62648,37.841904,11277.6
-75.858078,37.533535,11277.6
-76.200325,36.891895,11277.6
-77.134323,35.853809,11277.6
-77.558334,35.370956,11277.6
-78.651497,34.303177,11277.6
-78.966476,33.988411,11277.6
-80.037788,32.894321,11277.6
-80.918114,31.752312,7315.200000000001
-81.445969,31.05052,3048
-81.499901,30.451639,1219.2
-81.509941,30.33886,975.36
-81.51976,30.357767,792.48
-81.608559,30.42375,518.1600000000001
-81.684998,30.500792,9.144
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>