<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KCLT to KXNA</name>
        <description>Charlotte Douglas Intl to Northwest Arkansas Rgnl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KCLT to KXNA</name>
            <description>Charlotte Douglas Intl to Northwest Arkansas Rgnl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.951988,35.213696,0
-81.761436,35.129356,0
-86.684769,36.136963,0
-94.121391,36.246426,0
-94.306816,36.281864,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>