<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KORD to KCLT</name>
        <description>Chicago O'Hare International to Charlotte Douglas Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KORD to KCLT</name>
            <description>Chicago O'Hare International to Charlotte Douglas Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-87.9066,41.9734,0
-87.0694,40.55619999999999,10119.36
-86.876,40.2491,10668
-86.723,40.00370000000001,10668
-86.3675,39.814700000000016,10668
-85.4974,39.33100000000002,10668
-84.948,39.01859999999999,10668
-84.3106,38.649400000000014,10668
-84.1848,38.399699999999996,10668
-83.0299,37.2542,10668
-82.8507,37.0821,10607.04
-82.3202,37.075,8930.640000000001
-82,37,7894.320000000001
-81.6239,36.731899999999996,6309.360000000001
-80.9485,35.21379999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>