<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMSO to KSLC</name>
        <description>Missoula Intl to Salt Lake City International Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMSO to KSLC</name>
            <description>Missoula Intl to Salt Lake City International Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-114.09,46.9162,0
-114.084,45.3878,9966.960000000001
-114.084,45.0213,10668
-113.737,44.5154,10668
-113.355,43.948199999999986,10668
-112.908,43.26679999999999,10119.36
-112.652,42.87039999999999,8382
-112.607,42.72030000000001,7802.88
-112.451,42.199900000000014,5699.76
-111.975,40.787000000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>