<?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.7371,39.28530000000001,0
-94.1214,36.246399999999994,0
-94.2715,35.38839999999999,0
-94.6776,35.0146,0
-94.882,34.82220000000001,0
-97.0377,32.8972,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>