<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KOLV to KUTA</name>
        <description>OLIVE BRANCH to TUNICA MUNI</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KOLV to KUTA</name>
            <description>OLIVE BRANCH to TUNICA MUNI</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-89.7868,34.97880000000001,0
-89.8754,34.9948,457.20000000000005
-90.3478,34.685100000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>