<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YBMK to YBRK</name>
        <description>Mackay to Rockhampton</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YBMK to YBRK</name>
            <description>Mackay to Rockhampton</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>149.187667,-21.178325,0
149.228994,-21.239582,548.64
149.236082,-21.252459,548.64
149.664491,-21.989302,548.64
150.403623,-23.221836,548.64
150.410823,-23.234708,548.64
150.47035,-23.368717,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>