<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KAUS to KBHM</name>
        <description>Austin Bergstrom Intl to Birmingham Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KAUS to KBHM</name>
            <description>Austin Bergstrom Intl to Birmingham Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-97.679364,30.213614,0
-97.683192,30.358308,0
-94.357278,31.563917,0
-90.268811,32.514417,0
-87.198864,33.307059,0
-86.771575,33.554783,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>