<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZSSS to ZGGG</name>
        <description>HONGQIAO INTL to BAIYUN INTL</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZSSS to ZGGG</name>
            <description>HONGQIAO INTL to BAIYUN INTL</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>121.336319,31.197874999999996,0
114.506667,24.313333,0
114.065,23.966667,0
113.29878825000003,23.392438749999997,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>