<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSPI to KSTL</name>
        <description>Capital to Lambert St Louis Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSPI to KSTL</name>
            <description>Capital to Lambert St Louis Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-89.6780765,39.843966669999986,0
-89.67772222,39.83972222,0
-90.37040975,38.74896437999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>