<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>WAJJ to AYPY</name>
        <description>Sentani to Port Moresby Jacksons Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>WAJJ to AYPY</name>
            <description>Sentani to Port Moresby Jacksons Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>140.51800000000003,-2.5778799999999933,0
141,-2.721670000000003,3261.36
143.676,-3.583529999999996,10668
147.21500000000003,-9.453329999999994,30.48
147.21799999999996,-9.440730000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>