<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBFI to KFAT</name>
        <description>Boeing Fld King Co Intl to Fresno Yosemite Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBFI to KFAT</name>
            <description>Boeing Fld King Co Intl to Fresno Yosemite Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-122.303,47.53110000000001,0
-121.746,46.422799999999995,7650.4800000000005
-120.931,43.18000000000001,10668
-120.416,41.00389999999999,10668
-119.611,38.314700000000016,6035.04
-119.719,36.7766,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>