<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KRFD to KBNA</name>
        <description>Chicago Rockford Intl to Nashville International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KRFD to KBNA</name>
            <description>Chicago Rockford Intl to Nashville International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-89.0966,42.1953,0
-87.7911,41.2696,8778.24
-87.6227,40.5703,10668
-87.5924,40.4427,10668
-87.5573,40.293800000000005,10668
-87.4645,40.0539,10668
-87.4208,39.9401,10668
-87.249,39.4889,10668
-87.1518,39.08260000000001,10668
-86.8598,38.00569999999999,7406.64
-86.755,37.737300000000005,6309.360000000001
-86.6782,36.1245,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>