<?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.012,33.4336,0
-112.467,34.9444,10149.84
-112.44,35.407,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,10668
-121.101,45.713599999999985,7528.56
-121.624,46.473299999999995,4236.72
-122.312,47.450199999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>