<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KABQ to KSBD</name>
        <description>Albuquerque to San Bernardino Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KABQ to KSBD</name>
            <description>Albuquerque to San Bernardino Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-106.61,35.0382,0
-107.572,35.0235,5120.64
-109.155,34.9658,10668
-110.511,34.86959999999999,10668
-112.48,34.70259999999999,10668
-113.639,34.56229999999999,10668
-115.343,34.20660000000001,6156.96
-117.235,34.0954,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>