<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZBAA to ZBTL</name>
        <description>Beijing-Capital to Tongliao</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZBAA to ZBTL</name>
            <description>Beijing-Capital to Tongliao</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>116.59500000000003,40.0787,0
117.22300000000001,40.57830000000001,4511.04
118.54500000000002,41.42169999999999,10668
119.42500000000001,41.943299999999994,10180.32
121.077,42.911699999999996,4053.84
122.19900000000001,43.55520000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>