<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMEM to KDEN</name>
        <description>Memphis Intl to Denver Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMEM to KDEN</name>
            <description>Memphis Intl to Denver Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-89.9766,35.042699999999996,0
-91.9023,35.56479999999999,10972.800000000001
-94.1074,36.2535,10972.800000000001
-94.1214,36.246399999999994,10972.800000000001
-95.5002,36.66720000000001,10972.800000000001
-95.9971,36.9387,10972.800000000001
-96.9117,37.4049,10972.800000000001
-97.5838,37.7453,10972.800000000001
-98.2356,38.017600000000016,10972.800000000001
-98.4015,38.0898,10972.800000000001
-101.692,39.3879,10972.800000000001
-104.621,39.6901,1280.16
-104.672,39.86099999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>