<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSTL to KTUL</name>
        <description>St. Louis Lambert Intl to Tulsa Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSTL to KTUL</name>
            <description>St. Louis Lambert Intl to Tulsa Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-90.3704,38.748999999999995,0
-92.2714,37.88159999999999,10668
-92.3905,37.8236,10668
-92.6053,37.7183,10668
-92.9464,37.5497,10637.52
-92.9794,37.5333,10515.6
-93.334,37.35589999999999,9204.960000000001
-93.6889,37.19239999999999,7924.8
-94.1168,36.99289999999999,6370.320000000001
-95.8895,36.1982,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>