<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KATL to KORD</name>
        <description>Hartsfield Jackson Atlanta Intl to Chicago Ohare Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KATL to KORD</name>
            <description>Hartsfield Jackson Atlanta Intl to Chicago Ohare Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-84.447987,33.634705,0
-84.534904,33.634701,167.64000000000001
-84.60025,33.654504,521.208
-84.653535,33.691721,2529.84
-84.688324,33.741863,2529.84
-84.700396,33.79888,2529.84
-85.329766,35.584176,2529.84
-85.990448,37.367021,2529.84
-86.683267,39.146012,2529.84
-87.813553,41.853154,521.208
-87.840016,41.907591,167.64000000000001
-87.902397,41.963119,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>