<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KOXD to KDPA</name>
        <description>MIAMI UNIVERSITY to Du Page</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KOXD to KDPA</name>
            <description>MIAMI UNIVERSITY to Du Page</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-84.7844,39.50229999999999,0
-86.7201,40.27859999999998,7833.360000000001
-86.8874,40.412000000000006,7101.84
-87.0694,40.55619999999999,6339.84
-88.2475,41.90809999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>