<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KCLL to KACT</name>
        <description>Easterwood Field to Waco Rgnl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KCLL to KACT</name>
            <description>Easterwood Field to Waco Rgnl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-96.3642,30.588799999999992,0
-97.0616,31.406499999999994,975.36
-97.2309,31.611999999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>