<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>WMKJ to WSSS</name>
        <description>Senai Intl - Sultan Ismail to Singapore Changi Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>WMKJ to WSSS</name>
            <description>Senai Intl - Sultan Ismail to Singapore Changi Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>103.67000000000002,1.6405599999999936,0
103.82799999999997,1.5091699999999975,853.44
103.988,1.3555099999999953,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>