<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KDEN to KSEA</name>
        <description>Denver Intl to Seattle Tacoma Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KDEN to KSEA</name>
            <description>Denver Intl to Seattle Tacoma Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-104.696081,39.895797,0
-104.695241,39.96816,67.056
-104.720464,40.022733,222.50400000000002
-104.768573,40.067401,460.24800000000005
-104.833775,40.096774,771.144
-107.253366,41.444247,6278.88
-109.776819,42.739949,6278.88
-112.40552,43.977926,6278.88
-115.143247,45.153119,6278.88
-117.992821,46.260206,6278.88
-121.904028,47.600532,2069.592
-121.978123,47.629802,1588.008
-122.062632,47.640227,1152.144
-122.147336,47.630547,771.144
-122.221989,47.601926,460.24800000000005
-122.277571,47.557815,222.50400000000002
-122.307394,47.503537,67.056
-122.308036,47.431172,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>