<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KCLT to KJFK</name>
        <description>Charlotte Douglas Intl to John F. Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KCLT to KJFK</name>
            <description>Charlotte Douglas Intl to John F. Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.9485,35.21379999999999,0
-79.9764,36.0457,7498.08
-78.9829,37.1339,10668
-78.153,38.0136,10668
-77.3629,38.405699999999996,10668
-76.7448,38.705899999999986,10668
-76.3727,39.02799999999999,10058.4
-76.0475,39.17230000000001,8930.640000000001
-75.9354,39.221599999999995,8534.4
-75.8327,39.2894,8138.160000000001
-75.6789,39.39070000000001,7528.56
-75.6212,39.428499999999985,7284.72
-75.3031,39.6361,6035.04
-73.7765,40.64009999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>