<?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 Intl</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 Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-114.077639,46.907942,0
-113.997238,46.860856,1310.64
-113.955665,46.81043,1310.64
-113.941809,46.75332,1310.64
-113.386754,45.214487,1310.64
-112.864133,43.674516,1310.64
-111.985318,40.879532,304.8
-111.976936,40.807444,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>