<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>PHNL to NZAA</name>
        <description>Honolulu Intl to Auckland International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>PHNL to NZAA</name>
            <description>Honolulu Intl to Auckland International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-157.917999,21.330999,0
-157.623367,21.327682,0
-157.419601,21.232233,0
-157.345047,21.12396,0
-157.253815,20.92664,0
-157.279083,20.864622,0
177.244156,-33.317921,980.8464
175.102005,-36.785,980.8464
175.156113,-36.910667,980.8464
174.998856,-36.95443,980.8464
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>