<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>5M0 to KSPA</name>
        <description>ROUNTREE FLD to SPARTANBURG DOWNTOWN MEM</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>5M0 to KSPA</name>
            <description>ROUNTREE FLD to SPARTANBURG DOWNTOWN MEM</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-86.9329,34.408199999999994,0
-84.882,34.38839999999999,1066.8
-84.4307,34.4354,1066.8
-83.9843,34.4803,1066.8
-81.9544,34.91460000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>