<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YSBK to YLHI</name>
        <description>Bankstown to Lord Howe Island</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YSBK to YLHI</name>
            <description>Bankstown to Lord Howe Island</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>150.99,-33.9234,0
152.32,-32.7263,10668
154.15700000000004,-32.4416,10668
156.77999999999997,-31.9767,7863.84
159.07299999999998,-31.5289,30.48
159.07600000000002,-31.538399999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>