<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>AL71 to KHSA</name>
        <description>WILLOW POINT to STENNIS INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>AL71 to KHSA</name>
            <description>WILLOW POINT to STENNIS INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-85.9805,32.80369999999999,0
-87.3525,31.4593,8290.560000000001
-87.8167,31.136499999999998,6278.88
-89.4546,30.367800000000003,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>