<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPDX to KPHX</name>
        <description>Portland Intl to Phoenix Sky Harbor Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPDX to KPHX</name>
            <description>Portland Intl to Phoenix Sky Harbor Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-122.598,45.58870000000002,0
-120.416,44.809799999999996,10058.4
-119.712,44.64840000000001,10058.4
-118.968,43.4366,10058.4
-118.025,41.8176,10058.4
-113.5,37.9333,10058.4
-112.4,36.084,10058.4
-112.44,35.407,7894.320000000001
-112.467,34.9444,6096
-112.012,33.4336,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>