<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZGGG to ZJHK</name>
        <description>Guangzhou Baiyun Intl. to Haikou Meilan Int'l</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZGGG to ZJHK</name>
            <description>Guangzhou Baiyun Intl. to Haikou Meilan Int'l</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>113.303,23.3904,0
112.54700000000003,21.8583,7315.200000000001
111.827,21.569999999999993,7315.200000000001
111.055,20.9533,4541.52
110.45499999999998,19.934799999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>