<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KORD</name>
        <description>John F. Kennedy Intl to Chicago O'Hare Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KORD</name>
            <description>John F. Kennedy Intl to Chicago O'Hare Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.7765,40.64009999999999,0
-75.8707,40.93020000000001,10515.6
-76.6653,41.02340000000001,10668
-78.1428,41.215,10668
-78.4581,41.25030000000001,10668
-78.8643,41.2946,10668
-80.1118,41.421099999999996,10668
-81.1632,41.51689999999999,10668
-81.4776,41.5539,10668
-82.7892,41.69579999999999,10668
-83.5518,41.7714,10668
-84.4251,41.77770000000001,10241.28
-85.2067,41.77780000000001,7955.280000000001
-86.3185,41.76859999999999,4693.92
-87.9064,41.97570000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>