<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBWG to KTYS</name>
        <description>BOWLING GREEN WARREN CO RGNL to Mc Ghee Tyson</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBWG to KTYS</name>
            <description>BOWLING GREEN WARREN CO RGNL to Mc Ghee Tyson</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-86.4197,36.963899999999995,0
-84.8358,36.4102,3535.6800000000003
-83.9958,35.8095,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>