<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KDSM to KDFW</name>
        <description>Des Moines Intl to Dallas Fort Worth Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KDSM to KDFW</name>
            <description>Des Moines Intl to Dallas Fort Worth Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-93.6631,41.53399999999999,0
-94.2968,40.17349999999999,9418.32
-94.7371,39.28530000000001,10668
-95.1268,38.17070000000001,10668
-95.7881,36.19630000000001,10668
-96.2163,35.2081,9448.800000000001
-96.4694,34.6113,6949.4400000000005
-97.0377,32.8972,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>