<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YSSY to YBCG</name>
        <description>Sydney Intl to Gold Coast</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YSSY to YBCG</name>
            <description>Sydney Intl to Gold Coast</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>151.176132,-33.946815,6.4008
151.607071,-33.646103,8534.4
151.696945,-33.583057,8534.4
151.943085,-32.869461,8534.4
152.515549,-31.888048,8534.4
153.121674,-30.32,8534.4
153.335724,-29.442024,8534.4
153.395279,-29.1975,6891.2232
153.561142,-28.833317,8534.4
153.603882,-28.525831,2480.4624000000003
153.636383,-28.316668,1189.6344000000001
153.505844,-28.16453,6.4008
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>