<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YSSY to YDLQ</name>
        <description>Sydney Kingsford Smith Intl to Deniliquin</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YSSY to YDLQ</name>
            <description>Sydney Kingsford Smith Intl to Deniliquin</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>151.17700000000002,-33.9461,0
150.10699999999997,-34.1786,5974.08
148.026,-34.9637,10149.84
147.469,-35.1657,8199.12
144.952,-35.552,0
144.94600000000003,-35.5567,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>