<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPHX to KSEA</name>
        <description>Phoenix Sky Harbor Intl to Seattle Tacoma Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPHX to KSEA</name>
            <description>Phoenix Sky Harbor Intl to Seattle Tacoma Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-112.01183667,33.433580000000006,0
-112.466556,34.944361,9845.04
-112.439869,35.406949999999995,10668
-112.400358,36.083961,10668
-112.351228,36.909392,10668
-112.30388889,37.689194439999994,10668
-114.84830556,39.29811111000001,10363.2
-117.86813889,42.590555559999984,10363.2
-119.71163889,44.64838889000001,10363.2
-121.10083333,45.713583330000006,7528.56
-121.623631,46.473288999999994,3931.92
-122.31232036,47.45018848000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>