<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KELP to KPDX</name>
        <description>El Paso Intl to Portland Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KELP to KPDX</name>
            <description>El Paso Intl to Portland Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-106.373,31.806700000000006,0
-106.899,32.28370000000001,4267.2
-108.164,33.2191,10668
-109.627,34.2607,10668
-110.511,34.86959999999999,10668
-110.795,35.0616,10668
-111.88,35.5895,10668
-112.109,35.7338,10668
-112.4,36.084,10668
-113.5,37.9333,10668
-118.025,41.8176,10668
-118.968,43.4366,10668
-119.712,44.64840000000001,8808.720000000001
-120.416,44.809799999999996,6736.08
-122.598,45.58870000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>