<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YBCG to YBUD</name>
        <description>Gold Coast International to Bundaberg</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YBCG to YBUD</name>
            <description>Gold Coast International to Bundaberg</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>153.50615500000004,-28.166035,0
153.31944399999998,-26.547778,8199.12
152.110833,-25.034722000000002,883.9200000000001
152.320218,-24.903418779999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>