<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPWM to KATL</name>
        <description>Portland Intl Jetport to Hartsfield Jackson Atlanta Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPWM to KATL</name>
            <description>Portland Intl Jetport to Hartsfield Jackson Atlanta Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-70.326078,43.645861,0
-70.425661,43.65255,39.624
-70.50305,43.63787,128.01600000000002
-70.56881,43.604926,265.176
-72.978273,42.156182,10972.800000000001
-75.280223,40.660507,10972.800000000001
-77.479767,39.121144,10972.800000000001
-79.584061,37.542231,10972.800000000001
-81.600104,35.927539,10972.800000000001
-84.203332,33.691591,265.176
-84.256649,33.654406,128.01600000000002
-84.322013,33.634642,39.624
-84.40893,33.634699,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>