<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>WSSS to YSSY</name>
        <description>Singapore Changi Intl to Sydney Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>WSSS to YSSY</name>
            <description>Singapore Changi Intl to Sydney Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>103.977501,1.348972,0
115.163306,-8.750583,0
140.05325,-27.905045,0
147.096667,-31.868333,0
150.918881,-33.828719,0
151.188317,-33.949619,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>