<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>NZWN to NZMF</name>
        <description>Wellington Intl to Milford Sound</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>NZWN to NZMF</name>
            <description>Wellington Intl to Milford Sound</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>174.80684208000002,-41.32684332,0
174.272353,-41.733981,3718.5600000000004
171.50944400000003,-42.992333,10668
170.97097199999996,-43.500028,10088.880000000001
170.280553,-44.135103,6918.96
167.92388900000003,-44.675632,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>