<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KCHO to KGSP</name>
        <description>CHARLOTTESVILLE ALBEMARLE to Greenville Spartanburg Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KCHO to KGSP</name>
            <description>CHARLOTTESVILLE ALBEMARLE to Greenville Spartanburg Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-78.4523,38.139700000000005,0
-79.7113,36.93379999999999,10210.800000000001
-80.0248,36.7195,9997.44
-80.2782,36.544700000000006,8930.640000000001
-80.8207,36.1661,6675.12
-82.2189,34.895700000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>