<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZGDY to ZLXY</name>
        <description>Zhangjiajie Hehua to Xi'an Xianyang Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZGDY to ZLXY</name>
            <description>Zhangjiajie Hehua to Xi'an Xianyang Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>110.44400000000002,29.10300000000001,0
109.43799999999999,30.318299999999994,9784.08
109,31,10668
109,32,9601.2
108.86000000000001,33.51169999999999,3627.1200000000003
108.75900000000001,34.4396,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>