<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KDPA to KBMI</name>
        <description>Du Page to Central Illinois Rgnl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KDPA to KBMI</name>
            <description>Du Page to Central Illinois Rgnl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-88.2475,41.90809999999999,0
-88.7335,40.821200000000005,1432.5600000000002
-88.9164,40.477300000000014,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>