<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBNA to KBIL</name>
        <description>Nashville Intl to Billings Logan Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBNA to KBIL</name>
            <description>Nashville Intl to Billings Logan Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-86.695356,36.141275,0
-86.760467,36.191012,48.768
-86.774516,36.200008,70.104
-89.249136,37.662842,8747.76
-91.824103,39.072885,8747.76
-94.501813,40.424026,8747.76
-97.286616,41.710903,8747.76
-100.182015,42.927856,8747.76
-103.190383,44.068965,8747.76
-108.420176,45.77514,48.768
-108.516511,45.802053,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>