<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YBCG to YBHM</name>
        <description>Gold Coast International to Hamilton Island</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YBCG to YBHM</name>
            <description>Gold Coast International to Hamilton Island</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>153.505,-28.1644,0
152.76099999999997,-26.744799999999998,10210.800000000001
152.536,-25.813000000000002,10668
152.024,-25.0715,10668
151.204,-23.865300000000005,10668
150.19,-22.2667,8778.24
148.95600000000002,-20.351200000000006,0
148.952,-20.3575,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>