<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>NZCH to NZMF</name>
        <description>Christchurch Intl to Milford Sound</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>NZCH to NZMF</name>
            <description>Christchurch Intl to Milford Sound</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>172.53368221,-43.48664019,0
170.280553,-44.135103,6918.96
167.92388900000003,-44.675632,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>