<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KAUS to T88</name>
        <description>Austin Bergstrom Intl to COLORADO CITY</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KAUS to T88</name>
            <description>Austin Bergstrom Intl to COLORADO CITY</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-97.66824375,30.194120999999996,0
-99.431339,31.023172000000002,7863.84
-100.060661,31.240747,5577.84
-100.9211235,32.468429,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>