<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJBR to KMEM</name>
        <description>JONESBORO MUNI to Memphis Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJBR to KMEM</name>
            <description>JONESBORO MUNI to Memphis Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-90.6472,35.83109999999999,0
-90.0616,35.104299999999995,335.28000000000003
-89.9766,35.042699999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>