<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMEM to KDFW</name>
        <description>Memphis Intl to Dallas Fort Worth Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMEM to KDFW</name>
            <description>Memphis Intl to Dallas Fort Worth Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-89.9766,35.042699999999996,0
-91.7758,34.741,0
-92.1805,34.6777,0
-93.5236,34.3181,0
-93.9023,34.1956,0
-97.0377,32.8972,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>