<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZGGG to RPLL</name>
        <description>Guangzhou Baiyun Intl. to Ninoy Aquino Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZGGG to RPLL</name>
            <description>Guangzhou Baiyun Intl. to Ninoy Aquino Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>113.303,23.3904,0
114.02999999999997,22.219499999999996,8808.720000000001
116.67200000000003,20,10668
117.79000000000002,19.028599999999997,10668
118.959,17.993300000000005,10668
120.286,15.674300000000002,5303.52
121.01300000000003,14.511300000000006,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>