<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to NZAA</name>
        <description>Los Angeles Intl to Auckland Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to NZAA</name>
            <description>Los Angeles Intl to Auckland Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.409,33.9431,0
-119.591,32.4756,10668
-120.268,31.942099999999996,10668
-121.392,31.557600000000008,10668
-122.821,30.330799999999996,10668
-130.164,23.2603,10668
-135.9,16.8853,10668
-141.258,10.356099999999998,10668
-145.43,5,10668
-149.492,-0.32166700000000503,10668
-153.062,-5,10668
-157,-10.056700000000006,10668
-161.007,-15,10668
-165.318,-20,10668
-170.02,-25,10668
-175.295,-30,10668
178.394,-35.3579,10668
175.63,-36.6425,2987.04
174.79200000000003,-37.0081,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>