<?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 International</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 International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.7765,40.64009999999999,0
-74.9531,39.26089999999999,10668
-75.0789,39.0419,10668
-75.2113,38.809799999999996,10668
-75.5106,38.345,10668
-76.311,37.4872,10668
-76.7834,36.9687,10668
-77.0124,36.714200000000005,10668
-77.7037,35.976699999999994,10668
-78.1452,35.414500000000004,10668
-78.8497,34.4974,10668
-79.0148,34.27879999999999,10668
-79.3232,33.86709999999999,10668
-80.0378,32.8943,10668
-81.1737,31.328599999999994,3688.0800000000004
-81.6883,30.492999999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>