<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZGGG to ZGHA</name>
        <description>Guangzhou Baiyun Intl. to Changsha Huanghua</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZGGG to ZGHA</name>
            <description>Guangzhou Baiyun Intl. to Changsha Huanghua</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>113.303,23.3904,0
113.40999999999997,24.206699999999998,5364.4800000000005
113.46299999999997,25.868300000000005,9357.36
113.52699999999999,27.6267,2438.4
113.22199999999998,28.191900000000004,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>