<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KWYS to KDEN</name>
        <description>Yellowstone to Denver Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KWYS to KDEN</name>
            <description>Yellowstone to Denver Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-111.118,44.6884,0
-109.59,43.531800000000004,6248.400000000001
-109.07,43.32040000000001,7924.8
-108.911,43.2551,8229.6
-108.456,43.06569999999999,8229.6
-108.073,42.882000000000005,8229.6
-106.004,41.845500000000015,8229.6
-105.927,41.7072,8229.6
-105.806,41.49170000000001,8229.6
-105.721,41.337800000000016,7894.320000000001
-104.672,39.86099999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>