<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KINT to KLYH</name>
        <description>Smith Reynolds to Lynchburg Regional/Preston Glenn Field</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KINT to KLYH</name>
            <description>Smith Reynolds to Lynchburg Regional/Preston Glenn Field</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.2228,36.1345,0
-80.119,36.28229999999999,1097.28
-79.2007,37.32650000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>