<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSFO to KPDX</name>
        <description>San Francisco Intl to PORTLAND INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSFO to KPDX</name>
            <description>San Francisco Intl to PORTLAND INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-122.37500761,37.618674209999995,0
-122.65,38.533333,6126.4800000000005
-122.744167,39.5,10668
-122.851389,41.33583300000001,10668
-122.883761,42.48055600000001,10668
-122.944167,44.5,4358.64
-122.59725917,45.588838829999986,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>