<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>YSCB to YTMU</name>
        <description>Canberra Intl to Tumut</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>YSCB to YTMU</name>
            <description>Canberra Intl to Tumut</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>149.19299999999998,-35.3055,0
148.668,-35.2605,1341.1200000000001
148.24,-35.2682,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>