<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KDEN to KSKX</name>
        <description>Denver Intl to Taos Rgnl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KDEN to KSKX</name>
            <description>Denver Intl to Taos Rgnl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-104.672,39.86099999999999,0
-105.387,38.6028,8473.44
-105.593,38.00710000000001,6065.52
-105.672,36.458200000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>