<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KTUL to KSWO</name>
        <description>Tulsa Intl to STILLWATER RGNL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KTUL to KSWO</name>
            <description>Tulsa Intl to STILLWATER RGNL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-95.8895,36.1982,0
-97.0508,36.1418,121.92
-97.0857,36.16120000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>