<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KDFW to KBNA</name>
        <description>Dallas Fort Worth Intl to Nashville International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KDFW to KBNA</name>
            <description>Dallas Fort Worth Intl to Nashville International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-97.0377,32.8972,0
-93.0857,33.8964,0
-89.9832,35.01509999999999,0
-86.6782,36.1245,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>