<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YAMB to YMPC</name>
        <description>RAAF Base Amberley to Point Cook</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YAMB to YMPC</name>
            <description>RAAF Base Amberley to Point Cook</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>152.712,-27.6406,0
152.58500000000004,-28.8489,7924.8
151.663,-29.5158,10668
149.07,-32.2861,10668
148.23699999999997,-33.1311,10668
145.697,-35.7796,9448.800000000001
144.8,-36.6631,4968.240000000001
144.753,-37.9322,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>