<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZJHK to ZJSY</name>
        <description>Haikou Meilan Int'l to Sanya Phoenix Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZJHK to ZJSY</name>
            <description>Haikou Meilan Int'l to Sanya Phoenix Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>110.45499999999998,19.934799999999996,0
109.83299999999997,19.25,4023.36
109.41200000000003,18.302899999999994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>