<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KIND to KORD</name>
        <description>Indianapolis Intl to Chicago Ohare Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KIND to KORD</name>
            <description>Indianapolis Intl to Chicago Ohare Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-86.29289,39.728309,0
-86.226961,39.77996,213.36
-86.195771,39.832661,213.36
-86.189931,39.89038,213.36
-86.210189,39.946149,213.36
-86.254136,39.993236,213.36
-86.827468,40.69358,213.36
-87.813553,41.853154,213.36
-87.840016,41.907591,213.36
-87.902397,41.963119,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>