<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSHV to KLIT</name>
        <description>SHREVEPORT RGNL to Adams Field/Bill and Hillary Clinton National</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSHV to KLIT</name>
            <description>SHREVEPORT RGNL to Adams Field/Bill and Hillary Clinton National</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-93.8254,32.447,0
-93.0499,33.5403,5364.4800000000005
-92.2259,34.729600000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>