<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>NZAA to OMDB</name>
        <description>Auckland Intl to Dubai Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>NZAA to OMDB</name>
            <description>Auckland Intl to Dubai Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>174.79200000000003,-37.0081,0
174.68100000000004,-37.133,0
140,-42,0
110,-32,0
105,-30,0
100,-26,0
95,-20,0
80.89170000000001,-3.5049999999999955,0
79.45170000000002,-2,0
78,-0.47666700000000617,0
58.12219999999999,23.397500000000008,0
56.254400000000004,24.877800000000008,0
56.0684,24.9735,0
55.37110000000001,25.251100000000008,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>