<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KABQ to KDAL</name>
        <description>Albuquerque to Dallas Love Field</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KABQ to KDAL</name>
            <description>Albuquerque to Dallas Love Field</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-106.61,35.0382,0
-106.114,34.95689999999999,2682.2400000000002
-102.84,34.49510000000001,10668
-102.062,34.1935,10668
-101.79,34.08619999999999,10668
-101.26,33.976200000000006,10668
-100.336,33.7783,10668
-99.0566,33.6614,7924.8
-98.7812,33.634600000000006,7040.88
-96.8507,32.84620000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>