<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YMND to YBCG</name>
        <description>Maitland (NSW) to Gold Coast International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YMND to YBCG</name>
            <description>Maitland (NSW) to Gold Coast International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>151.493,-32.6997,0
151.87900000000002,-31.820999999999998,6126.4800000000005
152.35900000000004,-30.4925,9936.480000000001
152.82299999999998,-29.409999999999997,5394.96
153.505,-28.1644,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>