<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>NZAA to KLAX</name>
        <description>Auckland International to Los Angeles Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>NZAA to KLAX</name>
            <description>Auckland International to Los Angeles Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>174.7917,-37.00806,0
178.3933,-35.35833,0
-175.295,-30,0
-170.02,-25,0
-165.3183,-20,0
-161.0067,-15,0
-157,-10.05667,0
-153.0617,-5,0
-149.4917,-0.321667,0
-145.43,5,0
-141.2578,10.35611,0
-135.9,16.88528,0
-130.1644,23.26028,0
-122.8206,30.33083,0
-121.3918,31.55761,0
-120.2684,31.94207,0
-119.5912,32.47559,0
-118.6708,33.18485,0
-118.4199,33.37505,0
-117.8802,33.30367,0
-117.9093,33.38401,0
-117.9383,33.46388,0
-117.9964,33.6236,0
-118.0256,33.70346,0
-118.0548,33.7833,0
-118.4081,33.94254,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>