<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPDX to KSMF</name>
        <description>PORTLAND INTL to Sacramento Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPDX to KSMF</name>
            <description>PORTLAND INTL to Sacramento Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-122.59725917,45.588838829999986,0
-122.944167,44.5,7284.72
-122.883761,42.48055600000001,10668
-122.912933,42.47957199999999,10668
-122.841131,42.235247000000015,10668
-122.23635,40.09891111000002,5821.68
-121.59076946,38.695431119999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>