From 59077bd254e68d1ddfa2d93ff222e6324df2e93e Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期二, 19 十一月 2024 14:57:55 +0800
Subject: [PATCH] 图层控制增加全部关闭按钮,图层双击自动定位到对应位置,信令数据的时间条美化下,对接UE视频流,数字人功能开启,逻辑单体化数据体现

---
 src/components/menu/bottom-menu.vue     |  102 
 src/components/menu/signalling copy.vue |  240 
 src/components/menu/signalling.vue      |  125 
 src/components/right/FCFH.vue           |  149 
 src/components/left/leftmenu.vue        |  116 
 static/Signalling/js/DataManager.js     |    4 
 static/layers - 副本.json                 | 5881 ++++++++++++++++++
 static/layers.json                      | 12092 +++++++++++++++++++------------------
 src/components/menu/tools/special.vue   |  137 
 9 files changed, 12,741 insertions(+), 6,105 deletions(-)

diff --git a/src/components/left/leftmenu.vue b/src/components/left/leftmenu.vue
index 505d650..77209a2 100644
--- a/src/components/left/leftmenu.vue
+++ b/src/components/left/leftmenu.vue
@@ -1,9 +1,6 @@
 <template>
-  <div
-    @click="showLeftMenu"
-    :class="{ leftmenu: !isShowLeftPanel, leftmenu_active: isShowLeftPanel }"
-    class="leftmenustyle"
-  >
+  <div @click="showLeftMenu" :class="{ leftmenu: !isShowLeftPanel, leftmenu_active: isShowLeftPanel }"
+    class="leftmenustyle">
     <span class="closeLeftMenu" v-if="isShowLeftPanel" @click.stop="hideLeftMenu">脳</span>
     <img class="openLeftMenu" v-else src="@/assets/img/left/souselist4.png" />
     <div class="layerTreeContainer" v-show="isShowLeftPanel">
@@ -22,24 +19,21 @@
         <!-- <div @click="setTreeDataChange(1)">涓氬姟</div>
         <div @click="setTreeDataChange(2)">涓氬姟</div>-->
       </div>
+
       <hr />
       <!-- <div style="padding: 5px">
         <el-button size="small" @click="setTreeDataChange(1)">鍥惧眰1</el-button>
         <el-button size="small" @click="setTreeDataChange(2)">鍥惧眰2</el-button>
       </div>-->
       <div class="layerTree">
-        <el-tree
-          :data="treeData"
-          node-key="id"
-          ref="tree"
-          :default-checked-keys="arr"
-          style="min-width: 160px"
-          show-checkbox
-          :render-content="renderContent"
-          :default-expanded-keys="defaultExpanded"
-          @check="check"
-          :filter-node-method="filterNode"
-        ></el-tree>
+        <el-tree :data="treeData" node-key="id" ref="tree" :default-checked-keys="arr" style="min-width: 160px"
+          show-checkbox :render-content="renderContent" :default-expanded-keys="defaultExpanded" @check="check"
+          @node-click="handleNodeDoubleClick" :filter-node-method="filterNode"></el-tree>
+      </div>
+
+      <hr />
+      <div class="canelAllCheck">
+        <el-link type="info" @click="setClearAllCheck()" style="color:white;font-size: 14px;">鍙栨秷鍏ㄩ儴鎵�閫�</el-link>
       </div>
     </div>
   </div>
@@ -58,6 +52,7 @@
 import { getmenu } from "../../api/api";
 import keys from "@/assets/poiKeys1";
 import store from "@/utils/store";
+
 
 let colorTool;
 let projectTreeData = [];
@@ -332,7 +327,7 @@
         console.log("鑾峰彇鏍峰紡閰嶇疆澶辫触锛�");
       }
     )
-    .catch(function(error) {
+    .catch(function (error) {
       console.log(error);
     });
   return de;
@@ -848,6 +843,42 @@
         this.setVisiable(treeNode.data, isCheck);
       }
     },
+    handleNodeDoubleClick(data, node, event) {
+      if (data.flyTo) {
+        const coord = data.flyTo;
+        sgworld.Navigate.flyToPointsInterest({
+          destination: Cesium.Cartesian3.fromDegrees(
+            coord[0],
+            coord[1],
+            coord[2]
+          ),
+          orientation: {
+            heading: Cesium.Math.toRadians(coord[3] ? coord[3] : -90),
+            pitch: Cesium.Math.toRadians(coord[4] ? coord[4] : 0),
+            roll: Cesium.Math.toRadians(0.0)
+          },
+          duration: 2 //椋炶鏃堕棿8s
+        });
+      }
+
+    },
+    setClearAllCheck() {
+      // let treeNode = this.$refs.tree.getNode(1);
+      // if (treeNode && treeNode.data) {
+      // this.setVisiable(treeNode, false);
+      // }
+      const nodes = this.$refs.tree.getCheckedNodes();
+      const ids = ["18B25A94", "47EC9636"];
+      const checkId = [];
+      nodes.map(item => {
+        if (ids.indexOf(item.id) > -1) {
+          checkId.push(item.id)
+        } else {
+          this.setVisiable(item, false)
+        }
+      })
+      this.$refs.tree.setCheckedKeys(checkId);
+    },
     check(treeNode, data) {
       //鍏抽棴鍙充晶淇℃伅寮圭獥
       Bus.$emit("closeRightPop", true);
@@ -991,7 +1022,7 @@
           height: 310,
           url: "./static/html/layerProp.html",
           fn: {
-            end: function() {}
+            end: function () { }
           }
         });
       } else if (data._children) {
@@ -1578,7 +1609,7 @@
             rectangle: Cesium.Rectangle.MAX_VALUE
           });
           if (treeNode.addLevel && treeNode.addLevel === 2) {
-            geotil.positionToTileXY = function(position, level, result) {
+            geotil.positionToTileXY = function (position, level, result) {
               level > 0 && level++;
               var rectangle = this._rectangle;
               if (!Cesium.Rectangle.contains(rectangle, position)) {
@@ -1617,7 +1648,7 @@
               result.y = yTileCoordinate;
               return result;
             };
-            geotil.tileXYToRectangle = function(x, y, level, result) {
+            geotil.tileXYToRectangle = function (x, y, level, result) {
               level > 0 && level++;
               var rectangle = this._rectangle;
 
@@ -1782,8 +1813,8 @@
           axios
             .get(
               treeNode.urls +
-                "?version=1.3.0&request=GetFeature&format=json&typename=" +
-                treeNode.layer
+              "?version=1.3.0&request=GetFeature&format=json&typename=" +
+              treeNode.layer
             )
             .then(data => {
               let features = data.data.features;
@@ -1996,7 +2027,7 @@
               de,
               "0",
               true,
-              function(data) {
+              function (data) {
                 if (treeNode.flow) {
                   let lines = data.entities.values;
                   lines.forEach(line => {
@@ -2050,7 +2081,7 @@
               clampToGround: sgworld.Core.defaultValue(
                 treeNode.clampToGround,
                 treeNode.extrudedHeight === undefined &&
-                  treeNode.height === undefined
+                treeNode.height === undefined
               ),
               classificationType: treeNode.classificationType,
               near: sgworld.Core.defaultValue(treeNode.near, 0),
@@ -2181,7 +2212,7 @@
               de,
               "0",
               treeNode.checked,
-              function() {}
+              function () { }
             );
           } else if (treeNode.class === "polylineVolume") {
             de = {
@@ -2211,7 +2242,7 @@
               de,
               "0",
               treeNode.checked,
-              function() {}
+              function () { }
             );
           } else if (treeNode.class === "polyline") {
             de = {
@@ -2250,7 +2281,7 @@
               de,
               "0",
               treeNode.checked,
-              function() {}
+              function () { }
             );
           } else if (treeNode.class === "polygon") {
             de = {
@@ -2282,7 +2313,7 @@
               de,
               "0",
               treeNode.checked,
-              function() {}
+              function () { }
             );
           } else if (treeNode.class === "model") {
             de = {
@@ -2308,7 +2339,7 @@
               de,
               "0",
               treeNode.checked,
-              function() {}
+              function () { }
             );
           }
           layer && (treeNode.id = layer.treeobj.id);
@@ -2422,7 +2453,7 @@
           layer = sgworld.Creator.createS3MLayer(
             treeNode.urls,
             sgworld._Viewer.scene,
-            function() {}
+            function () { }
           );
           break;
         case "gltf":
@@ -2698,8 +2729,8 @@
       let imgUrl;
       new Cesium.GeoJsonDataSource.load(
         treeNode.urls +
-          "?version=1.3.0&request=GetFeature&format=json&typename=" +
-          treeNode.layer
+        "?version=1.3.0&request=GetFeature&format=json&typename=" +
+        treeNode.layer
       ).then(dataSource => {
         // that.$set(treeNode, "disabled", false);
         Viewer.dataSources.add(dataSource);
@@ -2748,7 +2779,7 @@
         });
 
         // 娣诲姞鐩戝惉鍑芥暟
-        dataSource.clustering.clusterEvent.addEventListener(function(
+        dataSource.clustering.clusterEvent.addEventListener(function (
           clusteredEntities,
           cluster
         ) {
@@ -3028,12 +3059,24 @@
   transition: 1s;
   z-index: 9999;
 }
+
 .switchbox {
   margin-top: 5px;
 }
+
 .closeLeftMenu:hover {
   cursor: pointer;
   transform: rotateZ(90deg);
+}
+
+.canelAllCheck {
+
+  flex: end;
+}
+
+.layerTree {
+  flex: 1;
+  overflow-y: auto;
 }
 
 .layerTree .el-tree /deep/ .el-checkbox__inner {
@@ -3067,6 +3110,7 @@
 .leftmenu:hover {
   background-image: url("~@/assets/img/new/treeClose-y.png");
 }
+
 .leftmenu {
   background-image: url("~@/assets/img/new/treeClose.png");
   background-size: 100% 100%;
@@ -3098,6 +3142,8 @@
   width: 270px;
   height: 550px;
   overflow: hidden;
+  display: flex;
+  flex-direction: column;
   /* margin: 20px 0; */
 }
 
@@ -3126,7 +3172,7 @@
   background-color: rgba(255, 255, 255, 0.4) !important;
 }
 
-.el-tree /deep/ .is-current > .el-tree-node__content {
+.el-tree /deep/ .is-current>.el-tree-node__content {
   background-color: rgba(255, 255, 255, 0.4) !important;
   font-size: 14px;
 }
diff --git a/src/components/menu/bottom-menu.vue b/src/components/menu/bottom-menu.vue
index ce52abf..5927469 100644
--- a/src/components/menu/bottom-menu.vue
+++ b/src/components/menu/bottom-menu.vue
@@ -1,9 +1,6 @@
 <template>
   <div class="specialTool">
-    <div
-      class="bottomwrapper"
-      :class="{ 'top-btn-active': viewer1Show && isLand }"
-    >
+    <div class="bottomwrapper" :class="{ 'top-btn-active': viewer1Show && isLand }">
       <div class="imgbox" @click="tdglHandle">
         <img src="@assets/img/new/tudiguanli.png" alt="" />
       </div>
@@ -12,11 +9,7 @@
       </div>
     </div>
 
-    <div
-      class="bottomwrapper"
-      @click="historyHandle"
-      :class="{ 'top-btn-active': viewer1Show && !isLand }"
-    >
+    <div class="bottomwrapper" @click="historyHandle" :class="{ 'top-btn-active': viewer1Show && !isLand }">
       <div class="imgbox">
         <img src="@assets/img/new/chengshigengxin.png" alt="" />
       </div>
@@ -24,11 +17,7 @@
         <span> 鍘嗗彶褰卞儚 </span>
       </div>
     </div>
-    <div
-      class="bottomwrapper csbj"
-      @click="spjkHandle"
-      :class="{ 'top-btn-active': !isShowSPJK }"
-    >
+    <div class="bottomwrapper csbj" @click="spjkHandle" :class="{ 'top-btn-active': !isShowSPJK }">
       <div class="imgbox">
         <img src="@assets/img/new/spjk.png" alt="" />
       </div>
@@ -37,11 +26,7 @@
       </div>
     </div>
 
-    <div
-      class="bottomwrapper spjk"
-      @click="shoujixinling"
-      :class="{ 'top-btn-active': !isShowSjxl }"
-    >
+    <div class="bottomwrapper spjk" @click="shoujixinling" :class="{ 'top-btn-active': !isShowSjxl }">
       <div class="imgbox">
         <img src="@assets/img/new/sjxl.png" alt="" />
       </div>
@@ -58,19 +43,12 @@
         <div class="textbox">
           <span> 绮炬ā绀鸿寖 </span>
         </div>
-        <el-dropdown-menu
-          slot="dropdown"
-          :append-to-body="false"
-          class="popper-dropdown"
-        >
+        <el-dropdown-menu slot="dropdown" :append-to-body="false" class="popper-dropdown">
           <el-dropdown-item command="fcfhHandle">鍒嗗眰鍒嗘埛</el-dropdown-item>
           <!-- <el-dropdown-item command="sprhHandle">鍦烘櫙瑙嗛铻嶅悎</el-dropdown-item> -->
-          <el-dropdown-item v-if="isShowSPRH" command="jiqirendahui"
-            >鍦烘櫙瑙嗛铻嶅悎</el-dropdown-item
-          >
-          <el-dropdown-item v-else command="jiqirendahui"
-            >鍏抽棴瑙嗛铻嶅悎</el-dropdown-item
-          >
+          <el-dropdown-item v-if="isShowSPRH" command="jiqirendahui">鍦烘櫙瑙嗛铻嶅悎</el-dropdown-item>
+          <el-dropdown-item v-else command="jiqirendahui">鍏抽棴瑙嗛铻嶅悎</el-dropdown-item>
+          <el-dropdown-item command="gkshHandle">楂樺彲瑙嗗寲妯″瀷</el-dropdown-item>
         </el-dropdown-menu>
       </el-dropdown>
     </div>
@@ -85,58 +63,27 @@
             @input="updateVideo"
           >
           </el-slider> -->
-          <el-slider
-            :min="0"
-            :max="360"
-            v-model="robotVideoList[3].heading"
-            @input="updateVideo"
-          >
+          <el-slider :min="0" :max="360" v-model="robotVideoList[3].heading" @input="updateVideo">
           </el-slider>
         </el-form-item>
         <el-form-item label="淇话瑙掑害:">
-          <el-slider
-            :min="-89"
-            :max="89"
-            v-model="robotVideoList[3].pitch"
-            @input="updateVideo"
-          >
+          <el-slider :min="-89" :max="89" v-model="robotVideoList[3].pitch" @input="updateVideo">
           </el-slider>
         </el-form-item>
         <el-form-item label="姘村钩瑙嗚:">
-          <el-slider
-            :min="30"
-            :max="120"
-            v-model="robotVideoList[3].horizonAngle"
-            @input="updateVideo"
-          >
+          <el-slider :min="30" :max="120" v-model="robotVideoList[3].horizonAngle" @input="updateVideo">
           </el-slider>
         </el-form-item>
         <el-form-item label="鍨傜洿瑙嗚:">
-          <el-slider
-            :min="30"
-            :max="120"
-            v-model="robotVideoList[3].verticalAngle"
-            @input="updateVideo"
-          >
+          <el-slider :min="30" :max="120" v-model="robotVideoList[3].verticalAngle" @input="updateVideo">
           </el-slider>
         </el-form-item>
         <el-form-item label="鏈�杩滄姇灏�:">
-          <el-slider
-            :min="100"
-            :max="300"
-            v-model="robotVideoList[3].far"
-            @input="updateVideo"
-          >
+          <el-slider :min="100" :max="300" v-model="robotVideoList[3].far" @input="updateVideo">
           </el-slider>
         </el-form-item>
         <el-form-item label="閫忔槑搴�:">
-          <el-slider
-            :step="0.1"
-            :min="0"
-            :max="1"
-            v-model="robotVideoList[3].alpha"
-            @input="updateVideo"
-          >
+          <el-slider :step="0.1" :min="0" :max="1" v-model="robotVideoList[3].alpha" @input="updateVideo">
           </el-slider>
         </el-form-item>
       </el-form>
@@ -145,17 +92,10 @@
     <div class="SZRtextAreaBox" v-if="isShowTextArea">
       <el-row :gutter="10">
         <el-col :span="19">
-          <el-input
-            v-model="input"
-            placeholder="璇疯緭鍏ュ唴瀹�"
-            clearable
-            @keyup.enter.native="sendCommand($event)"
-          ></el-input>
+          <el-input v-model="input" placeholder="璇疯緭鍏ュ唴瀹�" clearable @keyup.enter.native="sendCommand($event)"></el-input>
         </el-col>
         <el-col :span="4">
-          <el-button type="primary" @click="sendCommand('click')"
-            >鎼滅储</el-button
-          >
+          <el-button type="primary" @click="sendCommand('click')">鎼滅储</el-button>
         </el-col>
       </el-row>
     </div>
@@ -175,6 +115,7 @@
   display: flex;
   justify-content: space-between;
 }
+
 .SZRtextAreaBox {
   background: rgba(5, 39, 126, 0.7);
   padding: 10px;
@@ -188,12 +129,15 @@
   transform: translateX(-50%);
   z-index: 99999;
 }
+
 .SZRtextAreaBox .el-form-item {
   margin: 0;
 }
+
 .SZRtextAreaBox .el-input {
   /* width: 300px; */
 }
+
 .specialTool .bottomwrapper:nth-of-type(3) {
   /* background: red; */
   position: relative;
@@ -291,7 +235,7 @@
 }
 
 .jxmx .el-dropdown-menu {
-  top: -110px !important;
+  top: -133px !important;
   left: -26.5% !important;
 }
 
@@ -561,6 +505,10 @@
         case "bzdSystem":
           this.bzdSystem();
           break;
+
+        case "gkshHandle":
+          window.open('http://10.128.12.160:8002/')
+          break;
         case "fcfhHandle":
           this.fencengfenhu();
           break;
diff --git a/src/components/menu/signalling copy.vue b/src/components/menu/signalling copy.vue
new file mode 100644
index 0000000..7dc0cb7
--- /dev/null
+++ b/src/components/menu/signalling copy.vue
@@ -0,0 +1,240 @@
+<template>
+    <div class="signalling">
+        <div class="signalling_describe">鍗曚綅锛氫竾浜�</div>
+        <div>
+            <ul class="signalling_ul">
+                <li class="signalling_node" :class="{ signalling_active: i == selectIndex }" v-for="(item, i) in time"
+                    @click="changeTime(i)">
+                    <div class="signalling_value">{{ Math.round(value[i] / 10000) }}</div>
+                    <div class="signalling_symbol"></div>
+                    <div class="signalling_time">{{ item }}</div>
+                </li>
+            </ul>
+        </div>
+        <div class="signalling_play" @click="signallingPlay()">
+            <img src="~@/assets/img/new/rightArrow.png" />
+        </div>
+        <div class="signalling_type">
+            <el-radio-group v-model="type" @change="changeType">
+                <el-radio-button label="鐑姏"></el-radio-button>
+                <el-radio-button label="鏌辩姸"></el-radio-button>
+                <el-radio-button label="缃戞牸"></el-radio-button>
+            </el-radio-group>
+        </div>
+    </div>
+</template>
+<style>
+.signalling_type .el-radio-group {
+    line-height: 0px !important;
+    color: white !important;
+}
+
+.signalling_type .el-radio-group {
+    height: 30px !important;
+}
+
+.signalling_type .el-radio-button__inner {
+    background: rgba(0, 132, 255, 0.8) !important;
+    border: none !important;
+    color: white !important;
+    height: 30px !important;
+
+}
+
+
+
+.signalling_type .el-radio-button__orig-radio:checked+.el-radio-button__inner {
+    background: rgba(255, 136, 0, 0.8) !important;
+}
+</style>
+<style scoped>
+.signalling {
+    position: absolute;
+    left: 50%;
+    margin-left: -650px;
+    bottom: 230px;
+    color: white;
+    width: 1300px;
+    z-index: 9999999;
+    pointer-events: all;
+}
+
+.signalling_type {
+
+    position: absolute;
+    right: 130px;
+    top: 120px;
+}
+
+.signalling_describe {
+    position: absolute;
+    right: 0px;
+    top: 110px;
+}
+
+.signalling_play {
+    position: absolute;
+    left: 0px;
+    top: 110px;
+    width: 48px;
+    height: 48px;
+    cursor: pointer;
+    border-radius: 32px;
+    border: 1px solid #fff;
+}
+
+.signalling_play img {
+    width: 32px;
+    height: 32px;
+    margin: 8px 6px 8px 10px;
+
+}
+
+.signalling_ul {}
+
+.signalling_node {
+    float: left;
+    width: 40px;
+    margin: 2.5px 7px;
+    list-style: none;
+    cursor: pointer;
+
+}
+
+.signalling_value,
+.signalling_symbol,
+.signalling_time {
+    width: 40px;
+    text-align: center;
+
+}
+
+.signalling_symbol {
+    height: 5px;
+    background-color: rgb(0, 132, 255);
+    border-radius: 2px;
+}
+
+.signalling_node:hover .signalling_symbol {
+    background-color: rgb(255, 136, 0) !important;
+}
+
+.signalling_node:hover {
+    color: rgb(255, 136, 0) !important;
+}
+
+.signalling_active {
+    color: rgb(255, 136, 0) !important;
+}
+
+.signalling_active .signalling_symbol {
+    background-color: rgb(255, 136, 0) !important;
+}
+</style>
+<script>
+
+export default {
+    name: "signalling",
+    components: {
+
+    },
+    data() {
+        return {
+            type: "鐑姏",
+            play: false,
+            selectIndex: 0,
+            time: ["00:00", "00:30", "01:00", "01:30", "02:00", "02:30", "03:00", "03:30", "04:00", "04:30", "05:00", "05:30", "06:00", "06:30", "07:00", "07:30", "08:00", "08:30", "09:00", "09:30", "10:00", "10:30", "11:00", "11:30", "12:00", "12:30", "13:00", "13:30", "14:00", "14:30", "15:00", "15:30", "16:00", "16:30", "17:00", "17:30", "18:00", "18:30", "19:00", "19:30", "20:00", "20:30", "21:00", "21:30", "22:00", "22:30", "23:00", "23:30"],
+            value: [0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23]
+        };
+    },
+    beforeDestroy() {
+        removeDataRender();
+        removeGrid();
+    },
+    mounted() {
+        let that = this;
+        const loading = this.$loading({
+            lock: true,
+            text: "淇′护鏁版嵁鍔犺浇涓紝璇风◢鍚�",
+            spinner: "el-icon-loading",
+            background: "rgba(0, 0, 0, 0.7)",
+        });
+        window.requestData(function () {
+            that.value = signallingData.count;
+            loading.close();
+        });
+    },
+    methods: {
+        changeType(val) {
+            const loading = this.$loading({
+                lock: true,
+                text: "淇′护鏁版嵁鍔犺浇涓紝璇风◢鍚�",
+                spinner: "el-icon-loading",
+                background: "rgba(0, 0, 0, 0.7)",
+            });
+            this.play = false;
+            if (val == "鐑姏") {
+                removeGrid();
+                dataDraw();
+            } else if (val == "鏌辩姸") {
+                setDataRenderVisible(false);
+                removeGrid();
+                dataGrid(true);
+            } else if (val == "缃戞牸") {
+                setDataRenderVisible(false);
+                removeGrid();
+                dataGrid(false);
+            }
+            loading.close();
+        },
+        changeTime(id) {
+            this.play = false;
+            this.selectIndex = id;
+            if (this.type == "鐑姏") {
+                signallingData.selectid = id;
+            } else if (this.type == "鏌辩姸") {
+                const loading = this.$loading({
+                    lock: true,
+                    text: "淇′护鏁版嵁鍔犺浇涓紝璇风◢鍚�",
+                    spinner: "el-icon-loading",
+                    background: "rgba(0, 0, 0, 0.7)",
+                });
+                signallingData.selectid = id;
+                updateDataGrid(true);
+                loading.close();
+            } else if (this.type == "缃戞牸") {
+                const loading = this.$loading({
+                    lock: true,
+                    text: "淇′护鏁版嵁鍔犺浇涓紝璇风◢鍚�",
+                    spinner: "el-icon-loading",
+                    background: "rgba(0, 0, 0, 0.7)",
+                });
+                signallingData.selectid = id;
+                updateDataGrid(false);
+                loading.close();
+            }
+        },
+        modify() {
+            if (signallingData.selectid == list.length - 1) {
+                signallingData.selectid = 0;
+            } else {
+                signallingData.selectid++;
+            }
+            this.selectIndex = signallingData.selectid;
+            setTimeout(() => {
+                if (this.play) {
+                    this.modify();
+                }
+            }, 300);
+        },
+        signallingPlay() {
+            if (this.type == "鐑姏") {
+                this.play = !this.play;
+                if (this.play) {
+                    this.modify();
+                }
+            }
+        },
+    }
+};
+</script>
\ No newline at end of file
diff --git a/src/components/menu/signalling.vue b/src/components/menu/signalling.vue
index 7dc0cb7..5b1b699 100644
--- a/src/components/menu/signalling.vue
+++ b/src/components/menu/signalling.vue
@@ -1,6 +1,31 @@
 <template>
     <div class="signalling">
-        <div class="signalling_describe">鍗曚綅锛氫竾浜�</div>
+        <div class="signaHeader">
+            <div>
+                <el-radio-group v-model="type" @change="changeType">
+                    <el-radio-button label="鐑姏"></el-radio-button>
+                    <el-radio-button label="鏌辩姸"></el-radio-button>
+                    <el-radio-button label="缃戞牸"></el-radio-button>
+                </el-radio-group>
+            </div>
+
+            <div>
+                <label>{{ sliderLabel }}</label>
+                <label>鍗曚綅锛氫竾浜�</label>
+            </div>
+        </div>
+        <div class="signaSlider">
+
+            <el-slider v-model="sliderValue" @change="handleSliderChange" :format-tooltip="formatTooltip"
+                :marks="silderMark" :step="1" :min="0" :max="47" show-stops>
+            </el-slider>
+        </div>
+        <div class="signaButton">
+            <div class="signalling_play" @click="signallingPlay()">
+                <img src="~@/assets/img/new/rightArrow.png" />
+            </div>
+        </div>
+        <!-- <div class="signalling_describe">鍗曚綅锛氫竾浜�</div>
         <div>
             <ul class="signalling_ul">
                 <li class="signalling_node" :class="{ signalling_active: i == selectIndex }" v-for="(item, i) in time"
@@ -11,16 +36,14 @@
                 </li>
             </ul>
         </div>
-        <div class="signalling_play" @click="signallingPlay()">
-            <img src="~@/assets/img/new/rightArrow.png" />
-        </div>
+    
         <div class="signalling_type">
             <el-radio-group v-model="type" @change="changeType">
                 <el-radio-button label="鐑姏"></el-radio-button>
                 <el-radio-button label="鏌辩姸"></el-radio-button>
                 <el-radio-button label="缃戞牸"></el-radio-button>
             </el-radio-group>
-        </div>
+        </div> -->
     </div>
 </template>
 <style>
@@ -51,13 +74,36 @@
 .signalling {
     position: absolute;
     left: 50%;
-    margin-left: -650px;
+    transform: translateX(-50%);
     bottom: 230px;
     color: white;
     width: 1300px;
     z-index: 9999999;
     pointer-events: all;
+    background-image: url("~@/assets/img/new/listbg.png");
+    background-size: 100% 100%;
+    padding: 20px 10px;
+    border-radius: 10px;
 }
+
+.signaHeader {
+    display: flex;
+
+    justify-content: space-between;
+    align-items: center;
+    /* color: #409EFF; */
+}
+
+.signaSlider {
+    margin: 20px 20px;
+}
+
+.signaButton {
+    width: 100%;
+    display: flex;
+    justify-content: center;
+}
+
 
 .signalling_type {
 
@@ -73,19 +119,22 @@
 }
 
 .signalling_play {
-    position: absolute;
+    /* position: absolute;
     left: 0px;
-    top: 110px;
-    width: 48px;
-    height: 48px;
+    top: 110px; */
+    width: 24px;
+    height: 24px;
     cursor: pointer;
     border-radius: 32px;
     border: 1px solid #fff;
+    display: flex;
+    justify-content: center;
+    align-items: center;
 }
 
 .signalling_play img {
-    width: 32px;
-    height: 32px;
+    width: 16px;
+    height: 16px;
     margin: 8px 6px 8px 10px;
 
 }
@@ -140,6 +189,11 @@
     },
     data() {
         return {
+            sliderLabel: '',
+            silderMark: {},
+            sliderFLag: false,
+            sliderMax: 0,
+            sliderValue: 0,
             type: "鐑姏",
             play: false,
             selectIndex: 0,
@@ -151,6 +205,7 @@
         removeDataRender();
         removeGrid();
     },
+
     mounted() {
         let that = this;
         const loading = this.$loading({
@@ -162,9 +217,52 @@
         window.requestData(function () {
             that.value = signallingData.count;
             loading.close();
+            that.getMarks();
+
         });
+
+
     },
     methods: {
+        formatTooltip(res) {
+            var val = this.value[res] / 10000;
+            return this.time[res] + " : " + Math.round(parseFloat(val));
+
+        },
+        getForMate(res) {
+            var val = this.value[res] / 10000;
+            return "鏃堕棿锛� " + this.time[res] + "        " + " 鍊硷細" + Math.round(parseFloat(val));
+        },
+        getMarks() {
+            this.sliderLabel = this.getForMate(0)
+            for (var i = 0; i < this.time.length; i++) {
+                if (i % 2 == 0) {
+                    const key = i;
+                    const value = this.time[i];
+                    this.$set(this.silderMark, key, {
+                        style: {
+                            color: '#FFFFFF'
+                        },
+                        label: value
+                    }); // 浣跨敤 Vue.set 瑙﹀彂瑙嗗浘鏇存柊
+                }
+
+            }
+
+
+            this.sliderFLag = true
+
+        },
+        handleSliderChange(val) {
+            this.play = false;
+
+
+            this.$nextTick(() => {
+                this.changeTime(val)
+            })
+
+        },
+
         changeType(val) {
             const loading = this.$loading({
                 lock: true,
@@ -172,6 +270,8 @@
                 spinner: "el-icon-loading",
                 background: "rgba(0, 0, 0, 0.7)",
             });
+            this.sliderLabel = this.getForMate(0)
+            this.sliderValue = 0;
             this.play = false;
             if (val == "鐑姏") {
                 removeGrid();
@@ -220,6 +320,7 @@
             } else {
                 signallingData.selectid++;
             }
+            this.sliderValue = this.selectIndex;
             this.selectIndex = signallingData.selectid;
             setTimeout(() => {
                 if (this.play) {
diff --git a/src/components/menu/tools/special.vue b/src/components/menu/tools/special.vue
index 1d9a7a8..79c7c47 100644
--- a/src/components/menu/tools/special.vue
+++ b/src/components/menu/tools/special.vue
@@ -708,7 +708,7 @@
             this.$store.commit("description", obj);
           }
 
-          else if (
+          else if (nPickFeature.id &&
             nPickFeature.id.fid &&
             nPickFeature.id.fid.includes("鍏嶈垂浣忔墍绌洪棿0131")
           ) {
@@ -754,55 +754,90 @@
             layuiLayer.close(SmartEarthPopupData.layerProp);
             this.$store.commit("description", obj);
           }
-          // else if (nPickFeature.primitive instanceof Cesium.Cesium3DTileset) {
-          // // let cartographic =
-          // //   window.Viewer.scene.globe.ellipsoid.cartesianToCartographic(
-          // //     nPickFeature.content.tile.boundingSphere.center
-          // //   );
-          // // let lon = Cesium.Math.toDegrees(cartographic.longitude);
-          // // let lat = Cesium.Math.toDegrees(cartographic.latitude);
-          // let p = sgworld.Navigate.getMouseDegrees(event);
-          // let lon = p.lon;
-          // let lat = p.lat;
-          // axios
-          //   .get(
-          //     "http://10.10.4.121:8070/gisserver/wfsserver/yizhuang-building-wfs-1207",
-          //     {
-          //       params: {
-          //         version: "1.3.0",
-          //         request: "GetFeature",
-          //         typename: `浜﹀簞寤虹瓚澶栬疆寤�4326`,
-          //         propertyname: "*",
-          //         format: "json",
-          //         filter: `<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml"><ogc:Intersects><ogc:PropertyName>SAHEP</ogc:PropertyName><gml:Point > <gml:pos>${lon} ${lat}</gml:pos></gml:Point></ogc:Intersects></ogc:Filter>`
-          //       }
-          //     }
-          //   )
-          //   .then(response => {
-          //     if (response.data.features.length > 0) {
-          //       var geometry = [];
-          //       let POIs = response.data.features[0].geometry.coordinates[0];
-          //       for (let i = 0; i < POIs.length; i++) {
-          //         geometry.push({
-          //           x: parseFloat(POIs[i][0]),
-          //           y: parseFloat(POIs[i][1]),
-          //           z: 0
-          //         });
-          //       }
-          //       buildingPolygon = sgworld.Creator.createPolygon(
-          //         geometry,
-          //         {
-          //           fillColor: "#00ff0050",
-          //           outlineColor: "#ff0000",
-          //           outlineWidth: 2
-          //         },
-          //         1,
-          //         0,
-          //         "闈�"
-          //       );
-          //     }
-          //   });
-          // } 
+          else if (nPickFeature.primitive instanceof Cesium.Cesium3DTileset) {
+            // let cartographic =
+            //   window.Viewer.scene.globe.ellipsoid.cartesianToCartographic(
+            //     nPickFeature.content.tile.boundingSphere.center
+            //   );
+            // let lon = Cesium.Math.toDegrees(cartographic.longitude);
+            // let lat = Cesium.Math.toDegrees(cartographic.latitude);
+
+            let p = sgworld.Navigate.getMouseDegrees(event);
+            let lon = p.lon;
+            let lat = p.lat;
+
+
+            axios
+              .get(
+                "http://10.10.4.121:8070/gisserver/wfsserver/yizhuang-buliding-wfs",
+                {
+                  params: {
+                    version: "1.3.0",
+                    request: "GetFeature",
+                    typename: `鍗曚綋鍖朣HP20241029_wgs84`,
+                    propertyname: "*",
+                    format: "json",
+                    filter: `<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml"><ogc:Intersects><ogc:PropertyName>SAHEP</ogc:PropertyName><gml:Point > <gml:pos>${lon} ${lat}</gml:pos></gml:Point></ogc:Intersects></ogc:Filter>`
+                  }
+                }
+              )
+              .then(response => {
+                if (response.data.features.length > 0) {
+                  var geometry = [];
+                  let POIs = response.data.features[0].geometry.coordinates[0];
+                  tooltipHTML = "";
+
+                  for (let i in response.data.features[0].properties) {
+                    let value = response.data.features[0].properties[i];
+
+
+                    value && (tooltipHTML += `<p>${i}锛�${value || "鏃�"}</p>`);
+                  }
+
+                  // if (tooltip) {
+                  //   tooltip.show(false);
+                  //   tooltip = null;
+                  // }
+                  var tooltip = sgworld.Core.CreateResultTooltip(window.Viewer, {
+                    color: "black",
+                    addY: 0,
+                    far: 200000,
+                    closeBtn: true,
+                    close: () => {
+                      if (buildingPolygon) {
+                        sgworld.Creator.DeleteObject(buildingPolygon);
+                        buildingPolygon = null;
+                      }
+                    },
+                  });
+                  console.log(tooltipHTML);
+
+                  let description = `<div style=' border: 1px solid #fff;border-radius: 5px;background: rgba(0, 0, 0, 0.8);color: #fff;padding: 15px;'>${tooltipHTML}</div>`;
+                  tooltip.showAt(
+                    Cesium.Cartesian3.fromDegrees(p.lon, p.lat, 0),
+                    description
+                  );
+                  for (let i = 0; i < POIs.length; i++) {
+                    geometry.push({
+                      x: parseFloat(POIs[i][0]),
+                      y: parseFloat(POIs[i][1]),
+                      z: 0
+                    });
+                  }
+                  buildingPolygon = sgworld.Creator.createPolygon(
+                    geometry,
+                    {
+                      fillColor: "#00ff0050",
+                      outlineColor: "#ff0000",
+                      outlineWidth: 2
+                    },
+                    1,
+                    0,
+                    "闈�"
+                  );
+                }
+              });
+          }
           // else if (nPickFeature.primitive instanceof Cesium.GroundPrimitive) {
           //   let wmsLayer = this.$store.state.selectedLayers.filter((item) => {
           //     return item.name == "琛屾斂鍖哄垝鍥�";
@@ -812,7 +847,7 @@
 
           //     axios
           //       .get(
-          //         "http://10.10.4.116:8070/gisserver/rest/services/XingZhengQuHuaTu/MapServer/identify",
+          //         "https://skyzt.bda.gov.cn/gisserver/rest/services/XingZhengQuHuaTu/MapServer/identify",
           //         {
           //           params: {
           //             geometry: `${p.lon},${p.lat}`,
diff --git a/src/components/right/FCFH.vue b/src/components/right/FCFH.vue
index 659a1a9..83fd7ea 100644
--- a/src/components/right/FCFH.vue
+++ b/src/components/right/FCFH.vue
@@ -2,6 +2,27 @@
   <div class="FloorWrap">
     <div id="closeBtn_onclick"><span>脳</span></div>
     <div id="FloorBox">
+      <div>
+        鏌ョ湅妯″瀷锛�
+        <select id="modelFy">
+          <option value="/c3dserver/YHYQ1/tileset.json" style="background: rgba(0, 0, 0, 0.4)">姘歌緣澶у帵</option>
+          <option value="/ctsserver/yichengketing/tileset.json" style="background: rgba(0, 0, 0, 0.4)">浜﹀煄瀹㈠巺</option>
+          <option value="/ctsserver/fengdaguoji/tileset.json" style="background: rgba(0, 0, 0, 0.4)">涓板ぇ鍥介檯</option>
+        </select>
+      </div>
+      <br />
+      <div id="deviation">
+        鍋忕Щ鏂瑰悜锛�
+        <input name="offset" class="styled" value="x" checked type="radio" />
+        <label>X杞�</label>
+        &nbsp;
+        <input name="offset" class="styled" value="y" type="radio" />
+        <label>Y杞�</label>
+        &nbsp;
+        <input name="offset" class="styled" value="z" type="radio" />
+        <label>Z杞�</label>
+      </div>
+      <br />
       <div class="checkbox checkbox-primary checkbox-inline" id="selectBox">
         鏌ョ湅灞傜骇锛�
         <select id="selectlevel">
@@ -28,28 +49,12 @@
       <div id="toolbar">
         <div>
           鍋忕Щ璺濈锛�
-          <input
-            type="range"
-            min="-200"
-            max="200"
-            step="1"
-            data-bind="value: distance, valueUpdate: 'input'"
-          />
+          <input type="range" min="-200" max="200" step="1" data-bind="value: distance, valueUpdate: 'input'" />
           <input type="text" size="5" data-bind="value: distance" />
           &nbsp;
-          <input
-            id="showBuild_onclick"
-            type="button"
-            class="btn btn-primary"
-            value="灞曞紑"
-          />
+          <input id="showBuild_onclick" type="button" class="btn btn-primary" value="灞曞紑" />
           &nbsp;
-          <input
-            id="restore_onclick"
-            type="button"
-            class="btn btn-primary"
-            value="鎭㈠"
-          />
+          <input id="restore_onclick" type="button" class="btn btn-primary" value="鎭㈠" />
         </div>
       </div>
     </div>
@@ -69,34 +74,7 @@
   },
   mounted() {
     $(function () {
-      modelLayer = sgworld.Creator.create3DTilesets(
-        "",
-        "http://10.10.4.121:8070/gisserver/c3dserver/YHYQ1/tileset.json",
-        {},
-        {},
-        "0",
-        true,
-        (data) => {
-          let boundingSphere = data.item.boundingSphere;
-          Viewer.zoomTo(
-            data.item,
-            new SmartEarth.Cesium.HeadingPitchRange(
-              0,
-              -0.7,
-              3 * boundingSphere.radius
-            )
-          );
-        }
-      );
-      setTimeout(() => {
-        showModel = sgworld.analysis.ShowBuildingRoom({
-          model: modelLayer.item, //妯″瀷鍩哄厓Primitives
-          distance: { x: 30, y: 0, z: 0 },
-          //selectLevelColor: new SmartEarth.Cesium.Color.fromCssColorString("rgba(240,240,240,0.95)"), //灞曠ず妯″瀷鐨勯鑹�
-          //notSelectColor:new SmartEarth.Cesium.Color.fromCssColorString("rgba(102,204,255,0.5)"),    //闈炲睍绀烘ā鍨嬬殑棰滆壊
-          //highlightColor:new SmartEarth.Cesium.Color.fromCssColorString("rgba(255,215,0,0.9)"),   //閫夋嫨灞曠ず妯″瀷鐨勯珮浜鑹�
-        });
-      }, 1000);
+      getModelLayer();
       //閫夋嫨灞曞紑
       $("#showBuild_onclick").click(function () {
         let num = Number($("#selectlevel").val());
@@ -114,6 +92,12 @@
         sgworld.Creator.DeleteObject(modelLayer);
         Bus.$emit("ShowFCFH", false);
       });
+      $("#modelFy").change(() => {
+        getModelLayer();
+      })
+      $('input[type=radio][name=offset]').change((event) => {
+        setClippingModel();
+      })
       //琛ㄦ牸鏁版嵁
       const dataTable = document.getElementById("dataTable");
       function createTableRow(dataObj) {
@@ -133,6 +117,72 @@
       function loadTable(dataObj) {
         deleteAllRows();
         createTableRow(dataObj);
+      }
+      function getModelLayer() {
+        const val = document.getElementById("modelFy").value;
+        var falg = false;
+        if (val.indexOf('YHYQ1') > -1) {
+          $("#selectBox").show();
+          $("#toolbar").show();
+         
+        } else {
+          falg = true;
+          $("#selectBox").hide();
+          $("#toolbar").hide();
+          $("#offsetX").attr("checked", true);
+          $("#offsetY").attr("checked", false);
+          $("#offsetZ").attr("checked", false);
+        }
+        const url = "http://10.10.4.121:8070/gisserver" + val;
+        // console.log(document.getElementById("modelFy"));
+
+        addModelLayer(url, falg)
+      }
+      function addModelLayer(response, flag) {
+        if (modelLayer) {
+          sgworld.Creator.DeleteObject(modelLayer);
+          modelLayer = null
+        }
+        modelLayer = sgworld.Creator.create3DTilesets(
+          "",
+          response,
+          {},
+          {},
+          "0",
+          true,
+          (data) => {
+            let boundingSphere = data.item.boundingSphere;
+            Viewer.zoomTo(
+              data.item,
+              new SmartEarth.Cesium.HeadingPitchRange(
+                0,
+                -0.7,
+                3 * boundingSphere.radius
+              )
+            );
+          }
+        );
+        setTimeout(() => {
+          showModel = sgworld.analysis.ShowBuildingRoom({
+            model: modelLayer.item, //妯″瀷鍩哄厓Primitives
+            distance: { x: 30, y: 0, z: 0 },
+            //selectLevelColor: new SmartEarth.Cesium.Color.fromCssColorString("rgba(240,240,240,0.95)"), //灞曠ず妯″瀷鐨勯鑹�
+            //notSelectColor:new SmartEarth.Cesium.Color.fromCssColorString("rgba(102,204,255,0.5)"),    //闈炲睍绀烘ā鍨嬬殑棰滆壊
+            //highlightColor:new SmartEarth.Cesium.Color.fromCssColorString("rgba(255,215,0,0.9)"),   //閫夋嫨灞曠ず妯″瀷鐨勯珮浜鑹�
+          });
+          if (flag) {
+            setClippingModel()
+          }
+        }, 1000);
+      }
+      function setClippingModel() {
+        var radios = document.querySelectorAll('input[name="offset"]:checked');
+        if (radios.length > 0) {
+          var value = radios[0].value;
+          modelLayer.clippingModel({
+            direction: value
+          })
+        }
       }
       //鍒犻櫎琛ㄦ牸
       function deleteAllRows() {
@@ -225,18 +275,21 @@
 <style scoped>
 .FloorWrap {
   color: #fff;
+  min-width: 413px;
 }
+
 #closeBtn_onclick {
   width: 20px;
   cursor: pointer;
   margin-left: auto;
   margin-bottom: 8px;
 }
+
 #closeBtn_onclick span {
   font-size: 20px;
 }
 </style>
-<style >
+<style>
 #dataTable {
   background-color: rgba(0, 0, 0, 0.4);
   position: fixed;
diff --git a/static/Signalling/js/DataManager.js b/static/Signalling/js/DataManager.js
index 35e9b5a..616af76 100644
--- a/static/Signalling/js/DataManager.js
+++ b/static/Signalling/js/DataManager.js
@@ -75,8 +75,8 @@
 function getData(id, callback) {
     fetch("./static/Signalling/data/" + list[id]).then(response => response.arrayBuffer()).then(data => {
 
-        console.log(data);
-        debugger
+        // console.log(data);
+        // debugger
         var dataView = new DataView(data);
         signallingData.values[id] = [];
         for (var i = 0; i < dataView.byteLength; i += 2) {
diff --git "a/static/layers - \345\211\257\346\234\254.json" "b/static/layers - \345\211\257\346\234\254.json"
new file mode 100644
index 0000000..4e5d0e3
--- /dev/null
+++ "b/static/layers - \345\211\257\346\234\254.json"
@@ -0,0 +1,5881 @@
+{
+    "name": "ALL",
+    "id": 1,
+    "open": true,
+    "children": [
+        {
+            "id": "CE402B81",
+            "name": "缁勭粐浜轰簨閮�",
+            "children": [
+                {
+                    "id": "A349C2B7",
+                    "sourceType": "wmse",
+                    "name": "浜︿紒鏈嶅姟宀�",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/yiqifuwugang-1102",
+                    "maximumLevel": 26,
+                    "alpha": 1,
+                    "zIndex": 4,
+                    "Level": "0,26",
+                    "checked": false,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "checked": false,
+            "expanded": false
+        },
+        {
+            "id": "CD402B51",
+            "name": "缁煎悎鎵ф硶灞�",
+            "children": [
+                {
+                    "id": "jianguanduixinag",
+                    "name": "鐩戠瀵硅薄鍒嗗竷",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "xxdj-you",
+                            "name": "浼佷笟淇$敤绛夌骇-浼�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/qiyexinyongdengji",
+                            "layer": "淇$敤绛夌骇-浼�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-浼�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "xxdj-liang",
+                            "name": "浼佷笟淇$敤绛夌骇-鑹�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/qiyexinyongdengji",
+                            "layer": "淇$敤绛夌骇-鑹�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-鑹�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "xxdj-zhong",
+                            "name": "浼佷笟淇$敤绛夌骇-涓�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/qiyexinyongdengji",
+                            "layer": "淇$敤绛夌骇-涓�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-涓�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "xxdj-cha",
+                            "name": "浼佷笟淇$敤绛夌骇-宸�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/qiyexinyongdengji",
+                            "layer": "淇$敤绛夌骇-宸�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-宸�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "xingzhengzhifa",
+                    "name": "琛屾斂鎵ф硶鍒嗗竷",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "ajxx",
+                            "name": "妗堜欢淇℃伅",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/anjianxinxi",
+                            "layer": "妗堜欢绠$悊淇℃伅",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/妗堜欢淇℃伅.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "gaoweifengxian",
+                    "name": "楂樺嵄椋庨櫓鍒嗗竷",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "gaofxqy",
+                            "name": "楂橀闄╀紒涓�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/fengxianqiye",
+                            "layer": "楂橀闄╀紒涓�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/楂橀闄╀紒涓�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "zhongfxqy",
+                            "name": "涓闄╀紒涓�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/fengxianqiye",
+                            "layer": "涓闄╀紒涓�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/涓闄╀紒涓�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "difxqy",
+                            "name": "浣庨闄╀紒涓�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/fengxianqiye",
+                            "layer": "浣庨闄╀紒涓�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浣庨闄╀紒涓�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                }
+            ],
+            "rename": false,
+            "checked": false,
+            "expanded": false
+        },
+        {
+            "id": "482040AD",
+            "name": "瀹d紶鏂囧寲閮�",
+            "children": [
+                {
+                    "id": "xjfd",
+                    "name": "鏄熺骇楗簵",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4452鏄熺骇楗簵",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jyxyccs",
+                    "name": "缁忚惀鎬ф紨鍑哄満鎵�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4701缁忚惀鎬ф紨鍑哄満鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "gyxtsg",
+                    "name": "缁忚惀鎬у浘涔﹂",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4417缁忚惀鎬у浘涔﹂",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sdgy",
+                    "name": "婀垮湴鍏洯",
+                    "sourceType": "cluster",
+                    "alpha": 0.46,
+                    "class": "polygon",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4038婀垮湴鍏洯",
+                    "color": "#92d94b",
+                    "outlineColor": "#FFFFFF",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "height": 0,
+                    "extrudedHeight": 100,
+                    "outline": true,
+                    "water": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999
+                },
+                {
+                    "id": "gyxwhg",
+                    "name": "鍏泭鎬ф枃鍖栭",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4418鍏泭鎬ф枃鍖栭",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "lyzxfwz",
+                    "name": "鏃呮父鍜ㄨ鏈嶅姟绔�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4429鏃呮父鍜ㄨ鏈嶅姟绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ysg",
+                    "name": "鑹烘湳棣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4456鑹烘湳棣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "whg",
+                    "name": "鏂囧寲棣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4448鏂囧寲棣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "msg",
+                    "name": "缇庢湳棣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4430缇庢湳棣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "Ajjq",
+                    "name": "A绾ф櫙鍖�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4680A绾ф櫙鍖�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "yrylxs",
+                    "name": "涓�鏃ユ父鏃呰绀�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4681涓�鏃ユ父鏃呰绀�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "wzlxs",
+                    "name": "澶栬祫鏃呰绀�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4446澶栬祫鏃呰绀�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ycjqlxs",
+                    "name": "鏈夊嚭澧冩潈鏃呰绀�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4459鏈夊嚭澧冩潈鏃呰绀�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jyxhlwwhdw",
+                    "name": "缁忚惀鎬т簰鑱旂綉鏂囧寲鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L3782缁忚惀鎬т簰鑱旂綉鏂囧寲鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "hualang",
+                    "name": "鐢诲粖",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4420鐢诲粖",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ycjjjg",
+                    "name": "婕斿嚭缁忕邯鏈烘瀯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4252婕斿嚭缁忕邯鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjdqbwg",
+                    "name": "鍖椾含鍦板尯鍗氱墿棣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenwuju",
+                    "layer": "L4381-鍖椾含鍦板尯鍗氱墿棣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "lxs",
+                    "name": "鏃呰绀�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenwuju",
+                    "layer": "L3832-鏃呰绀�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjssjwwbhdw",
+                    "name": "鍖椾含甯傚競绾ф枃鐗╀繚鎶ゅ崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenwuju",
+                    "layer": "L4391-鍖椾含甯傚競绾ф枃鐗╀繚鎶ゅ崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjsdxwwmcq",
+                    "name": "鍖椾含甯傚湴涓嬫枃鐗╁煁钘忓尯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenwuju",
+                    "layer": "L4385-鍖椾含甯傚湴涓嬫枃鐗╁煁钘忓尯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjsqgzdwwbhdw",
+                    "name": "鍖椾含甯傚叏鍥介噸鐐规枃鐗╀繚鎶ゅ崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenwuju",
+                    "layer": "L4389-鍖椾含甯傚叏鍥介噸鐐规枃鐗╀繚鎶ゅ崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjswwpmqy",
+                    "name": "鍖椾含甯傛枃鐗╂媿鍗栦紒涓�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenwuju",
+                    "layer": "L4393-鍖椾含甯傛枃鐗╂媿鍗栦紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjswwsd",
+                    "name": "鍖椾含甯傛枃鐗╁晢搴�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiwenwuju",
+                    "layer": "L4394-鍖椾含甯傛枃鐗╁晢搴�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "AA408D09",
+            "name": "缁忔祹鍙戝睍灞�",
+            "children": [
+                {
+                    "id": "bjsnyncxxhltqymd",
+                    "name": "鍐滀笟鍐滄潙淇℃伅鍖栭緳澶翠紒涓氬悕鍗�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shinongyenongcunju",
+                    "layer": "L4670-鍐滀笟鍐滄潙淇℃伅鍖栭緳澶翠紒涓氬悕鍗�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjssyjyqyml",
+                    "name": "鍖椾含甯傚吔鑽粡钀ヤ紒涓氬悕褰�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shinongyenongcunju",
+                    "layer": "L4746-鍖椾含甯傚吔鑽粡钀ヤ紒涓氬悕褰�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjsxxcdy",
+                    "name": "浼戦棽鍨傞挀鍥�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shinongyenongcunju",
+                    "layer": "L4745-浼戦棽鍨傞挀鍥�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "F8213DC2",
+            "name": "寮�鍙戝缓璁惧眬",
+            "children": [
+                {
+                    "id": "闆寒宸ョ▼",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "height": 30,
+                    "name": "闆寒宸ョ▼",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                    "layer": "闆寒宸ョ▼",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "text": "",
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                    "minimumLevel": 1,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": -10,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.49140",
+                        "39.78077",
+                        "1985.39",
+                        "360.0",
+                        "-49.3"
+                    ]
+                },
+                {
+                    "id": "sf",
+                    "name": "灞卞嘲",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/xinxihuajuyewushuju",
+                    "layer": "L4765-灞卞嘲",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "hl",
+                    "name": "娌虫祦",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/xinxihuajuyewushuju",
+                    "layer": "L4763-娌虫祦",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 12,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "extrudedHeight": 10,
+                    "outline": false,
+                    "water": true,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sdzrbhq",
+                    "name": "婀垮湴鑷劧淇濇姢鍖�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyuanlinlvhuaju",
+                    "layer": "L4039-婀垮湴鑷劧淇濇姢鍖�",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 12,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "extrudedHeight": 100,
+                    "outline": false,
+                    "water": true,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "CSGXYQ",
+                    "name": "鍩庡競鏇存柊鍥尯",
+                    "checked": false,
+                    "sourceType": "wmse",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/CSGXYQ",
+                    "layer": "",
+                    "srs": "EPSG:4490",
+                    "lon": "116.523",
+                    "lat": "39.782",
+                    "Level": 1,
+                    "zIndex": 7,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "E31DCD9B",
+            "name": "鍩庡競杩愯灞�",
+            "children": [
+                {
+                    "id": "wxfwjyxkzdw",
+                    "name": "鍗遍櫓搴熺墿缁忚惀璁稿彲璇佸崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4186-鍗遍櫓搴熺墿缁忚惀璁稿彲璇佸崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "xssxzzddw",
+                    "name": "閿�鍞皠绾胯缃殑鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4668-閿�鍞皠绾胯缃殑鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sysxzzddw",
+                    "name": "浣跨敤灏勭嚎瑁呯疆鐨勫崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4660-浣跨敤灏勭嚎瑁呯疆鐨勫崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "xsfsydw",
+                    "name": "閿�鍞斁灏勬簮鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4669-閿�鍞斁灏勬簮鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "syfsydw",
+                    "name": "浣跨敤鏀惧皠婧愬崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4661-浣跨敤鏀惧皠婧愬崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sxzzscxsdw",
+                    "name": "灏勭嚎瑁呯疆鐢熶骇銆侀攢鍞崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4021-灏勭嚎瑁呯疆鐢熶骇銆侀攢鍞崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "fsxtwsscdw",
+                    "name": "鏀惧皠鎬у悓浣嶇礌鐢熶骇鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L3613-鏀惧皠鎬у悓浣嶇礌鐢熶骇鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "scfsydw",
+                    "name": "鐢熶骇鏀惧皠婧愬崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4667-鐢熶骇鏀惧皠婧愬崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "fsxtwsxsdw",
+                    "name": "鏀惧皠鎬у悓浣嶇礌閿�鍞崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L3615-鏀惧皠鎬у悓浣嶇礌閿�鍞崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "scsxzzdw",
+                    "name": "鐢熶骇灏勭嚎瑁呯疆鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4666-鐢熶骇灏勭嚎瑁呯疆鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "fsxysyxkqy",
+                    "name": "鏀惧皠鎬ц嵂浣跨敤璁稿彲浼佷笟",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4723-鏀惧皠鎬ц嵂浣跨敤璁稿彲浼佷笟",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjsjdcpfjydw",
+                    "name": "鍖椾含鏈哄姩杞︽帓鏀炬楠屽崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishengtaihuanjingju",
+                    "layer": "L4662-鍖椾含鏈哄姩杞︽帓鏀炬楠屽崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "zcgy",
+                    "name": "娉ㄥ唽鍏洯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyuanlinlvhuaju",
+                    "layer": "L4356-娉ㄥ唽鍏洯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ljl",
+                    "name": "鍨冨溇妤�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3804-鍨冨溇妤�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ljc",
+                    "name": "鍨冨溇鍦�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3803-鍨冨溇鍦�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sjyljcz",
+                    "name": "甯傜骇闆ㄩ噺鐩戞祴绔�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4072-甯傜骇闆ㄩ噺鐩戞祴绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "hcz",
+                    "name": "鐏溅绔�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3714-鐏溅绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ljq",
+                    "name": "绔嬩氦妗�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4618-绔嬩氦妗�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jjjcz",
+                    "name": "杩涗含妫�鏌ョ珯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3781-杩涗含妫�鏌ョ珯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "tl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "閾佽矾",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4160-閾佽矾",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffff00",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 4,
+                    "outlineWidth": 2,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "gdjtxl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "杞ㄩ亾浜ら�氱嚎璺�",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3674-杞ㄩ亾浜ら�氱嚎璺�",
+                    "color": "#fb0d0d",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "gdjtzd",
+                    "name": "杞ㄩ亾浜ら�氱珯鐐�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3675-杞ㄩ亾浜ら�氱珯鐐�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "gsgl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "楂橀�熷叕璺�",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3634-楂橀�熷叕璺�",
+                    "color": "#fb0d0d",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sjkyz",
+                    "name": "鐪侀檯瀹㈣繍绔�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4036-鐪侀檯瀹㈣繍绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "gd",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "鍥介亾",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3679-鍥介亾",
+                    "color": "#ffb676",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 12,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sd",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "鐪侀亾",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4035-鐪侀亾",
+                    "color": "#ffecba",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 8,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "zgl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "涓诲共閬�",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4355-涓诲共閬�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 4,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ksl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "蹇�熻矾",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3798-蹇�熻矾",
+                    "color": "#ffd86b",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "nslg",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "娉ョ煶娴佹矡",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4762-娉ョ煶娴佹矡",
+                    "color": "#ffd86b",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ditiexianlu_tms",
+                    "name": "鍦伴搧",
+                    "sourceType": "local-map",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/ditiexianlu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 10,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "璺伅鏉�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "璺伅鏉�",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "璺伅鏉�",
+                    "color": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺伅鏉�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "璺悕鐗屾潌",
+                    "sourceType": "F",
+                    "alpha": 1,
+                    "name": "璺悕鐗屾潌",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "璺悕鐗屾潌",
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺悕鐗屾潌.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "浜ら�氫俊鍙风伅鏉�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "浜ら�氫俊鍙风伅鏉�",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "浜ら�氫俊鍙风伅鏉�",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氫俊鍙风伅鏉�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "澶氬姛鑳界患鍚堟潌浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "澶氬姛鑳界患鍚堟潌浣�",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "澶氬姛鑳界患鍚堟潌浣�",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/澶氬姛鑳界患鍚堟潌浣�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "鐩戞帶鏉�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "鐩戞帶鏉�",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "鐩戞帶鏉�",
+                    "color": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶鏉�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "鐩戞帶鏍囧織鐗�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "鐩戞帶鏍囧織鐗�",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "鐩戞帶鏍囧織鐗�",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶鏍囧織鐗�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "鍏朵粬鏉嗕綋",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "鍏朵粬鏉嗕綋",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "鍏朵粬鏉嗕綋",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鍏朵粬鏉嗕綋.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "浜ら�氭爣蹇楃墝",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "浜ら�氭爣蹇楃墝",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "浜ら�氭爣蹇楃墝",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氭爣蹇楃墝.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "浜ら�氭爣蹇楁潌",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "浜ら�氭爣蹇楁潌",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "浜ら�氭爣蹇楁潌",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氭爣蹇楁潌.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "7D042DAF",
+            "name": "绀句細浜嬩笟灞�",
+            "children": [
+                {
+                    "id": "gjzx",
+                    "name": "楂樼骇涓",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4609-楂樼骇涓",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "gdxx",
+                    "name": "宸ヨ瀛︽牎",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4603-宸ヨ瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jnygzxx",
+                    "name": "涔濆勾涓�璐埗瀛︽牎",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4555-涔濆勾涓�璐埗瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "mbgdjyptgx",
+                    "name": "姘戝姙楂樼瓑鏁欒偛鏅�氶珮鏍�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4607-姘戝姙楂樼瓑鏁欒偛鏅�氶珮鏍�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "mbgdjyqtjg",
+                    "name": "姘戝姙楂樼瓑鏁欒偛鍏朵粬鏈烘瀯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4606-姘戝姙楂樼瓑鏁欒偛鍏朵粬鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ptgx",
+                    "name": "鏅�氶珮鏍�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4605-鏅�氶珮鏍�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "senygzxx",
+                    "name": "鍗佷簩骞翠竴璐埗瀛︽牎",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4601-鍗佷簩骞翠竴璐埗瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "tsjyxx",
+                    "name": "鐗规畩鏁欒偛瀛︽牎",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4608-鐗规畩鏁欒偛瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "wqzx",
+                    "name": "瀹屽叏涓",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4602-瀹屽叏涓",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "xx",
+                    "name": "灏忓",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4230-灏忓",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "yey",
+                    "name": "骞煎効鍥�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4472-骞煎効鍥�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "zdzyxx",
+                    "name": "涓瓑鑱屼笟瀛︽牎",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4554-涓瓑鑱屼笟瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "cz",
+                    "name": "鍒濈骇涓",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4555-鍒濈骇涓",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "qsdmzxx",
+                    "name": "灏戞暟姘戞棌瀛︽牎",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4002-灏戞暟姘戞棌瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sqcjwhzd",
+                    "name": "绀惧尯灞呭浼�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4014-绀惧尯灞呭浼�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jzzd",
+                    "name": "鎹愯禒绔欑偣",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4646-鎹愯禒绔欑偣",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "hysydjjg",
+                    "name": "濠氬Щ鏀跺吇鐧昏鏈哄叧",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L3713-濠氬Щ鏀跺吇鐧昏鏈哄叧",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sqzyzzz",
+                    "name": "绀惧尯蹇楁効鑰呯粍缁�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4652-绀惧尯蹇楁効鑰呯粍缁�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "gmly",
+                    "name": "鍏闄靛洯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L3650-鍏闄靛洯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "swgdxazcsm",
+                    "name": "瀹ゅ杩囨浮鎬у畨缃満鎵�闈�",
+                    "sourceType": "wfs",
+                    "alpha": 0.46,
+                    "class": "polygon",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4642-瀹ゅ杩囨浮鎬у畨缃満鎵�闈�",
+                    "color": "#92d94b",
+                    "outlineColor": "#FFFFFF",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "height": 0,
+                    "extrudedHeight": 100,
+                    "outline": true,
+                    "water": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999
+                },
+                {
+                    "id": "swgdxazcs",
+                    "name": "瀹ゅ杩囨浮鎬у畨缃満鎵�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4641-瀹ゅ杩囨浮鎬у畨缃満鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sngdxazcs",
+                    "name": "瀹ゅ唴杩囨浮鎬у畨缃満鎵�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4640-瀹ゅ唴杩囨浮鎬у畨缃満鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ylfwjg",
+                    "name": "鍏昏�佹湇鍔℃満鏋�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4254-鍏昏�佹湇鍔℃満鏋�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "4B4FEFDD",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "閬块櫓璺嚎",
+                    "class": "polyline",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4655-閬块櫓璺嚎",
+                    "color": "#fb0d0d",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "byfwjg",
+                    "name": "娈′华鏈嶅姟鏈烘瀯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiminzhengju",
+                    "layer": "L4398-娈′华鏈嶅姟鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jjjg",
+                    "name": "鎬ユ晳鏈烘瀯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiweishengjiankangwei",
+                    "layer": "L4712鎬ユ晳鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "wsjdzx",
+                    "name": "鍗敓鐩戠潱涓績",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiweishengjiankangwei",
+                    "layer": "L4708鍗敓鐩戠潱涓績",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jtcxd",
+                    "name": "琛楀ご閲嗚鐐�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiweishengjiankangwei",
+                    "layer": "L4713琛楀ご閲囪鐐�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "qtylwsjg",
+                    "name": "鍏朵粬鍖荤枟鍗敓鏈烘瀯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiweishengjiankangwei",
+                    "layer": "L4704鍏朵粬鍖荤枟鍗敓鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sjyy",
+                    "name": "涓夌骇鍖婚櫌",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiweishengjiankangwei",
+                    "layer": "L3995涓夌骇鍖婚櫌",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ejyy",
+                    "name": "浜岀骇鍖婚櫌",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiweishengjiankangwei",
+                    "layer": "L3595浜岀骇鍖婚櫌",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sqwsfwzx",
+                    "name": "绀惧尯鍗敓鏈嶅姟绔�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiweishengjiankangwei",
+                    "layer": "L4017绀惧尯鍗敓鏈嶅姟绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "tjyljg",
+                    "name": "浣撴鍖荤枟鏈烘瀯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiweishengjiankangwei",
+                    "layer": "L4147浣撴鍖荤枟鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sqtyjsjlb",
+                    "name": "绀惧尯浣撹偛鍋ヨ韩淇变箰閮�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shitiyuju",
+                    "layer": "L4015-绀惧尯浣撹偛鍋ヨ韩淇变箰閮�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "qsntyjlb",
+                    "name": "闈掑皯骞翠綋鑲蹭勘涔愰儴",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shitiyuju",
+                    "layer": "L3956-闈掑皯骞翠綋鑲蹭勘涔愰儴",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "tyydxmjydw",
+                    "name": "浣撹偛杩愬姩椤圭洰缁忚惀鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shitiyuju",
+                    "layer": "L4154-浣撹偛杩愬姩椤圭洰缁忚惀鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "tycpzmd",
+                    "name": "浣撹偛褰╃エ涓撳崠搴�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shitiyuju",
+                    "layer": "L4149-浣撹偛褰╃エ涓撳崠搴�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "tyssdwkfxx",
+                    "name": "浣撹偛璁炬柦瀵瑰寮�鏀惧鏍�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shitiyuju",
+                    "layer": "L4152-浣撹偛璁炬柦瀵瑰寮�鏀惧鏍�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ykzsqfwq",
+                    "name": "涓�鍒婚挓绀惧尯鏈嶅姟鍦�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/xinxihuajuyewushuju",
+                    "layer": "L4264-涓�鍒婚挓绀惧尯鏈嶅姟鍦�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "mramzdzx",
+                    "name": "鐩蹭汉鎸夋懇鎸囧涓績",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/xinxihuajuyewushuju",
+                    "layer": "L3840-鐩蹭汉鎸夋懇鎸囧涓績",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjscjrshzz",
+                    "name": "鍖椾含甯傛畫鐤句汉绀句細缁勭粐",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/xinxihuajuyewushuju",
+                    "layer": "L4740-鍖椾含甯傛畫鐤句汉绀句細缁勭粐",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 12,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "extrudedHeight": 100,
+                    "outline": false,
+                    "water": true,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "checked": false,
+            "expanded": false
+        },
+        {
+            "id": "B5F8764D",
+            "name": "鍟嗗姟閲戣瀺灞�",
+            "children": [
+                {
+                    "id": "qylqy",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "浼佷笟鍒嗗竷",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/qiyelianqiye",
+                    "layer": "浼佷笟閾句紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/qiye.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "szddtzqy",
+                    "name": "鐢熺尓瀹氱偣灞犲浼佷笟",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishangwuju",
+                    "layer": "L4678-鐢熺尓瀹氱偣灞犲浼佷笟",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bldmdps",
+                    "name": "渚垮埄搴楁湯绔厤閫�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishangwuju",
+                    "layer": "L4673-渚垮埄搴楁湯绔厤閫�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "zrxs121jcs",
+                    "name": "鐚倝閿�鍞秴甯�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shishangwuju",
+                    "layer": "L4679-鐚倝閿�鍞秴甯�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "fsxypscjyqy",
+                    "name": "鏀惧皠鎬ц嵂鍝佺敓浜э紙缁忚惀锛変紒涓�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L4724-鏀惧皠鎬ц嵂鍝佺敓浜э紙缁忚惀锛変紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sf",
+                    "name": "鍖荤枟鏈烘瀯鍒跺墏璁稿彲鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L4721-鍖荤枟鏈烘瀯鍒跺墏璁稿彲鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "hzpscqy",
+                    "name": "鍖栧鍝佺敓浜т紒涓�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L3703-鍖栧鍝佺敓浜т紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "tgzcypsfwjyqy",
+                    "name": "鎻愪緵璐瓨涓庨厤閫佹湇鍔$粡钀ヤ紒涓�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L4722-鎻愪緵璐瓨涓庨厤閫佹湇鍔$粡钀ヤ紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "spscqy",
+                    "name": "椋熷搧鐢熶骇浼佷笟",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L4727-椋熷搧鐢熶骇浼佷笟",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ypscqy",
+                    "name": "鑽搧鐢熶骇浼佷笟",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L4259-鑽搧鐢熶骇浼佷笟",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "deslylqxscqy",
+                    "name": "绗簩銆佷笁绫诲尰鐤楀櫒姊扮敓浜т紒涓�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L3572-绗簩銆佷笁绫诲尰鐤楀櫒姊扮敓浜т紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "bjspscdw",
+                    "name": "淇濆仴椋熷搧鐢熶骇鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L4379-淇濆仴椋熷搧鐢熶骇鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "yplsqy",
+                    "name": "鑽搧闆跺敭浼佷笟",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shiyaopinjianduguanliju",
+                    "layer": "L4257-鑽搧闆跺敭浼佷笟",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "BAB84B0D",
+            "name": "琛屾斂瀹℃壒灞�",
+            "children": [
+                {
+                    "id": "B5610EB3",
+                    "name": "瑙嗛鐩戞帶",
+                    "children": [
+                        {
+                            "id": "zhianjiankong",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "娌诲畨鐩戞帶",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "娌诲畨鐩戞帶",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "zhianjiankongwuxian",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "娌诲畨鐩戞帶锛堟棤绾匡級",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "娌诲畨鐩戞帶锛堟棤绾匡級",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "daxinggongan133lu",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "澶у叴鍏畨133璺�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "澶у叴鍏畨133璺�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "gaodianjiankong",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "楂樼偣鐩戞帶",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "楂樼偣鐩戞帶",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "cigaodianjiankong",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "娆¢珮鐐圭洃鎺�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "娆¢珮鐐圭洃鎺�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "鍩庡競澶ц剳",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "鍩庡競澶ц剳",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "鍩庡競澶ц剳",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "骞冲畨灏忓尯",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "骞冲畨灏忓尯",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "骞冲畨灏忓尯",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "杩濈珷鍋滆溅瑙嗛",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "杩濈珷鍋滆溅瑙嗛",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "杩濈珷鍋滆溅瑙嗛",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "闃叉睕鐐逛綅鐩戞帶",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "闃叉睕鐐逛綅鐩戞帶",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "闃叉睕鐐逛綅鐩戞帶",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        },
+                        {
+                            "id": "淇濋殰",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "淇濋殰",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "淇濋殰",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.49140",
+                                "39.78077",
+                                "1985.39",
+                                "360.0",
+                                "-49.3"
+                            ]
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "2BA3A978",
+                    "name": "鍩庡競绐ㄤ簳",
+                    "children": [
+                        {
+                            "id": "闆ㄦ按浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "闆ㄦ按浜�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_闆ㄦ按浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/闆ㄦ按浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "鐢靛姏浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鐢靛姏浜�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_鐢靛姏浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐢靛姏浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "鐩戞帶浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鐩戞帶浜�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_鐩戞帶浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "浜ら�氫簳",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "浜ら�氫簳",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_浜ら�氫簳",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氫簳鐩�.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "璺伅浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "璺伅浜�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_璺伅浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺伅浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "鐕冩皵浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鐕冩皵浜�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_鐕冩皵浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐕冩皵浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "鐑姏浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鐑姏浜�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_鐑姏浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐑姏浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "閫氫俊浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "閫氫俊浜�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_閫氫俊浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/閫氫俊浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "姹℃按浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "姹℃按浜�",
+                            "class": "point",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_姹℃按浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/姹℃按浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "C94CF862",
+                    "sourceType": "wfs",
+                    "alpha": 0.7,
+                    "name": "鍏嶈垂浣忔墍绌洪棿",
+                    "class": "polygon",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/zs",
+                    "layer": "鍏嶈垂浣忔墍绌洪棿0131",
+                    "color": "#ff0",
+                    "outlineColor": "#F00",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "text": "",
+                    "minimumLevel": 0,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 3,
+                    "extrudedHeight": 100,
+                    "bulidingWall": false,
+                    "bulidingWallWidth": 0.8,
+                    "outline": true,
+                    "water": false,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.50488",
+                        "39.79735",
+                        "1116.60"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "77F381A7",
+            "name": "绀句細淇濋櫓淇濋殰涓績",
+            "children": [
+                {
+                    "id": "ylbxddyljg",
+                    "name": "鍖荤枟淇濋櫓瀹氱偣鍖荤枟鏈烘瀯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shirenlishebaoju",
+                    "layer": "L4750-鍖荤枟淇濋櫓瀹氱偣鍖荤枟鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "527A0989",
+            "name": "鑽e崕琛楅亾",
+            "children": [
+                {
+                    "id": "鑽e崕琛楅亾杞﹁浇瑙嗛",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "height": 30,
+                    "name": "鑽e崕琛楅亾杞﹁浇瑙嗛",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                    "layer": "鑽e崕琛楅亾杞﹁浇瑙嗛",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "text": "",
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                    "minimumLevel": 1,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": -10,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.49140",
+                        "39.78077",
+                        "1985.39",
+                        "360.0",
+                        "-49.3"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "21F7FA4A",
+            "name": "瑙勮嚜鍒嗗眬",
+            "children": [
+                {
+                    "id": "18B25A94",
+                    "sourceType": "wmse",
+                    "name": "60骞虫柟鍏噷鏍稿績鍖虹晫",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/YZ_BJ60",
+                    "maximumLevel": 26,
+                    "alpha": 1,
+                    "zIndex": 3,
+                    "Level": "9,20",
+                    "checked": true,
+                    "rename": false,
+                    "flyTo": [
+                        "116.51352",
+                        "39.76102",
+                        "30523.31",
+                        "360.0",
+                        "-89.8"
+                    ]
+                },
+                {
+                    "id": "47EC9636",
+                    "sourceType": "wmse",
+                    "name": "225骞虫柟鍏噷鍖虹晫",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/YZ_BJ",
+                    "maximumLevel": 26,
+                    "alpha": 1,
+                    "zIndex": 3,
+                    "Level": "7,20",
+                    "flyTo": [
+                        "116.50281",
+                        "39.75291",
+                        "35307.96",
+                        "0.0",
+                        "-89.8"
+                    ],
+                    "checked": true,
+                    "rename": false
+                },
+                {
+                    "id": "xingzhengquhuamian_tms",
+                    "name": "涓よ鍏晣鐣�",
+                    "sourceType": "local-map",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/xingzhengquhuamian_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 0.7,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "xingzhengquhuabianjie_tm",
+                    "name": "涓よ鍏晣鐣岀嚎",
+                    "sourceType": "local-map",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/xingzhengquhuabianjie_tm",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 0.5,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "5EFDB2AF",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "鏀垮簻鎵�鍦ㄥ湴 ",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/zhengfusuozaidi_wfs",
+                    "layer": "鏀垮簻椹诲湴",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鏀垮簻鏈哄叧.png",
+                    "minimumLevel": 0,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 0.3,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "chengshiguihua_xiangmumingcheng_tms",
+                    "name": "浜﹀簞鏂板煄瑙勫垝鍥�",
+                    "sourceType": "local-map",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/chengshiguihua_xiangmumingcheng_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "GuiHuaFanWeiShiYiTu",
+                    "name": "瑙勫垝鑼冨洿涓撻鍥�",
+                    "sourceType": "local-map",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/GuiHuaFanWeiShiYiTu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "XingZhengQuHuaTu",
+                    "name": "琛屾斂鍖哄垝涓撻鍥�",
+                    "sourceType": "local-map",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/XingZhengQuHuaTu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "GuiHuaDanYuanHuaFenTu",
+                    "name": "瑙勫垝鍗曞厓鍒掑垎涓撻鍥�",
+                    "sourceType": "local-map",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/GuiHuaDanYuanHuaFenTu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "ZhuYaoGongNengQuGuiHuaShiYiTu",
+                    "name": "涓昏鍔熻兘鍖鸿鍒掍笓棰樺浘",
+                    "sourceType": "local-map",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/ZhuYaoGongNengQuGuiHuaShiYiTu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "A349C123",
+                    "sourceType": "wmse",
+                    "name": "鍦颁笅绠$綉娴嬭瘯",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/gwtext",
+                    "layer": "GS_line",
+                    "maximumLevel": 26,
+                    "alpha": 1,
+                    "zIndex": 4,
+                    "Level": "0,26",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "A349C1234",
+                    "sourceType": "wmse",
+                    "name": "鍦颁笅绠$綉娴嬭瘯-dian",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/gwtext",
+                    "layer": "GS_point",
+                    "maximumLevel": 26,
+                    "alpha": 1,
+                    "zIndex": 4,
+                    "Level": "0,26",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "dixiaguanwang",
+                    "name": "鍦颁笅绠$綉",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "gongshui",
+                            "name": "渚涙按绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "gongshui1",
+                                    "sourceType": "wmse",
+                                    "name": "渚涙按鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GSD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "gongshui2",
+                                    "sourceType": "wmse",
+                                    "name": "渚涙按绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GSL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "gongshui3",
+                                    "sourceType": "wmse",
+                                    "name": "渚涙按灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GSXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "gongshui4",
+                                    "sourceType": "wmse",
+                                    "name": "渚涙按璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GSSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "zhongshui",
+                            "name": "涓按绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "zhongshui1",
+                                    "sourceType": "wmse",
+                                    "name": "涓按鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_ZSD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "zhongshui2",
+                                    "sourceType": "wmse",
+                                    "name": "涓按绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_ZSL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "zhongshui3",
+                                    "sourceType": "wmse",
+                                    "name": "涓按灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_ZSXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "zhongshui4",
+                                    "sourceType": "wmse",
+                                    "name": "涓按璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_ZSSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "yushui",
+                            "name": "闆ㄦ按绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "yushui1",
+                                    "sourceType": "wmse",
+                                    "name": "闆ㄦ按鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_YSD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "yushui2",
+                                    "sourceType": "wmse",
+                                    "name": "闆ㄦ按绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_YSL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "yushui3",
+                                    "sourceType": "wmse",
+                                    "name": "闆ㄦ按灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_YSXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "yushui4",
+                                    "sourceType": "wmse",
+                                    "name": "闆ㄦ按璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_YSSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "wushui",
+                            "name": "姹℃按绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "wushui1",
+                                    "sourceType": "wmse",
+                                    "name": "姹℃按鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_WSD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "wushui2",
+                                    "sourceType": "wmse",
+                                    "name": "姹℃按绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_WSL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "wushui3",
+                                    "sourceType": "wmse",
+                                    "name": "姹℃按灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_WSXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "wushui4",
+                                    "sourceType": "wmse",
+                                    "name": "姹℃按璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_WSSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "reli",
+                            "name": "鐑姏绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "reli1",
+                                    "sourceType": "wmse",
+                                    "name": "鐑姏鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RLD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "reli2",
+                                    "sourceType": "wmse",
+                                    "name": "鐑姏绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RLL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "reli3",
+                                    "sourceType": "wmse",
+                                    "name": "鐑姏灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RLXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "reli4",
+                                    "sourceType": "wmse",
+                                    "name": "鐑姏璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RLSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "ranqi",
+                            "name": "鐕冩皵绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "ranqi1",
+                                    "sourceType": "wmse",
+                                    "name": "鐕冩皵鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RQD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "ranqi2",
+                                    "sourceType": "wmse",
+                                    "name": "鐕冩皵绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RQL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "ranqi3",
+                                    "sourceType": "wmse",
+                                    "name": "鐕冩皵灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RQXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "ranqi4",
+                                    "sourceType": "wmse",
+                                    "name": "鐕冩皵璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RQSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "dianli",
+                            "name": "鐢靛姏绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "dianli1",
+                                    "sourceType": "wmse",
+                                    "name": "鐢靛姏鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_DLD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "dianli2",
+                                    "sourceType": "wmse",
+                                    "name": "鐢靛姏绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_DLL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "dianli3",
+                                    "sourceType": "wmse",
+                                    "name": "鐢靛姏灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_DLXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "dianli4",
+                                    "sourceType": "wmse",
+                                    "name": "鐢靛姏璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_DLSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "tongxin",
+                            "name": "閫氫俊绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "tongxin1",
+                                    "sourceType": "wmse",
+                                    "name": "閫氫俊鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_TXD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "tongxin2",
+                                    "sourceType": "wmse",
+                                    "name": "閫氫俊绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_TXL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "tongxin3",
+                                    "sourceType": "wmse",
+                                    "name": "閫氫俊灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_TXXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "tongxin4",
+                                    "sourceType": "wmse",
+                                    "name": "閫氫俊璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_TXSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "guangbo",
+                            "name": "骞挎挱鐢佃绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "guangbo1",
+                                    "sourceType": "wmse",
+                                    "name": "骞挎挱鐢佃鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GBD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "guangbo2",
+                                    "sourceType": "wmse",
+                                    "name": "骞挎挱鐢佃绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GBL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "guangbo3",
+                                    "sourceType": "wmse",
+                                    "name": "骞挎挱鐢佃灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GBXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "guangbo4",
+                                    "sourceType": "wmse",
+                                    "name": "骞挎挱鐢佃璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GBSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "gongye",
+                            "name": "宸ヤ笟绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "gongye1",
+                                    "sourceType": "wmse",
+                                    "name": "宸ヤ笟鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "gongye2",
+                                    "sourceType": "wmse",
+                                    "name": "宸ヤ笟绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "gongye3",
+                                    "sourceType": "wmse",
+                                    "name": "宸ヤ笟灏忓",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "gongye4",
+                                    "sourceType": "wmse",
+                                    "name": "宸ヤ笟璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "guanlang",
+                            "name": "绠″粖",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "guanlang1",
+                                    "sourceType": "wmse",
+                                    "name": "绠″粖鐐�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "guanlang2",
+                                    "sourceType": "wmse",
+                                    "name": "绠″粖绾�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "guanlang4",
+                                    "sourceType": "wmse",
+                                    "name": "绠″粖璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "guanlang3",
+                                    "sourceType": "wmse",
+                                    "name": "绠″粖澶栬疆寤�",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYWLK",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "huanwei",
+                            "name": "鐜崼",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "huanwei1",
+                                    "sourceType": "wmse",
+                                    "name": "鐜崼璁炬柦",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_HWSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "471847FA",
+            "name": "骞冲畨鍔�",
+            "children": [
+                {
+                    "id": "bgld",
+                    "name": "瀹鹃鏃呭簵",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L4397-瀹鹃鏃呭簵",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "crjzjjg",
+                    "name": "鍑哄叆澧冧腑浠嬫満鏋�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L3539-鍑哄叆澧冧腑浠嬫満鏋�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jtzfjg",
+                    "name": "浜ら�氭墽娉曟満鏋�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L3764-浜ら�氭墽娉曟満鏋�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "lctcc",
+                    "name": "璺晶鍋滆溅浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L3831-璺晶鍋滆溅浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jx",
+                    "name": "椹炬牎",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L3750-椹炬牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "sqmjjjwgzs",
+                    "name": "绀惧尯姘戣鍙婅鍔″伐浣滃",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L4628-绀惧尯姘戣鍙婅鍔″伐浣滃",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jtzdd",
+                    "name": "浜ら�氭敮澶ч槦",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L3763-浜ら�氭敮澶ч槦",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "fjdcdjz",
+                    "name": "闈炴満鍔ㄨ溅鐧昏绔�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L4634-闈炴満鍔ㄨ溅鐧昏绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jdcjcc",
+                    "name": "鏈哄姩杞︽娴嬪満",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L3721-鏈哄姩杞︽娴嬪満",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "pcs",
+                    "name": "娲惧嚭鎵�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L4627-娲惧嚭鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "cgz",
+                    "name": "杞︾绔�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L4404-杞︾绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "cgs",
+                    "name": "杞︾鎵�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L4403-杞︾鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "jtsgcljg",
+                    "name": "浜ら�氫簨鏁呭鐞嗘満鏋�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/gonganjuyewushuju",
+                    "layer": "L3761-浜ら�氫簨鏁呭鐞嗘満鏋�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "lssws",
+                    "name": "寰嬪笀浜嬪姟鎵�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shisifaju",
+                    "layer": "L3836-娈′华鏈嶅緥甯堜簨鍔℃墍鍔℃満鏋�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "o_ql_sfj_sfjdjg_kongjian",
+                    "name": "鍙告硶閴村畾鏈烘瀯",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shisifaju",
+                    "layer": "L4125-鍙告硶閴村畾鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "o_ql_sfj_qs17jflyzzxjbxx_kongjian",
+                    "name": "娉曞緥鎻村姪涓績",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shisifaju",
+                    "layer": "L3600-娉曞緥鎻村姪涓績",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                },
+                {
+                    "id": "o_ql_sfj_jcsfszzxx_kongjian",
+                    "name": "鍙告硶鎵�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shisifaju",
+                    "layer": "L4126-鍙告硶鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "2E2BE254",
+            "name": "甯傝嚜鍔ㄩ┚椹跺姙鍏",
+            "children": [
+                {
+                    "id": "鑷姩椹鹃┒",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "height": 30,
+                    "name": "鑷姩椹鹃┒",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                    "layer": "鑷姩椹鹃┒",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "text": "",
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                    "minimumLevel": 1,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": -10,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.49140",
+                        "39.78077",
+                        "1985.39",
+                        "360.0",
+                        "-49.3"
+                    ]
+                },
+                {
+                    "id": "鑷姩椹鹃┒楸肩溂",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "height": 30,
+                    "name": "鑷姩椹鹃┒楸肩溂",
+                    "class": "point",
+                    "urls": "https://skyzt.bda.gov.cn/gisserver/wfsserver/shipingjiankong0614",
+                    "layer": "鑷姩椹鹃┒楸肩溂",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "text": "",
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                    "minimumLevel": 1,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": -10,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.49140",
+                        "39.78077",
+                        "1985.39",
+                        "360.0",
+                        "-49.3"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "33213273",
+            "name": "鍦板浘鏁版嵁",
+            "disabled": false,
+            "children": [
+                {
+                    "id": "AC1CE1F9",
+                    "name": "鍩虹鍦板浘",
+                    "children": [
+                        {
+                            "id": "shiliangtuceng",
+                            "name": "浜岀淮鍦板浘",
+                            "children": [
+                                {
+                                    "id": "baise2D",
+                                    "name": "鐧借壊浜岀淮",
+                                    "sourceType": "local-map",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/shiliangditu_baisexi_large",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "png",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "checked": false,
+                                    "alpha": 1,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "shenlan2D",
+                                    "name": "娣辫摑浜岀淮",
+                                    "sourceType": "local-map",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/shiliangditu_kejilan_large",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "png",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "checked": false,
+                                    "alpha": 1,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "heijin2D",
+                                    "name": "榛戦噾浜岀淮",
+                                    "sourceType": "local-map",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/shiliangditu_anyehei_large",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "png",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "checked": false,
+                                    "alpha": 1,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "BJ2000Sate",
+                                    "sourceType": "BJ2000",
+                                    "name": "鍖椾含2000褰卞儚",
+                                    "urls": "http://10.10.4.116:8080/gadapter/map/img?year=&type=Sate&z={z}&x={x}&y={y}",
+                                    "layer": "",
+                                    "alpha": 1,
+                                    "maximumLevel": 18,
+                                    "zIndex": 2,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "BJ2000Shiliang",
+                                    "name": "鍖椾含2000鐭㈤噺",
+                                    "sourceType": "BJ2000",
+                                    "urls": "http://10.10.4.116:8080/gadapter/map/img?year=&type=Shiliang&z={z}&x={x}&y={y}",
+                                    "zIndex": 2,
+                                    "layer": "",
+                                    "alpha": 1,
+                                    "maximumLevel": 18,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false,
+                            "checked": false
+                        },
+                        {
+                            "id": "yingxiangtuceng",
+                            "name": "褰卞儚鍦板浘",
+                            "children": [
+                                {
+                                    "id": "jiaotongluwang_tms",
+                                    "name": "閬撹矾",
+                                    "sourceType": "local-map",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/tmsserver/jiaotongluwang_tms",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "jpeg",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "alpha": 1,
+                                    "zIndex": 3,
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "C0698021",
+                                    "sourceType": "wmts",
+                                    "name": "cgcs2000鑸媿褰卞儚",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=&type=Sate_CGCS2000&level={TileMatrix}&x={TileRow}&y={TileCol}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "A6D6DE13",
+                                    "sourceType": "gdmap",
+                                    "name": "楂樺痉褰卞儚",
+                                    "urls": "https://webst02.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}",
+                                    "layer": "",
+                                    "alpha": 1,
+                                    "zIndex": 2,
+                                    "maximumLevel": 18,
+                                    "Level": [
+                                        0,
+                                        26
+                                    ],
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "26B6815E",
+                                    "sourceType": "gdmap",
+                                    "name": "楂樺痉娉ㄨ",
+                                    "zIndex": 3,
+                                    "urls": "https://webst02.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z}",
+                                    "layer": "",
+                                    "alpha": 1,
+                                    "maximumLevel": 18,
+                                    "Level": [
+                                        0,
+                                        26
+                                    ],
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false,
+                            "checked": false
+                        },
+                        {
+                            "id": "historyImage",
+                            "name": "鍘嗗彶褰卞儚",
+                            "children": [
+                                {
+                                    "id": "2002",
+                                    "sourceType": "BJ54",
+                                    "name": "2002骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2002&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2003",
+                                    "sourceType": "BJ54",
+                                    "name": "2003骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2003&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2004",
+                                    "sourceType": "BJ54",
+                                    "name": "2004骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2004&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2005",
+                                    "sourceType": "BJ54",
+                                    "name": "2005骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2005&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2006",
+                                    "sourceType": "BJ54",
+                                    "name": "2006骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2006&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2007",
+                                    "sourceType": "BJ54",
+                                    "name": "2007骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2007&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2008",
+                                    "sourceType": "BJ54",
+                                    "name": "2008骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2008&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2009",
+                                    "sourceType": "BJ54",
+                                    "name": "2009骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2009&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2010",
+                                    "sourceType": "BJ54",
+                                    "name": "2010骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2010&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2011",
+                                    "sourceType": "BJ54",
+                                    "name": "2011骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2011&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2012",
+                                    "sourceType": "BJ54",
+                                    "name": "2012骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2012&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2013",
+                                    "sourceType": "BJ54",
+                                    "name": "2013骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2013&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2014",
+                                    "sourceType": "BJ54",
+                                    "name": "2014骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2014&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2015",
+                                    "sourceType": "BJ54",
+                                    "name": "2015骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2015&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2016",
+                                    "sourceType": "BJ54",
+                                    "name": "2016骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2016&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2017",
+                                    "sourceType": "BJ54",
+                                    "name": "2017骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2017&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2018",
+                                    "sourceType": "BJ54",
+                                    "name": "2018骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2018&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2019",
+                                    "sourceType": "BJ54",
+                                    "name": "2019骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2019&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2020",
+                                    "sourceType": "BJ54",
+                                    "name": "2020骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2020&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false,
+                            "checked": false
+                        },
+                        {
+                            "id": "8A969952",
+                            "sourceType": "b3dm",
+                            "name": "寤虹瓚浣撳潡",
+                            "urls": "https://skyzt.bda.gov.cn/gisserver/c3dserver/YZ_BM/tileset.json",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "shijingsanwei",
+                            "name": "瀹炴櫙妯″瀷",
+                            "children": [
+                                {
+                                    "id": "hexinqu0609",
+                                    "name": "鏍稿績鍖哄缓绛戠墿",
+                                    "sourceType": "b3dm",
+                                    "checked": true,
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/c3dserver/hxq0609/tileset.json",
+                                    "rename": false,
+                                    "zIndex": 1
+                                },
+                                {
+                                    "id": "2253dhexin01",
+                                    "name": "225瀹炴櫙涓夌淮鏍稿績鍖哄湴闈�",
+                                    "sourceType": "b3dm",
+                                    "checked": true,
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/c3dserver/hexinqudimian/tileset.json",
+                                    "rename": false,
+                                    "zIndex": 1
+                                },
+                                {
+                                    "id": "2253dfeihexin",
+                                    "name": "225瀹炴櫙涓夌淮闈炴牳蹇冨尯",
+                                    "checked": false,
+                                    "sourceType": "b3dm",
+                                    "urls": "https://skyzt.bda.gov.cn/gisserver/c3dserver/fhx/tileset.json",
+                                    "rename": false,
+                                    "zIndex": 1
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false,
+                            "checked": true
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        }
+    ],
+    "flyTo": [],
+    "mapStatus": {
+        "rotateFlyTime": 30,
+        "sunLight": false,
+        "lightIntensity": 2,
+        "lightColor": "#ffffff",
+        "brightness": 1,
+        "contrast": 1,
+        "saturation": 1
+    }
+}
\ No newline at end of file
diff --git a/static/layers.json b/static/layers.json
index 53705f8..b9f4b36 100644
--- a/static/layers.json
+++ b/static/layers.json
@@ -1,5881 +1,6213 @@
-{
-    "name": "ALL",
-    "id": 1,
-    "open": true,
-    "children": [
-        {
-            "id": "CE402B81",
-            "name": "缁勭粐浜轰簨閮�",
-            "children": [
-                {
-                    "id": "A349C2B7",
-                    "sourceType": "wmse",
-                    "name": "浜︿紒鏈嶅姟宀�",
-                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/yiqifuwugang-1102",
-                    "maximumLevel": 26,
-                    "alpha": 1,
-                    "zIndex": 4,
-                    "Level": "0,26",
-                    "checked": false,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "checked": false,
-            "expanded": false
-        },
-        {
-            "id": "CD402B51",
-            "name": "缁煎悎鎵ф硶灞�",
-            "children": [
-                {
-                    "id": "jianguanduixinag",
-                    "name": "鐩戠瀵硅薄鍒嗗竷",
-                    "disabled": false,
-                    "children": [
-                        {
-                            "id": "xxdj-you",
-                            "name": "浼佷笟淇$敤绛夌骇-浼�",
-                            "sourceType": "wfs",
-                            "alpha": 1,
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyexinyongdengji",
-                            "layer": "淇$敤绛夌骇-浼�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-浼�.png",
-                            "minimumLevel": 13,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 2,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": 0,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "xxdj-liang",
-                            "name": "浼佷笟淇$敤绛夌骇-鑹�",
-                            "sourceType": "wfs",
-                            "alpha": 1,
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyexinyongdengji",
-                            "layer": "淇$敤绛夌骇-鑹�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-鑹�.png",
-                            "minimumLevel": 13,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 2,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": 0,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "xxdj-zhong",
-                            "name": "浼佷笟淇$敤绛夌骇-涓�",
-                            "sourceType": "wfs",
-                            "alpha": 1,
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyexinyongdengji",
-                            "layer": "淇$敤绛夌骇-涓�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-涓�.png",
-                            "minimumLevel": 13,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 2,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": 0,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "xxdj-cha",
-                            "name": "浼佷笟淇$敤绛夌骇-宸�",
-                            "sourceType": "wfs",
-                            "alpha": 1,
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyexinyongdengji",
-                            "layer": "淇$敤绛夌骇-宸�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-宸�.png",
-                            "minimumLevel": 13,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 2,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": 0,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        }
-                    ],
-                    "rename": false,
-                    "expanded": false
-                },
-                {
-                    "id": "xingzhengzhifa",
-                    "name": "琛屾斂鎵ф硶鍒嗗竷",
-                    "disabled": false,
-                    "children": [
-                        {
-                            "id": "ajxx",
-                            "name": "妗堜欢淇℃伅",
-                            "sourceType": "wfs",
-                            "alpha": 1,
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/anjianxinxi",
-                            "layer": "妗堜欢绠$悊淇℃伅",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/妗堜欢淇℃伅.png",
-                            "minimumLevel": 13,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 2,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": 0,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        }
-                    ],
-                    "rename": false,
-                    "expanded": false
-                },
-                {
-                    "id": "gaoweifengxian",
-                    "name": "楂樺嵄椋庨櫓鍒嗗竷",
-                    "disabled": false,
-                    "children": [
-                        {
-                            "id": "gaofxqy",
-                            "name": "楂橀闄╀紒涓�",
-                            "sourceType": "wfs",
-                            "alpha": 1,
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/fengxianqiye",
-                            "layer": "楂橀闄╀紒涓�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/楂橀闄╀紒涓�.png",
-                            "minimumLevel": 13,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 2,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": 0,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "zhongfxqy",
-                            "name": "涓闄╀紒涓�",
-                            "sourceType": "wfs",
-                            "alpha": 1,
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/fengxianqiye",
-                            "layer": "涓闄╀紒涓�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/涓闄╀紒涓�.png",
-                            "minimumLevel": 13,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 2,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": 0,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "difxqy",
-                            "name": "浣庨闄╀紒涓�",
-                            "sourceType": "wfs",
-                            "alpha": 1,
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/fengxianqiye",
-                            "layer": "浣庨闄╀紒涓�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/浣庨闄╀紒涓�.png",
-                            "minimumLevel": 13,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 2,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": 0,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        }
-                    ],
-                    "rename": false,
-                    "expanded": false
-                }
-            ],
-            "rename": false,
-            "checked": false,
-            "expanded": false
-        },
-        {
-            "id": "482040AD",
-            "name": "瀹d紶鏂囧寲閮�",
-            "children": [
-                {
-                    "id": "xjfd",
-                    "name": "鏄熺骇楗簵",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4452鏄熺骇楗簵",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jyxyccs",
-                    "name": "缁忚惀鎬ф紨鍑哄満鎵�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4701缁忚惀鎬ф紨鍑哄満鎵�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "gyxtsg",
-                    "name": "缁忚惀鎬у浘涔﹂",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4417缁忚惀鎬у浘涔﹂",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sdgy",
-                    "name": "婀垮湴鍏洯",
-                    "sourceType": "cluster",
-                    "alpha": 0.46,
-                    "class": "polygon",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4038婀垮湴鍏洯",
-                    "color": "#92d94b",
-                    "outlineColor": "#FFFFFF",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false,
-                    "height": 0,
-                    "extrudedHeight": 100,
-                    "outline": true,
-                    "water": false,
-                    "labelNear": 0,
-                    "labelFar": 999999999
-                },
-                {
-                    "id": "gyxwhg",
-                    "name": "鍏泭鎬ф枃鍖栭",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4418鍏泭鎬ф枃鍖栭",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "lyzxfwz",
-                    "name": "鏃呮父鍜ㄨ鏈嶅姟绔�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4429鏃呮父鍜ㄨ鏈嶅姟绔�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ysg",
-                    "name": "鑹烘湳棣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4456鑹烘湳棣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "whg",
-                    "name": "鏂囧寲棣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4448鏂囧寲棣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "msg",
-                    "name": "缇庢湳棣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4430缇庢湳棣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "Ajjq",
-                    "name": "A绾ф櫙鍖�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4680A绾ф櫙鍖�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "yrylxs",
-                    "name": "涓�鏃ユ父鏃呰绀�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4681涓�鏃ユ父鏃呰绀�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "wzlxs",
-                    "name": "澶栬祫鏃呰绀�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4446澶栬祫鏃呰绀�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ycjqlxs",
-                    "name": "鏈夊嚭澧冩潈鏃呰绀�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4459鏈夊嚭澧冩潈鏃呰绀�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jyxhlwwhdw",
-                    "name": "缁忚惀鎬т簰鑱旂綉鏂囧寲鍗曚綅",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L3782缁忚惀鎬т簰鑱旂綉鏂囧寲鍗曚綅",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "hualang",
-                    "name": "鐢诲粖",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4420鐢诲粖",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ycjjjg",
-                    "name": "婕斿嚭缁忕邯鏈烘瀯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
-                    "layer": "L4252婕斿嚭缁忕邯鏈烘瀯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjdqbwg",
-                    "name": "鍖椾含鍦板尯鍗氱墿棣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenwuju",
-                    "layer": "L4381-鍖椾含鍦板尯鍗氱墿棣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "lxs",
-                    "name": "鏃呰绀�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenwuju",
-                    "layer": "L3832-鏃呰绀�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjssjwwbhdw",
-                    "name": "鍖椾含甯傚競绾ф枃鐗╀繚鎶ゅ崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenwuju",
-                    "layer": "L4391-鍖椾含甯傚競绾ф枃鐗╀繚鎶ゅ崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjsdxwwmcq",
-                    "name": "鍖椾含甯傚湴涓嬫枃鐗╁煁钘忓尯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenwuju",
-                    "layer": "L4385-鍖椾含甯傚湴涓嬫枃鐗╁煁钘忓尯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjsqgzdwwbhdw",
-                    "name": "鍖椾含甯傚叏鍥介噸鐐规枃鐗╀繚鎶ゅ崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenwuju",
-                    "layer": "L4389-鍖椾含甯傚叏鍥介噸鐐规枃鐗╀繚鎶ゅ崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjswwpmqy",
-                    "name": "鍖椾含甯傛枃鐗╂媿鍗栦紒涓�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenwuju",
-                    "layer": "L4393-鍖椾含甯傛枃鐗╂媿鍗栦紒涓�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjswwsd",
-                    "name": "鍖椾含甯傛枃鐗╁晢搴�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenwuju",
-                    "layer": "L4394-鍖椾含甯傛枃鐗╁晢搴�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "expanded": false
-        },
-        {
-            "id": "AA408D09",
-            "name": "缁忔祹鍙戝睍灞�",
-            "children": [
-                {
-                    "id": "bjsnyncxxhltqymd",
-                    "name": "鍐滀笟鍐滄潙淇℃伅鍖栭緳澶翠紒涓氬悕鍗�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shinongyenongcunju",
-                    "layer": "L4670-鍐滀笟鍐滄潙淇℃伅鍖栭緳澶翠紒涓氬悕鍗�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjssyjyqyml",
-                    "name": "鍖椾含甯傚吔鑽粡钀ヤ紒涓氬悕褰�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shinongyenongcunju",
-                    "layer": "L4746-鍖椾含甯傚吔鑽粡钀ヤ紒涓氬悕褰�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjsxxcdy",
-                    "name": "浼戦棽鍨傞挀鍥�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shinongyenongcunju",
-                    "layer": "L4745-浼戦棽鍨傞挀鍥�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "expanded": false
-        },
-        {
-            "id": "F8213DC2",
-            "name": "寮�鍙戝缓璁惧眬",
-            "children": [
-                {
-                    "id": "闆寒宸ョ▼",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "height": 30,
-                    "name": "闆寒宸ョ▼",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                    "layer": "闆寒宸ョ▼",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": false,
-                    "classificationType": 2,
-                    "text": "",
-                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                    "minimumLevel": 1,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": -10,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false,
-                    "flyTo": [
-                        "116.49140",
-                        "39.78077",
-                        "1985.39",
-                        "360.0",
-                        "-49.3"
-                    ]
-                },
-                {
-                    "id": "sf",
-                    "name": "灞卞嘲",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/xinxihuajuyewushuju",
-                    "layer": "L4765-灞卞嘲",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "hl",
-                    "name": "娌虫祦",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "class": "polygon",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/xinxihuajuyewushuju",
-                    "layer": "L4763-娌虫祦",
-                    "color": "#6fc5f7",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": false,
-                    "classificationType": 2,
-                    "minimumLevel": 12,
-                    "maximumLevel": 22,
-                    "height": 0,
-                    "outlineWidth": 1,
-                    "extrudedHeight": 10,
-                    "outline": false,
-                    "water": true,
-                    "labelNear": 0,
-                    "labelFar": 999999999,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sdzrbhq",
-                    "name": "婀垮湴鑷劧淇濇姢鍖�",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "class": "polygon",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyuanlinlvhuaju",
-                    "layer": "L4039-婀垮湴鑷劧淇濇姢鍖�",
-                    "color": "#6fc5f7",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": false,
-                    "classificationType": 2,
-                    "minimumLevel": 12,
-                    "maximumLevel": 22,
-                    "height": 0,
-                    "outlineWidth": 1,
-                    "extrudedHeight": 100,
-                    "outline": false,
-                    "water": true,
-                    "labelNear": 0,
-                    "labelFar": 999999999,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "CSGXYQ",
-                    "name": "鍩庡競鏇存柊鍥尯",
-                    "checked": false,
-                    "sourceType": "wmse",
-                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/CSGXYQ",
-                    "layer": "",
-                    "srs": "EPSG:4490",
-                    "lon": "116.523",
-                    "lat": "39.782",
-                    "Level": 1,
-                    "zIndex": 7,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "expanded": false
-        },
-        {
-            "id": "E31DCD9B",
-            "name": "鍩庡競杩愯灞�",
-            "children": [
-                {
-                    "id": "wxfwjyxkzdw",
-                    "name": "鍗遍櫓搴熺墿缁忚惀璁稿彲璇佸崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4186-鍗遍櫓搴熺墿缁忚惀璁稿彲璇佸崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "xssxzzddw",
-                    "name": "閿�鍞皠绾胯缃殑鍗曚綅",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4668-閿�鍞皠绾胯缃殑鍗曚綅",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sysxzzddw",
-                    "name": "浣跨敤灏勭嚎瑁呯疆鐨勫崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4660-浣跨敤灏勭嚎瑁呯疆鐨勫崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "xsfsydw",
-                    "name": "閿�鍞斁灏勬簮鍗曚綅",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4669-閿�鍞斁灏勬簮鍗曚綅",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "syfsydw",
-                    "name": "浣跨敤鏀惧皠婧愬崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4661-浣跨敤鏀惧皠婧愬崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sxzzscxsdw",
-                    "name": "灏勭嚎瑁呯疆鐢熶骇銆侀攢鍞崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4021-灏勭嚎瑁呯疆鐢熶骇銆侀攢鍞崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "fsxtwsscdw",
-                    "name": "鏀惧皠鎬у悓浣嶇礌鐢熶骇鍗曚綅",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L3613-鏀惧皠鎬у悓浣嶇礌鐢熶骇鍗曚綅",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "scfsydw",
-                    "name": "鐢熶骇鏀惧皠婧愬崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4667-鐢熶骇鏀惧皠婧愬崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "fsxtwsxsdw",
-                    "name": "鏀惧皠鎬у悓浣嶇礌閿�鍞崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L3615-鏀惧皠鎬у悓浣嶇礌閿�鍞崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "scsxzzdw",
-                    "name": "鐢熶骇灏勭嚎瑁呯疆鍗曚綅",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4666-鐢熶骇灏勭嚎瑁呯疆鍗曚綅",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "fsxysyxkqy",
-                    "name": "鏀惧皠鎬ц嵂浣跨敤璁稿彲浼佷笟",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4723-鏀惧皠鎬ц嵂浣跨敤璁稿彲浼佷笟",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjsjdcpfjydw",
-                    "name": "鍖椾含鏈哄姩杞︽帓鏀炬楠屽崟浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishengtaihuanjingju",
-                    "layer": "L4662-鍖椾含鏈哄姩杞︽帓鏀炬楠屽崟浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "zcgy",
-                    "name": "娉ㄥ唽鍏洯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyuanlinlvhuaju",
-                    "layer": "L4356-娉ㄥ唽鍏洯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ljl",
-                    "name": "鍨冨溇妤�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3804-鍨冨溇妤�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ljc",
-                    "name": "鍨冨溇鍦�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3803-鍨冨溇鍦�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sjyljcz",
-                    "name": "甯傜骇闆ㄩ噺鐩戞祴绔�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L4072-甯傜骇闆ㄩ噺鐩戞祴绔�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "hcz",
-                    "name": "鐏溅绔�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3714-鐏溅绔�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ljq",
-                    "name": "绔嬩氦妗�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L4618-绔嬩氦妗�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jjjcz",
-                    "name": "杩涗含妫�鏌ョ珯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3781-杩涗含妫�鏌ョ珯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "tl",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "閾佽矾",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L4160-閾佽矾",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffff00",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 4,
-                    "outlineWidth": 2,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "gdjtxl",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "杞ㄩ亾浜ら�氱嚎璺�",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3674-杞ㄩ亾浜ら�氱嚎璺�",
-                    "color": "#fb0d0d",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 2,
-                    "outlineWidth": 0,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "gdjtzd",
-                    "name": "杞ㄩ亾浜ら�氱珯鐐�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3675-杞ㄩ亾浜ら�氱珯鐐�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "gsgl",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "楂橀�熷叕璺�",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3634-楂橀�熷叕璺�",
-                    "color": "#fb0d0d",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 2,
-                    "outlineWidth": 0,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sjkyz",
-                    "name": "鐪侀檯瀹㈣繍绔�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L4036-鐪侀檯瀹㈣繍绔�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "gd",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "鍥介亾",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3679-鍥介亾",
-                    "color": "#ffb676",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 12,
-                    "outlineWidth": 0,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sd",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "鐪侀亾",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L4035-鐪侀亾",
-                    "color": "#ffecba",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 8,
-                    "outlineWidth": 0,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "zgl",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "涓诲共閬�",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L4355-涓诲共閬�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 4,
-                    "outlineWidth": 0,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ksl",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "蹇�熻矾",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L3798-蹇�熻矾",
-                    "color": "#ffd86b",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 2,
-                    "outlineWidth": 0,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "nslg",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "娉ョ煶娴佹矡",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
-                    "layer": "L4762-娉ョ煶娴佹矡",
-                    "color": "#ffd86b",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 2,
-                    "outlineWidth": 0,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ditiexianlu_tms",
-                    "name": "鍦伴搧",
-                    "sourceType": "local-map",
-                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/ditiexianlu_tms",
-                    "tile": "{z}/{x}/{y}",
-                    "tileType": "Mercator",
-                    "img": "jpeg",
-                    "tms": true,
-                    "Level": 1,
-                    "alpha": 1,
-                    "zIndex": 10,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "璺伅鏉�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "璺伅鏉�",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "璺伅鏉�",
-                    "color": "#fff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺伅鏉�.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1.5,
-                    "outlineWidth": 0,
-                    "offsetX": 40,
-                    "offsetY": -15,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "璺悕鐗屾潌",
-                    "sourceType": "F",
-                    "alpha": 1,
-                    "name": "璺悕鐗屾潌",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "璺悕鐗屾潌",
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺悕鐗屾潌.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "浜ら�氫俊鍙风伅鏉�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "浜ら�氫俊鍙风伅鏉�",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "浜ら�氫俊鍙风伅鏉�",
-                    "color": "#fff",
-                    "outlineColor": "#fff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氫俊鍙风伅鏉�.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1.5,
-                    "outlineWidth": 0,
-                    "offsetX": 40,
-                    "offsetY": -15,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "澶氬姛鑳界患鍚堟潌浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "澶氬姛鑳界患鍚堟潌浣�",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "澶氬姛鑳界患鍚堟潌浣�",
-                    "color": "#fff",
-                    "outlineColor": "#fff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/澶氬姛鑳界患鍚堟潌浣�.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1.5,
-                    "outlineWidth": 0,
-                    "offsetX": 40,
-                    "offsetY": -15,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "鐩戞帶鏉�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "鐩戞帶鏉�",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "鐩戞帶鏉�",
-                    "color": "#fff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶鏉�.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1.5,
-                    "outlineWidth": 0,
-                    "offsetX": 40,
-                    "offsetY": -15,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "鐩戞帶鏍囧織鐗�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "鐩戞帶鏍囧織鐗�",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "鐩戞帶鏍囧織鐗�",
-                    "color": "#fff",
-                    "outlineColor": "#fff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶鏍囧織鐗�.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1.5,
-                    "outlineWidth": 0,
-                    "offsetX": 40,
-                    "offsetY": -15,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "鍏朵粬鏉嗕綋",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "鍏朵粬鏉嗕綋",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "鍏朵粬鏉嗕綋",
-                    "color": "#fff",
-                    "outlineColor": "#fff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鍏朵粬鏉嗕綋.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1.5,
-                    "outlineWidth": 0,
-                    "offsetX": 40,
-                    "offsetY": -15,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "浜ら�氭爣蹇楃墝",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "浜ら�氭爣蹇楃墝",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "浜ら�氭爣蹇楃墝",
-                    "color": "#fff",
-                    "outlineColor": "#fff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氭爣蹇楃墝.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1.5,
-                    "outlineWidth": 0,
-                    "offsetX": 40,
-                    "offsetY": -15,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "浜ら�氭爣蹇楁潌",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "浜ら�氭爣蹇楁潌",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
-                    "layer": "浜ら�氭爣蹇楁潌",
-                    "color": "#fff",
-                    "outlineColor": "#fff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氭爣蹇楁潌.png",
-                    "minimumLevel": 16,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1.5,
-                    "outlineWidth": 0,
-                    "offsetX": 40,
-                    "offsetY": -15,
-                    "imageScale": 0.4,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "expanded": false,
-            "checked": false
-        },
-        {
-            "id": "7D042DAF",
-            "name": "绀句細浜嬩笟灞�",
-            "children": [
-                {
-                    "id": "gjzx",
-                    "name": "楂樼骇涓",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4609-楂樼骇涓",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "gdxx",
-                    "name": "宸ヨ瀛︽牎",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4603-宸ヨ瀛︽牎",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jnygzxx",
-                    "name": "涔濆勾涓�璐埗瀛︽牎",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4555-涔濆勾涓�璐埗瀛︽牎",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "mbgdjyptgx",
-                    "name": "姘戝姙楂樼瓑鏁欒偛鏅�氶珮鏍�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4607-姘戝姙楂樼瓑鏁欒偛鏅�氶珮鏍�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "mbgdjyqtjg",
-                    "name": "姘戝姙楂樼瓑鏁欒偛鍏朵粬鏈烘瀯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4606-姘戝姙楂樼瓑鏁欒偛鍏朵粬鏈烘瀯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ptgx",
-                    "name": "鏅�氶珮鏍�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4605-鏅�氶珮鏍�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "senygzxx",
-                    "name": "鍗佷簩骞翠竴璐埗瀛︽牎",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4601-鍗佷簩骞翠竴璐埗瀛︽牎",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "tsjyxx",
-                    "name": "鐗规畩鏁欒偛瀛︽牎",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4608-鐗规畩鏁欒偛瀛︽牎",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "wqzx",
-                    "name": "瀹屽叏涓",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4602-瀹屽叏涓",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "xx",
-                    "name": "灏忓",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4230-灏忓",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "yey",
-                    "name": "骞煎効鍥�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4472-骞煎効鍥�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "zdzyxx",
-                    "name": "涓瓑鑱屼笟瀛︽牎",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4554-涓瓑鑱屼笟瀛︽牎",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "cz",
-                    "name": "鍒濈骇涓",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4555-鍒濈骇涓",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "qsdmzxx",
-                    "name": "灏戞暟姘戞棌瀛︽牎",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
-                    "layer": "L4002-灏戞暟姘戞棌瀛︽牎",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sqcjwhzd",
-                    "name": "绀惧尯灞呭浼�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4014-绀惧尯灞呭浼�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jzzd",
-                    "name": "鎹愯禒绔欑偣",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4646-鎹愯禒绔欑偣",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "hysydjjg",
-                    "name": "濠氬Щ鏀跺吇鐧昏鏈哄叧",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L3713-濠氬Щ鏀跺吇鐧昏鏈哄叧",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sqzyzzz",
-                    "name": "绀惧尯蹇楁効鑰呯粍缁�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4652-绀惧尯蹇楁効鑰呯粍缁�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "gmly",
-                    "name": "鍏闄靛洯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L3650-鍏闄靛洯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "swgdxazcsm",
-                    "name": "瀹ゅ杩囨浮鎬у畨缃満鎵�闈�",
-                    "sourceType": "wfs",
-                    "alpha": 0.46,
-                    "class": "polygon",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4642-瀹ゅ杩囨浮鎬у畨缃満鎵�闈�",
-                    "color": "#92d94b",
-                    "outlineColor": "#FFFFFF",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false,
-                    "height": 0,
-                    "extrudedHeight": 100,
-                    "outline": true,
-                    "water": false,
-                    "labelNear": 0,
-                    "labelFar": 999999999
-                },
-                {
-                    "id": "swgdxazcs",
-                    "name": "瀹ゅ杩囨浮鎬у畨缃満鎵�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4641-瀹ゅ杩囨浮鎬у畨缃満鎵�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sngdxazcs",
-                    "name": "瀹ゅ唴杩囨浮鎬у畨缃満鎵�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4640-瀹ゅ唴杩囨浮鎬у畨缃満鎵�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ylfwjg",
-                    "name": "鍏昏�佹湇鍔℃満鏋�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4254-鍏昏�佹湇鍔℃満鏋�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "4B4FEFDD",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "閬块櫓璺嚎",
-                    "class": "polyline",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4655-閬块櫓璺嚎",
-                    "color": "#fb0d0d",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "minimumLevel": 9,
-                    "maximumLevel": 22,
-                    "width": 2,
-                    "outlineWidth": 0,
-                    "height": 0,
-                    "dash": false,
-                    "dashLength": 20,
-                    "gapColor": "rgba(0,0,0,0)",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "byfwjg",
-                    "name": "娈′华鏈嶅姟鏈烘瀯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiminzhengju",
-                    "layer": "L4398-娈′华鏈嶅姟鏈烘瀯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jjjg",
-                    "name": "鎬ユ晳鏈烘瀯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiweishengjiankangwei",
-                    "layer": "L4712鎬ユ晳鏈烘瀯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "wsjdzx",
-                    "name": "鍗敓鐩戠潱涓績",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiweishengjiankangwei",
-                    "layer": "L4708鍗敓鐩戠潱涓績",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jtcxd",
-                    "name": "琛楀ご閲嗚鐐�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiweishengjiankangwei",
-                    "layer": "L4713琛楀ご閲囪鐐�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "qtylwsjg",
-                    "name": "鍏朵粬鍖荤枟鍗敓鏈烘瀯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiweishengjiankangwei",
-                    "layer": "L4704鍏朵粬鍖荤枟鍗敓鏈烘瀯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sjyy",
-                    "name": "涓夌骇鍖婚櫌",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiweishengjiankangwei",
-                    "layer": "L3995涓夌骇鍖婚櫌",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ejyy",
-                    "name": "浜岀骇鍖婚櫌",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiweishengjiankangwei",
-                    "layer": "L3595浜岀骇鍖婚櫌",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sqwsfwzx",
-                    "name": "绀惧尯鍗敓鏈嶅姟绔�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiweishengjiankangwei",
-                    "layer": "L4017绀惧尯鍗敓鏈嶅姟绔�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "tjyljg",
-                    "name": "浣撴鍖荤枟鏈烘瀯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiweishengjiankangwei",
-                    "layer": "L4147浣撴鍖荤枟鏈烘瀯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sqtyjsjlb",
-                    "name": "绀惧尯浣撹偛鍋ヨ韩淇变箰閮�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shitiyuju",
-                    "layer": "L4015-绀惧尯浣撹偛鍋ヨ韩淇变箰閮�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "qsntyjlb",
-                    "name": "闈掑皯骞翠綋鑲蹭勘涔愰儴",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shitiyuju",
-                    "layer": "L3956-闈掑皯骞翠綋鑲蹭勘涔愰儴",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "tyydxmjydw",
-                    "name": "浣撹偛杩愬姩椤圭洰缁忚惀鍗曚綅",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shitiyuju",
-                    "layer": "L4154-浣撹偛杩愬姩椤圭洰缁忚惀鍗曚綅",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "tycpzmd",
-                    "name": "浣撹偛褰╃エ涓撳崠搴�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shitiyuju",
-                    "layer": "L4149-浣撹偛褰╃エ涓撳崠搴�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "tyssdwkfxx",
-                    "name": "浣撹偛璁炬柦瀵瑰寮�鏀惧鏍�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shitiyuju",
-                    "layer": "L4152-浣撹偛璁炬柦瀵瑰寮�鏀惧鏍�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ykzsqfwq",
-                    "name": "涓�鍒婚挓绀惧尯鏈嶅姟鍦�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/xinxihuajuyewushuju",
-                    "layer": "L4264-涓�鍒婚挓绀惧尯鏈嶅姟鍦�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "mramzdzx",
-                    "name": "鐩蹭汉鎸夋懇鎸囧涓績",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/xinxihuajuyewushuju",
-                    "layer": "L3840-鐩蹭汉鎸夋懇鎸囧涓績",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjscjrshzz",
-                    "name": "鍖椾含甯傛畫鐤句汉绀句細缁勭粐",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "class": "polygon",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/xinxihuajuyewushuju",
-                    "layer": "L4740-鍖椾含甯傛畫鐤句汉绀句細缁勭粐",
-                    "color": "#6fc5f7",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": false,
-                    "classificationType": 2,
-                    "minimumLevel": 12,
-                    "maximumLevel": 22,
-                    "height": 0,
-                    "outlineWidth": 1,
-                    "extrudedHeight": 100,
-                    "outline": false,
-                    "water": true,
-                    "labelNear": 0,
-                    "labelFar": 999999999,
-                    "checked": false,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "checked": false,
-            "expanded": false
-        },
-        {
-            "id": "B5F8764D",
-            "name": "鍟嗗姟閲戣瀺灞�",
-            "children": [
-                {
-                    "id": "qylqy",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "name": "浼佷笟鍒嗗竷",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyelianqiye",
-                    "layer": "浼佷笟閾句紒涓�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/qiye.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "szddtzqy",
-                    "name": "鐢熺尓瀹氱偣灞犲浼佷笟",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishangwuju",
-                    "layer": "L4678-鐢熺尓瀹氱偣灞犲浼佷笟",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bldmdps",
-                    "name": "渚垮埄搴楁湯绔厤閫�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishangwuju",
-                    "layer": "L4673-渚垮埄搴楁湯绔厤閫�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "zrxs121jcs",
-                    "name": "鐚倝閿�鍞秴甯�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shishangwuju",
-                    "layer": "L4679-鐚倝閿�鍞秴甯�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "fsxypscjyqy",
-                    "name": "鏀惧皠鎬ц嵂鍝佺敓浜э紙缁忚惀锛変紒涓�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L4724-鏀惧皠鎬ц嵂鍝佺敓浜э紙缁忚惀锛変紒涓�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sf",
-                    "name": "鍖荤枟鏈烘瀯鍒跺墏璁稿彲鍗曚綅",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L4721-鍖荤枟鏈烘瀯鍒跺墏璁稿彲鍗曚綅",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "hzpscqy",
-                    "name": "鍖栧鍝佺敓浜т紒涓�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L3703-鍖栧鍝佺敓浜т紒涓�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "tgzcypsfwjyqy",
-                    "name": "鎻愪緵璐瓨涓庨厤閫佹湇鍔$粡钀ヤ紒涓�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L4722-鎻愪緵璐瓨涓庨厤閫佹湇鍔$粡钀ヤ紒涓�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "spscqy",
-                    "name": "椋熷搧鐢熶骇浼佷笟",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L4727-椋熷搧鐢熶骇浼佷笟",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ypscqy",
-                    "name": "鑽搧鐢熶骇浼佷笟",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L4259-鑽搧鐢熶骇浼佷笟",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "deslylqxscqy",
-                    "name": "绗簩銆佷笁绫诲尰鐤楀櫒姊扮敓浜т紒涓�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L3572-绗簩銆佷笁绫诲尰鐤楀櫒姊扮敓浜т紒涓�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "bjspscdw",
-                    "name": "淇濆仴椋熷搧鐢熶骇鍗曚綅",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L4379-淇濆仴椋熷搧鐢熶骇鍗曚綅",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "yplsqy",
-                    "name": "鑽搧闆跺敭浼佷笟",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiyaopinjianduguanliju",
-                    "layer": "L4257-鑽搧闆跺敭浼佷笟",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "expanded": false,
-            "checked": false
-        },
-        {
-            "id": "BAB84B0D",
-            "name": "琛屾斂瀹℃壒灞�",
-            "children": [
-                {
-                    "id": "B5610EB3",
-                    "name": "瑙嗛鐩戞帶",
-                    "children": [
-                        {
-                            "id": "zhianjiankong",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "娌诲畨鐩戞帶",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "娌诲畨鐩戞帶",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "zhianjiankongwuxian",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "娌诲畨鐩戞帶锛堟棤绾匡級",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "娌诲畨鐩戞帶锛堟棤绾匡級",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "daxinggongan133lu",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "澶у叴鍏畨133璺�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "澶у叴鍏畨133璺�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "gaodianjiankong",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "楂樼偣鐩戞帶",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "楂樼偣鐩戞帶",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "cigaodianjiankong",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "娆¢珮鐐圭洃鎺�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "娆¢珮鐐圭洃鎺�",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "鍩庡競澶ц剳",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "鍩庡競澶ц剳",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "鍩庡競澶ц剳",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "骞冲畨灏忓尯",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "骞冲畨灏忓尯",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "骞冲畨灏忓尯",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "杩濈珷鍋滆溅瑙嗛",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "杩濈珷鍋滆溅瑙嗛",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "杩濈珷鍋滆溅瑙嗛",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "闃叉睕鐐逛綅鐩戞帶",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "闃叉睕鐐逛綅鐩戞帶",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "闃叉睕鐐逛綅鐩戞帶",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        },
-                        {
-                            "id": "淇濋殰",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "height": 30,
-                            "name": "淇濋殰",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                            "layer": "淇濋殰",
-                            "color": "#ffffff",
-                            "outlineColor": "#ffffff",
-                            "clampToGround": false,
-                            "classificationType": 2,
-                            "text": "",
-                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                            "minimumLevel": 1,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 1,
-                            "offsetX": 0,
-                            "offsetY": -10,
-                            "imageScale": 1,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false,
-                            "flyTo": [
-                                "116.49140",
-                                "39.78077",
-                                "1985.39",
-                                "360.0",
-                                "-49.3"
-                            ]
-                        }
-                    ],
-                    "rename": false,
-                    "expanded": false
-                },
-                {
-                    "id": "2BA3A978",
-                    "name": "鍩庡競绐ㄤ簳",
-                    "children": [
-                        {
-                            "id": "闆ㄦ按浜�",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "闆ㄦ按浜�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_闆ㄦ按浜�",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/闆ㄦ按浜曠洊.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "鐢靛姏浜�",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "鐢靛姏浜�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_鐢靛姏浜�",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐢靛姏浜曠洊.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1.5,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "鐩戞帶浜�",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "鐩戞帶浜�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_鐩戞帶浜�",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶浜曠洊.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1.5,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "浜ら�氫簳",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "浜ら�氫簳",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_浜ら�氫簳",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氫簳鐩�.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1.5,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "璺伅浜�",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "璺伅浜�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_璺伅浜�",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺伅浜曠洊.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1.5,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "鐕冩皵浜�",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "鐕冩皵浜�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_鐕冩皵浜�",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐕冩皵浜曠洊.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1.5,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "鐑姏浜�",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "鐑姏浜�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_鐑姏浜�",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐑姏浜曠洊.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1.5,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "閫氫俊浜�",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "閫氫俊浜�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_閫氫俊浜�",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/閫氫俊浜曠洊.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1.5,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "姹℃按浜�",
-                            "sourceType": "cluster",
-                            "alpha": 1,
-                            "name": "姹℃按浜�",
-                            "class": "point",
-                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
-                            "layer": "绐ㄤ簳_姹℃按浜�",
-                            "color": "#fff",
-                            "clampToGround": true,
-                            "classificationType": 2,
-                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/姹℃按浜曠洊.png",
-                            "minimumLevel": 16,
-                            "maximumLevel": 22,
-                            "font": "Arial",
-                            "scale": 1.5,
-                            "outlineWidth": 0,
-                            "offsetX": 40,
-                            "offsetY": -15,
-                            "imageScale": 0.5,
-                            "disableDepthTestDistance": "Infinity",
-                            "checked": false,
-                            "rename": false
-                        }
-                    ],
-                    "rename": false,
-                    "expanded": false
-                },
-                {
-                    "id": "C94CF862",
-                    "sourceType": "wfs",
-                    "alpha": 0.7,
-                    "name": "鍏嶈垂浣忔墍绌洪棿",
-                    "class": "polygon",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/zs",
-                    "layer": "鍏嶈垂浣忔墍绌洪棿0131",
-                    "color": "#ff0",
-                    "outlineColor": "#F00",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "text": "",
-                    "minimumLevel": 0,
-                    "maximumLevel": 22,
-                    "height": 0,
-                    "outlineWidth": 3,
-                    "extrudedHeight": 100,
-                    "bulidingWall": false,
-                    "bulidingWallWidth": 0.8,
-                    "outline": true,
-                    "water": false,
-                    "checked": false,
-                    "rename": false,
-                    "flyTo": [
-                        "116.50488",
-                        "39.79735",
-                        "1116.60"
-                    ]
-                }
-            ],
-            "rename": false,
-            "expanded": false,
-            "checked": false
-        },
-        {
-            "id": "77F381A7",
-            "name": "绀句細淇濋櫓淇濋殰涓績",
-            "children": [
-                {
-                    "id": "ylbxddyljg",
-                    "name": "鍖荤枟淇濋櫓瀹氱偣鍖荤枟鏈烘瀯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shirenlishebaoju",
-                    "layer": "L4750-鍖荤枟淇濋櫓瀹氱偣鍖荤枟鏈烘瀯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "expanded": false
-        },
-        {
-            "id": "527A0989",
-            "name": "鑽e崕琛楅亾",
-            "children": [
-                {
-                    "id": "鑽e崕琛楅亾杞﹁浇瑙嗛",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "height": 30,
-                    "name": "鑽e崕琛楅亾杞﹁浇瑙嗛",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                    "layer": "鑽e崕琛楅亾杞﹁浇瑙嗛",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": false,
-                    "classificationType": 2,
-                    "text": "",
-                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                    "minimumLevel": 1,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": -10,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false,
-                    "flyTo": [
-                        "116.49140",
-                        "39.78077",
-                        "1985.39",
-                        "360.0",
-                        "-49.3"
-                    ]
-                }
-            ],
-            "rename": false,
-            "expanded": false
-        },
-        {
-            "id": "21F7FA4A",
-            "name": "瑙勮嚜鍒嗗眬",
-            "children": [
-                {
-                    "id": "18B25A94",
-                    "sourceType": "wmse",
-                    "name": "60骞虫柟鍏噷鏍稿績鍖虹晫",
-                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/YZ_BJ60",
-                    "maximumLevel": 26,
-                    "alpha": 1,
-                    "zIndex": 3,
-                    "Level": "9,20",
-                    "checked": true,
-                    "rename": false,
-                    "flyTo": [
-                        "116.51352",
-                        "39.76102",
-                        "30523.31",
-                        "360.0",
-                        "-89.8"
-                    ]
-                },
-                {
-                    "id": "47EC9636",
-                    "sourceType": "wmse",
-                    "name": "225骞虫柟鍏噷鍖虹晫",
-                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/YZ_BJ",
-                    "maximumLevel": 26,
-                    "alpha": 1,
-                    "zIndex": 3,
-                    "Level": "7,20",
-                    "flyTo": [
-                        "116.50281",
-                        "39.75291",
-                        "35307.96",
-                        "0.0",
-                        "-89.8"
-                    ],
-                    "checked": true,
-                    "rename": false
-                },
-                {
-                    "id": "xingzhengquhuamian_tms",
-                    "name": "涓よ鍏晣鐣�",
-                    "sourceType": "local-map",
-                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/xingzhengquhuamian_tms",
-                    "tile": "{z}/{x}/{y}",
-                    "tileType": "Mercator",
-                    "img": "jpeg",
-                    "tms": true,
-                    "Level": 1,
-                    "alpha": 0.7,
-                    "zIndex": 2,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "xingzhengquhuabianjie_tm",
-                    "name": "涓よ鍏晣鐣岀嚎",
-                    "sourceType": "local-map",
-                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/xingzhengquhuabianjie_tm",
-                    "tile": "{z}/{x}/{y}",
-                    "tileType": "Mercator",
-                    "img": "jpeg",
-                    "tms": true,
-                    "Level": 1,
-                    "alpha": 0.5,
-                    "zIndex": 2,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "5EFDB2AF",
-                    "sourceType": "wfs",
-                    "alpha": 1,
-                    "name": "鏀垮簻鎵�鍦ㄥ湴 ",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/zhengfusuozaidi_wfs",
-                    "layer": "鏀垮簻椹诲湴",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鏀垮簻鏈哄叧.png",
-                    "minimumLevel": 0,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 0.3,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "chengshiguihua_xiangmumingcheng_tms",
-                    "name": "浜﹀簞鏂板煄瑙勫垝鍥�",
-                    "sourceType": "local-map",
-                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/chengshiguihua_xiangmumingcheng_tms",
-                    "tile": "{z}/{x}/{y}",
-                    "tileType": "Mercator",
-                    "img": "jpeg",
-                    "tms": true,
-                    "Level": 1,
-                    "alpha": 1,
-                    "zIndex": 2,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "GuiHuaFanWeiShiYiTu",
-                    "name": "瑙勫垝鑼冨洿涓撻鍥�",
-                    "sourceType": "local-map",
-                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/GuiHuaFanWeiShiYiTu_tms",
-                    "tile": "{z}/{x}/{y}",
-                    "tileType": "Mercator",
-                    "img": "jpeg",
-                    "tms": true,
-                    "Level": 1,
-                    "alpha": 1,
-                    "zIndex": 2,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "XingZhengQuHuaTu",
-                    "name": "琛屾斂鍖哄垝涓撻鍥�",
-                    "sourceType": "local-map",
-                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/XingZhengQuHuaTu_tms",
-                    "tile": "{z}/{x}/{y}",
-                    "tileType": "Mercator",
-                    "img": "jpeg",
-                    "tms": true,
-                    "Level": 1,
-                    "alpha": 1,
-                    "zIndex": 2,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "GuiHuaDanYuanHuaFenTu",
-                    "name": "瑙勫垝鍗曞厓鍒掑垎涓撻鍥�",
-                    "sourceType": "local-map",
-                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/GuiHuaDanYuanHuaFenTu_tms",
-                    "tile": "{z}/{x}/{y}",
-                    "tileType": "Mercator",
-                    "img": "jpeg",
-                    "tms": true,
-                    "Level": 1,
-                    "alpha": 1,
-                    "zIndex": 2,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "ZhuYaoGongNengQuGuiHuaShiYiTu",
-                    "name": "涓昏鍔熻兘鍖鸿鍒掍笓棰樺浘",
-                    "sourceType": "local-map",
-                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/ZhuYaoGongNengQuGuiHuaShiYiTu_tms",
-                    "tile": "{z}/{x}/{y}",
-                    "tileType": "Mercator",
-                    "img": "jpeg",
-                    "tms": true,
-                    "Level": 1,
-                    "alpha": 1,
-                    "zIndex": 2,
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "A349C123",
-                    "sourceType": "wmse",
-                    "name": "鍦颁笅绠$綉娴嬭瘯",
-                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/gwtext",
-                    "layer": "GS_line",
-                    "maximumLevel": 26,
-                    "alpha": 1,
-                    "zIndex": 4,
-                    "Level": "0,26",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "A349C1234",
-                    "sourceType": "wmse",
-                    "name": "鍦颁笅绠$綉娴嬭瘯-dian",
-                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/gwtext",
-                    "layer": "GS_point",
-                    "maximumLevel": 26,
-                    "alpha": 1,
-                    "zIndex": 4,
-                    "Level": "0,26",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "dixiaguanwang",
-                    "name": "鍦颁笅绠$綉",
-                    "disabled": false,
-                    "children": [
-                        {
-                            "id": "gongshui",
-                            "name": "渚涙按绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "gongshui1",
-                                    "sourceType": "wmse",
-                                    "name": "渚涙按鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GSD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "gongshui2",
-                                    "sourceType": "wmse",
-                                    "name": "渚涙按绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GSL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "gongshui3",
-                                    "sourceType": "wmse",
-                                    "name": "渚涙按灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GSXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "gongshui4",
-                                    "sourceType": "wmse",
-                                    "name": "渚涙按璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GSSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "zhongshui",
-                            "name": "涓按绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "zhongshui1",
-                                    "sourceType": "wmse",
-                                    "name": "涓按鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_ZSD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "zhongshui2",
-                                    "sourceType": "wmse",
-                                    "name": "涓按绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_ZSL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "zhongshui3",
-                                    "sourceType": "wmse",
-                                    "name": "涓按灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_ZSXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "zhongshui4",
-                                    "sourceType": "wmse",
-                                    "name": "涓按璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_ZSSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "yushui",
-                            "name": "闆ㄦ按绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "yushui1",
-                                    "sourceType": "wmse",
-                                    "name": "闆ㄦ按鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_YSD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "yushui2",
-                                    "sourceType": "wmse",
-                                    "name": "闆ㄦ按绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_YSL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "yushui3",
-                                    "sourceType": "wmse",
-                                    "name": "闆ㄦ按灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_YSXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "yushui4",
-                                    "sourceType": "wmse",
-                                    "name": "闆ㄦ按璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_YSSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "wushui",
-                            "name": "姹℃按绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "wushui1",
-                                    "sourceType": "wmse",
-                                    "name": "姹℃按鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_WSD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "wushui2",
-                                    "sourceType": "wmse",
-                                    "name": "姹℃按绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_WSL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "wushui3",
-                                    "sourceType": "wmse",
-                                    "name": "姹℃按灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_WSXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "wushui4",
-                                    "sourceType": "wmse",
-                                    "name": "姹℃按璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_WSSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "reli",
-                            "name": "鐑姏绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "reli1",
-                                    "sourceType": "wmse",
-                                    "name": "鐑姏鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_RLD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "reli2",
-                                    "sourceType": "wmse",
-                                    "name": "鐑姏绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_RLL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "reli3",
-                                    "sourceType": "wmse",
-                                    "name": "鐑姏灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_RLXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "reli4",
-                                    "sourceType": "wmse",
-                                    "name": "鐑姏璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_RLSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "ranqi",
-                            "name": "鐕冩皵绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "ranqi1",
-                                    "sourceType": "wmse",
-                                    "name": "鐕冩皵鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_RQD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "ranqi2",
-                                    "sourceType": "wmse",
-                                    "name": "鐕冩皵绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_RQL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "ranqi3",
-                                    "sourceType": "wmse",
-                                    "name": "鐕冩皵灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_RQXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "ranqi4",
-                                    "sourceType": "wmse",
-                                    "name": "鐕冩皵璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_RQSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "dianli",
-                            "name": "鐢靛姏绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "dianli1",
-                                    "sourceType": "wmse",
-                                    "name": "鐢靛姏鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_DLD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "dianli2",
-                                    "sourceType": "wmse",
-                                    "name": "鐢靛姏绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_DLL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "dianli3",
-                                    "sourceType": "wmse",
-                                    "name": "鐢靛姏灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_DLXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "dianli4",
-                                    "sourceType": "wmse",
-                                    "name": "鐢靛姏璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_DLSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "tongxin",
-                            "name": "閫氫俊绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "tongxin1",
-                                    "sourceType": "wmse",
-                                    "name": "閫氫俊鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_TXD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "tongxin2",
-                                    "sourceType": "wmse",
-                                    "name": "閫氫俊绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_TXL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "tongxin3",
-                                    "sourceType": "wmse",
-                                    "name": "閫氫俊灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_TXXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "tongxin4",
-                                    "sourceType": "wmse",
-                                    "name": "閫氫俊璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_TXSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "guangbo",
-                            "name": "骞挎挱鐢佃绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "guangbo1",
-                                    "sourceType": "wmse",
-                                    "name": "骞挎挱鐢佃鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GBD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "guangbo2",
-                                    "sourceType": "wmse",
-                                    "name": "骞挎挱鐢佃绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GBL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "guangbo3",
-                                    "sourceType": "wmse",
-                                    "name": "骞挎挱鐢佃灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GBXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "guangbo4",
-                                    "sourceType": "wmse",
-                                    "name": "骞挎挱鐢佃璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GBSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "gongye",
-                            "name": "宸ヤ笟绠¢亾",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "gongye1",
-                                    "sourceType": "wmse",
-                                    "name": "宸ヤ笟鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GYD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "gongye2",
-                                    "sourceType": "wmse",
-                                    "name": "宸ヤ笟绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GYL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "gongye3",
-                                    "sourceType": "wmse",
-                                    "name": "宸ヤ笟灏忓",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GYXS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "gongye4",
-                                    "sourceType": "wmse",
-                                    "name": "宸ヤ笟璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GYSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "guanlang",
-                            "name": "绠″粖",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "guanlang1",
-                                    "sourceType": "wmse",
-                                    "name": "绠″粖鐐�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GYD",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "guanlang2",
-                                    "sourceType": "wmse",
-                                    "name": "绠″粖绾�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GYL",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "guanlang4",
-                                    "sourceType": "wmse",
-                                    "name": "绠″粖璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GYSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "guanlang3",
-                                    "sourceType": "wmse",
-                                    "name": "绠″粖澶栬疆寤�",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_GYWLK",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        },
-                        {
-                            "id": "huanwei",
-                            "name": "鐜崼",
-                            "disabled": false,
-                            "children": [
-                                {
-                                    "id": "huanwei1",
-                                    "sourceType": "wmse",
-                                    "name": "鐜崼璁炬柦",
-                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
-                                    "layer": "SZ_HWSS",
-                                    "maximumLevel": 26,
-                                    "alpha": 1,
-                                    "zIndex": 4,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false
-                        }
-                    ],
-                    "rename": false,
-                    "expanded": false
-                }
-            ],
-            "rename": false,
-            "expanded": false
-        },
-        {
-            "id": "471847FA",
-            "name": "骞冲畨鍔�",
-            "children": [
-                {
-                    "id": "bgld",
-                    "name": "瀹鹃鏃呭簵",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L4397-瀹鹃鏃呭簵",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "crjzjjg",
-                    "name": "鍑哄叆澧冧腑浠嬫満鏋�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L3539-鍑哄叆澧冧腑浠嬫満鏋�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jtzfjg",
-                    "name": "浜ら�氭墽娉曟満鏋�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L3764-浜ら�氭墽娉曟満鏋�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "lctcc",
-                    "name": "璺晶鍋滆溅浣�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L3831-璺晶鍋滆溅浣�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jx",
-                    "name": "椹炬牎",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L3750-椹炬牎",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "sqmjjjwgzs",
-                    "name": "绀惧尯姘戣鍙婅鍔″伐浣滃",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L4628-绀惧尯姘戣鍙婅鍔″伐浣滃",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jtzdd",
-                    "name": "浜ら�氭敮澶ч槦",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L3763-浜ら�氭敮澶ч槦",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "fjdcdjz",
-                    "name": "闈炴満鍔ㄨ溅鐧昏绔�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L4634-闈炴満鍔ㄨ溅鐧昏绔�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jdcjcc",
-                    "name": "鏈哄姩杞︽娴嬪満",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L3721-鏈哄姩杞︽娴嬪満",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "pcs",
-                    "name": "娲惧嚭鎵�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L4627-娲惧嚭鎵�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "cgz",
-                    "name": "杞︾绔�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L4404-杞︾绔�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "cgs",
-                    "name": "杞︾鎵�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L4403-杞︾鎵�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "jtsgcljg",
-                    "name": "浜ら�氫簨鏁呭鐞嗘満鏋�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gonganjuyewushuju",
-                    "layer": "L3761-浜ら�氫簨鏁呭鐞嗘満鏋�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "lssws",
-                    "name": "寰嬪笀浜嬪姟鎵�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shisifaju",
-                    "layer": "L3836-娈′华鏈嶅緥甯堜簨鍔℃墍鍔℃満鏋�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "o_ql_sfj_sfjdjg_kongjian",
-                    "name": "鍙告硶閴村畾鏈烘瀯",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shisifaju",
-                    "layer": "L4125-鍙告硶閴村畾鏈烘瀯",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "o_ql_sfj_qs17jflyzzxjbxx_kongjian",
-                    "name": "娉曞緥鎻村姪涓績",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shisifaju",
-                    "layer": "L3600-娉曞緥鎻村姪涓績",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                },
-                {
-                    "id": "o_ql_sfj_jcsfszzxx_kongjian",
-                    "name": "鍙告硶鎵�",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shisifaju",
-                    "layer": "L4126-鍙告硶鎵�",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": true,
-                    "classificationType": 2,
-                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
-                    "minimumLevel": 13,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 2,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": 0,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false
-                }
-            ],
-            "rename": false,
-            "expanded": false,
-            "checked": false
-        },
-        {
-            "id": "2E2BE254",
-            "name": "甯傝嚜鍔ㄩ┚椹跺姙鍏",
-            "children": [
-                {
-                    "id": "鑷姩椹鹃┒",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "height": 30,
-                    "name": "鑷姩椹鹃┒",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                    "layer": "鑷姩椹鹃┒",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": false,
-                    "classificationType": 2,
-                    "text": "",
-                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                    "minimumLevel": 1,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": -10,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false,
-                    "flyTo": [
-                        "116.49140",
-                        "39.78077",
-                        "1985.39",
-                        "360.0",
-                        "-49.3"
-                    ]
-                },
-                {
-                    "id": "鑷姩椹鹃┒楸肩溂",
-                    "sourceType": "cluster",
-                    "alpha": 1,
-                    "height": 30,
-                    "name": "鑷姩椹鹃┒楸肩溂",
-                    "class": "point",
-                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
-                    "layer": "鑷姩椹鹃┒楸肩溂",
-                    "color": "#ffffff",
-                    "outlineColor": "#ffffff",
-                    "clampToGround": false,
-                    "classificationType": 2,
-                    "text": "",
-                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
-                    "minimumLevel": 1,
-                    "maximumLevel": 22,
-                    "font": "Arial",
-                    "scale": 1,
-                    "outlineWidth": 1,
-                    "offsetX": 0,
-                    "offsetY": -10,
-                    "imageScale": 1,
-                    "disableDepthTestDistance": "Infinity",
-                    "checked": false,
-                    "rename": false,
-                    "flyTo": [
-                        "116.49140",
-                        "39.78077",
-                        "1985.39",
-                        "360.0",
-                        "-49.3"
-                    ]
-                }
-            ],
-            "rename": false,
-            "expanded": false,
-            "checked": false
-        },
-        {
-            "id": "33213273",
-            "name": "鍦板浘鏁版嵁",
-            "disabled": false,
-            "children": [
-                {
-                    "id": "AC1CE1F9",
-                    "name": "鍩虹鍦板浘",
-                    "children": [
-                        {
-                            "id": "shiliangtuceng",
-                            "name": "浜岀淮鍦板浘",
-                            "children": [
-                                {
-                                    "id": "baise2D",
-                                    "name": "鐧借壊浜岀淮",
-                                    "sourceType": "local-map",
-                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/shiliangditu_baisexi_large",
-                                    "tile": "{z}/{x}/{y}",
-                                    "tileType": "Mercator",
-                                    "img": "png",
-                                    "tms": true,
-                                    "Level": 1,
-                                    "checked": false,
-                                    "alpha": 1,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "shenlan2D",
-                                    "name": "娣辫摑浜岀淮",
-                                    "sourceType": "local-map",
-                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/shiliangditu_kejilan_large",
-                                    "tile": "{z}/{x}/{y}",
-                                    "tileType": "Mercator",
-                                    "img": "png",
-                                    "tms": true,
-                                    "Level": 1,
-                                    "checked": false,
-                                    "alpha": 1,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "heijin2D",
-                                    "name": "榛戦噾浜岀淮",
-                                    "sourceType": "local-map",
-                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/shiliangditu_anyehei_large",
-                                    "tile": "{z}/{x}/{y}",
-                                    "tileType": "Mercator",
-                                    "img": "png",
-                                    "tms": true,
-                                    "Level": 1,
-                                    "checked": false,
-                                    "alpha": 1,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "BJ2000Sate",
-                                    "sourceType": "BJ2000",
-                                    "name": "鍖椾含2000褰卞儚",
-                                    "urls": "http://10.10.4.116:8080/gadapter/map/img?year=&type=Sate&z={z}&x={x}&y={y}",
-                                    "layer": "",
-                                    "alpha": 1,
-                                    "maximumLevel": 18,
-                                    "zIndex": 2,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "BJ2000Shiliang",
-                                    "name": "鍖椾含2000鐭㈤噺",
-                                    "sourceType": "BJ2000",
-                                    "urls": "http://10.10.4.116:8080/gadapter/map/img?year=&type=Shiliang&z={z}&x={x}&y={y}",
-                                    "zIndex": 2,
-                                    "layer": "",
-                                    "alpha": 1,
-                                    "maximumLevel": 18,
-                                    "Level": "0,26",
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false,
-                            "checked": false
-                        },
-                        {
-                            "id": "yingxiangtuceng",
-                            "name": "褰卞儚鍦板浘",
-                            "children": [
-                                {
-                                    "id": "jiaotongluwang_tms",
-                                    "name": "閬撹矾",
-                                    "sourceType": "local-map",
-                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/jiaotongluwang_tms",
-                                    "tile": "{z}/{x}/{y}",
-                                    "tileType": "Mercator",
-                                    "img": "jpeg",
-                                    "tms": true,
-                                    "Level": 1,
-                                    "alpha": 1,
-                                    "zIndex": 3,
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "C0698021",
-                                    "sourceType": "wmts",
-                                    "name": "cgcs2000鑸媿褰卞儚",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=&type=Sate_CGCS2000&level={TileMatrix}&x={TileRow}&y={TileCol}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "A6D6DE13",
-                                    "sourceType": "gdmap",
-                                    "name": "楂樺痉褰卞儚",
-                                    "urls": "https://webst02.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}",
-                                    "layer": "",
-                                    "alpha": 1,
-                                    "zIndex": 2,
-                                    "maximumLevel": 18,
-                                    "Level": [
-                                        0,
-                                        26
-                                    ],
-                                    "checked": false,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "26B6815E",
-                                    "sourceType": "gdmap",
-                                    "name": "楂樺痉娉ㄨ",
-                                    "zIndex": 3,
-                                    "urls": "https://webst02.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z}",
-                                    "layer": "",
-                                    "alpha": 1,
-                                    "maximumLevel": 18,
-                                    "Level": [
-                                        0,
-                                        26
-                                    ],
-                                    "checked": false,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false,
-                            "checked": false
-                        },
-                        {
-                            "id": "historyImage",
-                            "name": "鍘嗗彶褰卞儚",
-                            "children": [
-                                {
-                                    "id": "2002",
-                                    "sourceType": "BJ54",
-                                    "name": "2002骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2002&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2003",
-                                    "sourceType": "BJ54",
-                                    "name": "2003骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2003&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2004",
-                                    "sourceType": "BJ54",
-                                    "name": "2004骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2004&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2005",
-                                    "sourceType": "BJ54",
-                                    "name": "2005骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2005&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2006",
-                                    "sourceType": "BJ54",
-                                    "name": "2006骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2006&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2007",
-                                    "sourceType": "BJ54",
-                                    "name": "2007骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2007&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2008",
-                                    "sourceType": "BJ54",
-                                    "name": "2008骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2008&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2009",
-                                    "sourceType": "BJ54",
-                                    "name": "2009骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2009&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2010",
-                                    "sourceType": "BJ54",
-                                    "name": "2010骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2010&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2011",
-                                    "sourceType": "BJ54",
-                                    "name": "2011骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2011&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2012",
-                                    "sourceType": "BJ54",
-                                    "name": "2012骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2012&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2013",
-                                    "sourceType": "BJ54",
-                                    "name": "2013骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2013&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2014",
-                                    "sourceType": "BJ54",
-                                    "name": "2014骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2014&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2015",
-                                    "sourceType": "BJ54",
-                                    "name": "2015骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2015&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2016",
-                                    "sourceType": "BJ54",
-                                    "name": "2016骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2016&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2017",
-                                    "sourceType": "BJ54",
-                                    "name": "2017骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2017&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2018",
-                                    "sourceType": "BJ54",
-                                    "name": "2018骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2018&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2019",
-                                    "sourceType": "BJ54",
-                                    "name": "2019骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2019&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                },
-                                {
-                                    "id": "2020",
-                                    "sourceType": "BJ54",
-                                    "name": "2020骞村奖鍍�",
-                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2020&type=Sate&level={z}&x={x}&y={y}",
-                                    "checked": false,
-                                    "zIndex": 2,
-                                    "rename": false
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false,
-                            "checked": false
-                        },
-                        {
-                            "id": "8A969952",
-                            "sourceType": "b3dm",
-                            "name": "寤虹瓚浣撳潡",
-                            "urls": "http://10.10.4.121:8070/gisserver/c3dserver/YZ_BM/tileset.json",
-                            "checked": false,
-                            "rename": false
-                        },
-                        {
-                            "id": "shijingsanwei",
-                            "name": "瀹炴櫙妯″瀷",
-                            "children": [
-                                {
-                                    "id": "hexinqu0609",
-                                    "name": "鏍稿績鍖哄缓绛戠墿",
-                                    "sourceType": "b3dm",
-                                    "checked": true,
-                                    "urls": "http://10.10.4.121:8070/gisserver/c3dserver/hxq0609/tileset.json",
-                                    "rename": false,
-                                    "zIndex": 1
-                                },
-                                {
-                                    "id": "2253dhexin01",
-                                    "name": "225瀹炴櫙涓夌淮鏍稿績鍖哄湴闈�",
-                                    "sourceType": "b3dm",
-                                    "checked": true,
-                                    "urls": "http://10.10.4.121:8070/gisserver/c3dserver/hexinqudimian/tileset.json",
-                                    "rename": false,
-                                    "zIndex": 1
-                                },
-                                {
-                                    "id": "2253dfeihexin",
-                                    "name": "225瀹炴櫙涓夌淮闈炴牳蹇冨尯",
-                                    "checked": false,
-                                    "sourceType": "b3dm",
-                                    "urls": "http://10.10.4.121:8070/gisserver/c3dserver/fhx/tileset.json",
-                                    "rename": false,
-                                    "zIndex": 1
-                                }
-                            ],
-                            "rename": false,
-                            "expanded": false,
-                            "checked": true
-                        }
-                    ],
-                    "rename": false,
-                    "expanded": false
-                }
-            ],
-            "rename": false,
-            "expanded": false
-        }
-    ],
-    "flyTo": [],
-    "mapStatus": {
-        "rotateFlyTime": 30,
-        "sunLight": false,
-        "lightIntensity": 2,
-        "lightColor": "#ffffff",
-        "brightness": 1,
-        "contrast": 1,
-        "saturation": 1
-    }
+{
+    "name": "ALL",
+    "id": 1,
+    "open": true,
+    "children": [
+        {
+            "id": "CE402B81",
+            "name": "缁勭粐浜轰簨閮�",
+            "children": [
+                {
+                    "id": "A349C2B7",
+                    "sourceType": "wmse",
+                    "name": "浜︿紒鏈嶅姟宀�",
+                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/yiqifuwugang-1102",
+                    "maximumLevel": 26,
+                    "alpha": 1,
+                    "zIndex": 4,
+                    "Level": "0,26",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                }
+            ],
+            "rename": false,
+            "checked": false,
+            "expanded": false
+        },
+        {
+            "id": "CD402B51",
+            "name": "缁煎悎鎵ф硶灞�",
+            "children": [
+                {
+                    "id": "jianguanduixinag",
+                    "name": "鐩戠瀵硅薄鍒嗗竷",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "xxdj-you",
+                            "name": "浼佷笟淇$敤绛夌骇-浼�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyexinyongdengji",
+                            "layer": "淇$敤绛夌骇-浼�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-浼�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.501528",
+                                "39.79328",
+                                "2073.970146"
+                            ]
+                        },
+                        {
+                            "id": "xxdj-liang",
+                            "name": "浼佷笟淇$敤绛夌骇-鑹�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyexinyongdengji",
+                            "layer": "淇$敤绛夌骇-鑹�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-鑹�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.501528",
+                                "39.79328",
+                                "2073.970146"
+                            ]
+                        },
+                        {
+                            "id": "xxdj-zhong",
+                            "name": "浼佷笟淇$敤绛夌骇-涓�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyexinyongdengji",
+                            "layer": "淇$敤绛夌骇-涓�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-涓�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.501528",
+                                "39.79328",
+                                "2073.970146"
+                            ]
+                        },
+                        {
+                            "id": "xxdj-cha",
+                            "name": "浼佷笟淇$敤绛夌骇-宸�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyexinyongdengji",
+                            "layer": "淇$敤绛夌骇-宸�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浼佷笟淇$敤绛夌骇-宸�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.501528",
+                                "39.79328",
+                                "2073.970146"
+                            ]
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "xingzhengzhifa",
+                    "name": "琛屾斂鎵ф硶鍒嗗竷",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "ajxx",
+                            "name": "妗堜欢淇℃伅",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/anjianxinxi",
+                            "layer": "妗堜欢绠$悊淇℃伅",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/妗堜欢淇℃伅.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.501528",
+                                "39.79328",
+                                "2073.970146"
+                            ]
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "gaoweifengxian",
+                    "name": "楂樺嵄椋庨櫓鍒嗗竷",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "gaofxqy",
+                            "name": "楂橀闄╀紒涓�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/fengxianqiye",
+                            "layer": "楂橀闄╀紒涓�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/楂橀闄╀紒涓�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.509878",
+                                "39.794342",
+                                "2074.358146"
+                            ]
+                        },
+                        {
+                            "id": "zhongfxqy",
+                            "name": "涓闄╀紒涓�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/fengxianqiye",
+                            "layer": "涓闄╀紒涓�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/涓闄╀紒涓�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.509878",
+                                "39.794342",
+                                "2074.358146"
+                            ]
+                        },
+                        {
+                            "id": "difxqy",
+                            "name": "浣庨闄╀紒涓�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/fengxianqiye",
+                            "layer": "浣庨闄╀紒涓�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/浣庨闄╀紒涓�.png",
+                            "minimumLevel": 13,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 2,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": 0,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.509878",
+                                "39.794342",
+                                "2074.358146"
+                            ]
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                }
+            ],
+            "rename": false,
+            "checked": false,
+            "expanded": false
+        },
+        {
+            "id": "482040AD",
+            "name": "瀹d紶鏂囧寲閮�",
+            "children": [
+                {
+                    "id": "xjfd",
+                    "name": "鏄熺骇楗簵",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4452鏄熺骇楗簵",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 8,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5186619",
+                        "39.785995",
+                        "19562.004696"
+                    ]
+                },
+                {
+                    "id": "whz",
+                    "name": "鏂囧寲绔�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiwenhuahelvyouju",
+                    "layer": "鏂囧寲绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.48929",
+                        "39.781008",
+                        "23123.6948"
+                    ]
+                },
+                {
+                    "id": "Ajjq",
+                    "name": "A绾ф櫙鍖�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenhuahelvyouju",
+                    "layer": "L4680A绾ф櫙鍖�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.456038",
+                        "39.774265",
+                        "2977.65762"
+                    ]
+                },
+                {
+                    "id": "lxs",
+                    "name": "鏃呰绀�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiwenwuju",
+                    "layer": "L3832-鏃呰绀�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.49343",
+                        "39.802385",
+                        "4047.42589"
+                    ]
+                },
+                {
+                    "id": "ycjqlxs",
+                    "name": "鏈夊嚭澧冩潈鏃呰绀�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiwenhuahelvyouju",
+                    "layer": "鏈夊嚭澧冩潈鏃呰绀�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.49343",
+                        "39.802385",
+                        "4047.42589"
+                    ]
+                },
+                {
+                    "id": "jyxhlwwhdw",
+                    "name": "缁忚惀鎬т簰鑱旂綉鏂囧寲鍗曚綅",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiwenhuahelvyouju",
+                    "layer": "缁忚惀鎬т簰鑱旂綉鏂囧寲鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "ycjjjg",
+                    "name": "婕斿嚭缁忕邯鏈烘瀯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiwenhuahelvyouju",
+                    "layer": "婕斿嚭缁忕邯鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "bjdqbwg",
+                    "name": "鍖椾含鍦板尯鍗氱墿棣�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiwenwuju",
+                    "layer": "鍖椾含鍦板尯鍗氱墿棣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "bjsdxwwmcq",
+                    "name": "鍖椾含甯傚湴涓嬫枃鐗╁煁钘忓尯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiwenwuju",
+                    "layer": "鍖椾含甯傚湴涓嬫枃鐗╁煁钘忓尯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "bjswwpmqy",
+                    "name": "鍖椾含甯傛枃鐗╂媿鍗栦紒涓�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiwenwuju",
+                    "layer": "鍖椾含甯傛枃鐗╂媿鍗栦紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "AA408D09",
+            "name": "缁忔祹鍙戝睍灞�",
+            "children": [
+                {
+                    "id": "bjsnyncxxhltqymd",
+                    "name": "鍐滀笟鍐滄潙淇℃伅鍖栭緳澶翠紒涓氬悕鍗�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shinongyenongcunju",
+                    "layer": "鍐滀笟鍐滄潙淇℃伅鍖栭緳澶翠紒涓氬悕鍗�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "bjssyjyqyml",
+                    "name": "鍖椾含甯傚吔鑽粡钀ヤ紒涓氬悕褰�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shinongyenongcunju",
+                    "layer": "鍖椾含甯傚吔鑽粡钀ヤ紒涓氬悕褰�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "F8213DC2",
+            "name": "寮�鍙戝缓璁惧眬",
+            "children": [
+                {
+                    "id": "闆寒宸ョ▼",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "height": 30,
+                    "name": "闆寒宸ョ▼",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                    "layer": "闆寒宸ョ▼",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "text": "",
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                    "minimumLevel": 1,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": -10,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "hl",
+                    "name": "娌虫祦",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishuiwuju",
+                    "layer": "娌虫祦",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "extrudedHeight": 10,
+                    "outline": false,
+                    "water": true,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "yq",
+                    "name": "鍥尯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/YZ_52YQ",
+                    "layer": "52澶勯噸鐐瑰洯鍖�",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "extrudedHeight": 100,
+                    "outline": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "CSGXYQ",
+                    "name": "鍩庡競鏇存柊鍥尯",
+                    "checked": false,
+                    "sourceType": "wmse",
+                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/CSGXYQ",
+                    "layer": "",
+                    "srs": "EPSG:4490",
+                    "lon": "116.523",
+                    "lat": "39.782",
+                    "Level": 1,
+                    "zIndex": 7,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "sgxmxx",
+                    "name": "鏂藉伐椤圭洰淇℃伅",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shigongxiangmu",
+                    "layer": "鍥尯",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 12,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "extrudedHeight": 100,
+                    "outline": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "E31DCD9B",
+            "name": "鍩庡競杩愯灞�",
+            "children": [
+                {
+                    "id": "tcc",
+                    "name": "鍋滆溅鍦�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/tingchechang",
+                    "layer": "鍋滆溅鍦�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "tztz",
+                    "name": "濉旂珯浣嶇疆",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/TZ_LZ",
+                    "layer": "濉旂珯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.50184",
+                        "39.78905",
+                        "4713.81957"
+                    ]
+                },
+                {
+                    "id": "tzlz",
+                    "name": "妤肩珯浣嶇疆",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/TZ_LZ",
+                    "layer": "妤肩珯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.50184",
+                        "39.78905",
+                        "4713.81957"
+                    ]
+                },
+                {
+                    "id": "jjdgpt",
+                    "name": "鍩哄缓澶氭潌骞冲彴璺伅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/ludeng",
+                    "layer": "澶氭潌骞冲彴璺伅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sjcjysb",
+                    "name": "鏁版嵁閲囬泦浠櫒璁惧",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shujucaijiyishebei",
+                    "layer": "鏁版嵁閲囬泦浠櫒璁惧",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "lyxtjcd",
+                    "name": "钃濈墮鍡呮帰鐩戞祴鐐�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/lanyaxiutanjiance",
+                    "layer": "钃濈墮鍡呮帰鐩戞祴鐐�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "yljczdxx",
+                    "name": "闆ㄩ噺鐩戞祴绔欑偣淇℃伅",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yulaingjiance",
+                    "layer": "闆ㄩ噺鐩戞祴",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "gxdcwl",
+                    "name": "鍏变韩鍗曡溅鍥存爮",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/gongxiangdanche",
+                    "layer": "鍏变韩鍗曡溅鍥存爮",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "outline": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "hdpkxx",
+                    "name": "娌抽亾鎺掑彛淇℃伅",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/hedaopaikou",
+                    "layer": "娌抽亾鎺掑彛",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.4818598",
+                        "39.78237",
+                        "6075.29113"
+                    ]
+                },
+                {
+                    "id": "scxzdq",
+                    "name": "鐢熶骇绾挎尟鍔ㄥ櫒",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shengchanxianzhendongqi",
+                    "layer": "鐢熶骇绾挎尟鍔ㄥ櫒",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "wxfwjyxkzdw",
+                    "name": "鍗遍櫓搴熺墿缁忚惀璁稿彲璇佸崟浣�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "鍗遍櫓搴熺墿缁忚惀璁稿彲璇佸崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "xssxzzddw",
+                    "name": "閿�鍞皠绾胯缃殑鍗曚綅",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "閿�鍞皠绾胯缃殑鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sysxzzddw",
+                    "name": "浣跨敤灏勭嚎瑁呯疆鐨勫崟浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "浣跨敤灏勭嚎瑁呯疆鐨勫崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "xsfsydw",
+                    "name": "閿�鍞斁灏勬簮鍗曚綅",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "閿�鍞斁灏勬簮鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "syfsydw",
+                    "name": "浣跨敤鏀惧皠婧愬崟浣�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "浣跨敤鏀惧皠婧愬崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sxzzscxsdw",
+                    "name": "灏勭嚎瑁呯疆鐢熶骇銆侀攢鍞崟浣�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "灏勭嚎瑁呯疆鐢熶骇銆侀攢鍞崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "fsxtwsxsdw",
+                    "name": "鏀惧皠鎬у悓浣嶇礌閿�鍞崟浣�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "鏀惧皠鎬у悓浣嶇礌閿�鍞崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "scsxzzdw",
+                    "name": "鐢熶骇灏勭嚎瑁呯疆鍗曚綅",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "鐢熶骇灏勭嚎瑁呯疆鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "bjsjdcpfjydw",
+                    "name": "鍖椾含甯傛満鍔ㄨ溅鎺掓斁妫�楠屽崟浣�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishengtaihuanjingju",
+                    "layer": "鍖椾含甯傛満鍔ㄨ溅鎺掓斁妫�楠屽崟浣�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "zcgy",
+                    "name": "娉ㄥ唽鍏洯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiyuanlinlvhuaju",
+                    "layer": "娉ㄥ唽鍏洯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "ljc",
+                    "name": "鍨冨溇鍦�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shichengshiguanliwei",
+                    "layer": "鍨冨溇鍦�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sjyljcz",
+                    "name": "甯傜骇闆ㄩ噺鐩戞祴绔�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishuiwuju",
+                    "layer": "甯傜骇闆ㄩ噺鐩戞祴绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "hcz",
+                    "name": "鐏溅绔�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaotongwei",
+                    "layer": "鐏溅绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.595669",
+                        "39.810733",
+                        "2434.36922"
+                    ]
+                },
+                {
+                    "id": "ljq",
+                    "name": "绔嬩氦妗�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaotongwei",
+                    "layer": "绔嬩氦妗�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jjjcz",
+                    "name": "杩涗含妫�鏌ョ珯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaotongwei",
+                    "layer": "杩涗含妫�鏌ョ珯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "tl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "閾佽矾",
+                    "class": "polyline",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaotongwei",
+                    "layer": "閾佽矾",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffff00",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 4,
+                    "outlineWidth": 2,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "gdjtxl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "杞ㄩ亾浜ら�氱嚎璺�",
+                    "class": "polyline",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaotongwei",
+                    "layer": "杞ㄩ亾浜ら�氱嚎璺�",
+                    "color": "#fb0d0d",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "gdjtzd",
+                    "name": "杞ㄩ亾浜ら�氱珯鐐�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaotongwei",
+                    "layer": "杞ㄩ亾杞︾珯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "gsgl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "楂橀�熷叕璺�",
+                    "class": "polyline",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaotongwei",
+                    "layer": "楂橀�熷叕璺�",
+                    "color": "#fb0d0d",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "gd",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "鍥介亾",
+                    "class": "polyline",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3679-鍥介亾",
+                    "color": "#ffb676",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 12,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sd",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "鐪侀亾",
+                    "class": "polyline",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4035-鐪侀亾",
+                    "color": "#ffecba",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 8,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "zgl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "涓诲共閬�",
+                    "class": "polyline",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L4355-涓诲共閬�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 4,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "ksl",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "蹇�熻矾",
+                    "class": "polyline",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shiguihuaheziranziyuanwei",
+                    "layer": "L3798-蹇�熻矾",
+                    "color": "#ffd86b",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "ditiexianlu_tms",
+                    "name": "鍦伴搧",
+                    "sourceType": "local-map",
+                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/ditiexianlu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 10,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "璺伅鏉�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "璺伅鏉�",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "璺伅鏉�",
+                    "color": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺伅鏉�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "璺悕鐗屾潌",
+                    "sourceType": "F",
+                    "alpha": 1,
+                    "name": "璺悕鐗屾潌",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "璺悕鐗屾潌",
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺悕鐗屾潌.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "浜ら�氫俊鍙风伅鏉�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "浜ら�氫俊鍙风伅鏉�",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "浜ら�氫俊鍙风伅鏉�",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氫俊鍙风伅鏉�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "澶氬姛鑳界患鍚堟潌浣�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "澶氬姛鑳界患鍚堟潌浣�",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "澶氬姛鑳界患鍚堟潌浣�",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/澶氬姛鑳界患鍚堟潌浣�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "鐩戞帶鏉�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "鐩戞帶鏉�",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "鐩戞帶鏉�",
+                    "color": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶鏉�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "鐩戞帶鏍囧織鐗�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "鐩戞帶鏍囧織鐗�",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "鐩戞帶鏍囧織鐗�",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶鏍囧織鐗�.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "鍏朵粬鏉嗕綋",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "鍏朵粬鏉嗕綋",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "鍏朵粬鏉嗕綋",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鍏朵粬鏉嗕綋.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "浜ら�氭爣蹇楃墝",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "浜ら�氭爣蹇楃墝",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "浜ら�氭爣蹇楃墝",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氭爣蹇楃墝.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "浜ら�氭爣蹇楁潌",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "浜ら�氭爣蹇楁潌",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/chengshibujian0529",
+                    "layer": "浜ら�氭爣蹇楁潌",
+                    "color": "#fff",
+                    "outlineColor": "#fff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氭爣蹇楁潌.png",
+                    "minimumLevel": 16,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1.5,
+                    "outlineWidth": 0,
+                    "offsetX": 40,
+                    "offsetY": -15,
+                    "imageScale": 0.4,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "7D042DAF",
+            "name": "绀句細浜嬩笟灞�",
+            "children": [
+                {
+                    "id": "gjzx",
+                    "name": "楂樼骇涓",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4609-楂樼骇涓",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.483797",
+                        "39.79389",
+                        "3299.371905"
+                    ]
+                },
+                {
+                    "id": "jnygzxx",
+                    "name": "涔濆勾涓�璐埗瀛︽牎",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaowei",
+                    "layer": "涔濆勾涓�璐埗瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "mbgdjyqtjg",
+                    "name": "姘戝姙楂樼瓑鏁欒偛鍏朵粬鏈烘瀯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaowei",
+                    "layer": "姘戝姙楂樼瓑鏁欒偛鍏朵粬鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "ptgx",
+                    "name": "鏅�氶珮鏍�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaoweiyewushuju",
+                    "layer": "L4605-鏅�氶珮鏍�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.49948",
+                        "39.768259",
+                        "3200.75999"
+                    ]
+                },
+                {
+                    "id": "senygzxx",
+                    "name": "鍗佷簩骞翠竴璐埗瀛︽牎",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaowei",
+                    "layer": "鍗佷簩骞翠竴璐埗瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "wqzx",
+                    "name": "瀹屽叏涓",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaowei",
+                    "layer": "瀹屽叏涓",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "xx",
+                    "name": "灏忓",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaowei",
+                    "layer": "灏忓",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "yey",
+                    "name": "骞煎効鍥�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaowei",
+                    "layer": "骞煎効鍥�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "zdzyxx",
+                    "name": "涓瓑鑱屼笟瀛︽牎",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaowei",
+                    "layer": "涓瓑鑱屼笟瀛︽牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "cz",
+                    "name": "鍒濈骇涓",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shijiaowei",
+                    "layer": "鍒濈骇涓",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sqcjwhzd",
+                    "name": "绀句細鏉戝眳濮斾細",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiminzhengju",
+                    "layer": "绀惧尯鏉戝眳濮斾細椹诲湴",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jzzd",
+                    "name": "鎹愯禒绔欑偣",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiminzhengju",
+                    "layer": "鎹愯禒绔欑偣",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sqzyzzz",
+                    "name": "绀惧尯蹇楁効鑰呯粍缁�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiminzhengju",
+                    "layer": "绀惧尯蹇楁効鑰呯粍缁�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "swgdxazcsm",
+                    "name": "瀹ゅ杩囨浮鎬у畨缃満鎵�闈�",
+                    "sourceType": "wfs",
+                    "alpha": 0.46,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiminzhengju",
+                    "layer": "瀹ゅ杩囨浮鎬у畨缃満鎵�闈�",
+                    "color": "#92d94b",
+                    "outlineColor": "#FFFFFF",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "height": 0,
+                    "outline": true,
+                    "water": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "swgdxazcs",
+                    "name": "瀹ゅ杩囨浮鎬у畨缃満鎵�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiminzhengju",
+                    "layer": "瀹ゅ杩囨浮鎬у畨缃満鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sngdxazcs",
+                    "name": "瀹ゅ唴杩囨浮鎬у畨缃満鎵�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiminzhengju",
+                    "layer": "瀹ゅ唴杩囨浮鎬у畨缃満鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "ylfwjg",
+                    "name": "鍏昏�佹湇鍔℃満鏋�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiminzhengju",
+                    "layer": "鍏昏�佹湇鍔℃満鏋�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "4B4FEFDD",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "閬块櫓璺嚎",
+                    "class": "polyline",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiminzhengju",
+                    "layer": "閬块櫓璺嚎",
+                    "color": "#fb0d0d",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "minimumLevel": 9,
+                    "maximumLevel": 22,
+                    "width": 2,
+                    "outlineWidth": 0,
+                    "height": 0,
+                    "dash": false,
+                    "dashLength": 20,
+                    "gapColor": "rgba(0,0,0,0)",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jtcxd",
+                    "name": "琛楀ご閲囪鐐�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiweishengjiankangwei",
+                    "layer": "琛楀ご閲囪鐐�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "qtylwsjg",
+                    "name": "鍏朵粬鍖荤枟鍗敓鏈烘瀯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiweishengjiankangwei",
+                    "layer": "鍏朵粬鍖荤枟鍗敓鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sjyy",
+                    "name": "涓夌骇鍖婚櫌",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiweishengjiankangwei",
+                    "layer": "涓夌骇鍖婚櫌",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "ejyy",
+                    "name": "浜岀骇鍖婚櫌",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiweishengjiankangwei",
+                    "layer": "浜岀骇鍖婚櫌",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sqwsfwzx",
+                    "name": "绀惧尯鍗敓鏈嶅姟绔�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiweishengjiankangwei",
+                    "layer": "绀惧尯鍗敓鏈嶅姟涓績锛堢珯锛�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sqtyjsjlb",
+                    "name": "绀惧尯浣撹偛鍋ヨ韩淇变箰閮�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shitiyuju",
+                    "layer": "绀惧尯浣撹偛鍋ヨ韩淇变箰閮�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "qsntyjlb",
+                    "name": "闈掑皯骞翠綋鑲蹭勘涔愰儴",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shitiyuju",
+                    "layer": "闈掑皯骞翠綋鑲蹭勘涔愰儴",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "tyydxmjydw",
+                    "name": "浣撹偛杩愬姩椤圭洰缁忚惀鍗曚綅",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shitiyuju",
+                    "layer": "浣撹偛杩愬姩椤圭洰缁忚惀鍗曚綅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "tycpzmd",
+                    "name": "浣撹偛褰╃エ涓撳崠搴�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shitiyuju",
+                    "layer": "浣撹偛褰╃エ涓撳崠搴�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "tyssdwkfxx",
+                    "name": "浣撹偛璁炬柦瀵瑰寮�鏀惧鏍�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shitiyuju",
+                    "layer": "L4152-浣撹偛璁炬柦瀵瑰寮�鏀惧鏍�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                }
+            ],
+            "rename": false,
+            "checked": false,
+            "expanded": false
+        },
+        {
+            "id": "B5F8764D",
+            "name": "鍟嗗姟閲戣瀺灞�",
+            "children": [
+                {
+                    "id": "qylqy",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "name": "浼佷笟鍒嗗竷",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/qiyelianqiye",
+                    "layer": "浼佷笟閾句紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/qiye.png",
+                    "minimumLevel": 13,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "bldmdps",
+                    "name": "渚垮埄搴楁湯绔厤閫�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishangwuju",
+                    "layer": "渚垮埄搴楁湯绔厤閫�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "zrxs121jcs",
+                    "name": "鐚倝閿�鍞秴甯�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishangwuju",
+                    "layer": "鐚倝閿�鍞秴甯�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "hzpscqy",
+                    "name": "鍖栧鍝佺敓浜т紒涓�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiyaojianju",
+                    "layer": "鍖栧鍝佺敓浜т紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "tgzcypsfwjyqy",
+                    "name": "鎻愪緵璐瓨涓庨厤閫佹湇鍔$粡钀ヤ紒涓�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiyaojianju",
+                    "layer": "鎻愪緵璐瓨涓庨厤閫佹湇鍔$粡钀ヤ紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "spscqy",
+                    "name": "椋熷搧鐢熶骇浼佷笟",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shishichangjianguanju",
+                    "layer": "椋熷搧鐢熶骇浼佷笟",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "ypscqy",
+                    "name": "鑽搧鐢熶骇浼佷笟",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiyaojianju",
+                    "layer": "鑽搧鐢熶骇浼佷笟",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "deslylqxscqy",
+                    "name": "绗簩銆佷笁绫诲尰鐤楀櫒姊扮敓浜т紒涓�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiyaojianju",
+                    "layer": "绗簩銆佷笁绫诲尰鐤楀櫒姊扮敓浜т紒涓�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "yplsqy",
+                    "name": "鑽搧闆跺敭浼佷笟",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiyaojianju",
+                    "layer": "鑽搧闆跺敭浼佷笟璁稿彲璇佷俊鎭�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "BAB84B0D",
+            "name": "钀ュ晢鐜寤鸿灞�",
+            "children": [
+                {
+                    "id": "B5610EB3",
+                    "name": "瑙嗛鐩戞帶",
+                    "children": [
+                        {
+                            "id": "zhianjiankong",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "娌诲畨鐩戞帶",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "娌诲畨鐩戞帶",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "zhianjiankongwuxian",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "娌诲畨鐩戞帶锛堟棤绾匡級",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "娌诲畨鐩戞帶锛堟棤绾匡級",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "daxinggongan133lu",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "澶у叴鍏畨133璺�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "澶у叴鍏畨133璺�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "gaodianjiankong",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "楂樼偣鐩戞帶",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "楂樼偣鐩戞帶",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "cigaodianjiankong",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "娆¢珮鐐圭洃鎺�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "娆¢珮鐐圭洃鎺�",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "鍩庡競澶ц剳",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "鍩庡競澶ц剳",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "鍩庡競澶ц剳",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "骞冲畨灏忓尯",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "骞冲畨灏忓尯",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "骞冲畨灏忓尯",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "杩濈珷鍋滆溅瑙嗛",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "杩濈珷鍋滆溅瑙嗛",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "杩濈珷鍋滆溅瑙嗛",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "闃叉睕鐐逛綅鐩戞帶",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "闃叉睕鐐逛綅鐩戞帶",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "闃叉睕鐐逛綅鐩戞帶",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "淇濋殰",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "height": 30,
+                            "name": "淇濋殰",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                            "layer": "淇濋殰",
+                            "color": "#ffffff",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "text": "",
+                            "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                            "minimumLevel": 1,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 1,
+                            "offsetX": 0,
+                            "offsetY": -10,
+                            "imageScale": 1,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "2BA3A978",
+                    "name": "鍩庡競绐ㄤ簳",
+                    "children": [
+                        {
+                            "id": "闆ㄦ按浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "闆ㄦ按浜�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_闆ㄦ按浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/闆ㄦ按浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "鐢靛姏浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鐢靛姏浜�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_鐢靛姏浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐢靛姏浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "鐩戞帶浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鐩戞帶浜�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_鐩戞帶浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐩戞帶浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "浜ら�氫簳",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "浜ら�氫簳",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_浜ら�氫簳",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/浜ら�氫簳鐩�.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "璺伅浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "璺伅浜�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_璺伅浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/璺伅浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "鐕冩皵浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鐕冩皵浜�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_鐕冩皵浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐕冩皵浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "鐑姏浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鐑姏浜�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_鐑姏浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/鐑姏浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "閫氫俊浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "閫氫俊浜�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_閫氫俊浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/閫氫俊浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        },
+                        {
+                            "id": "姹℃按浜�",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "姹℃按浜�",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/yinjing0529",
+                            "layer": "绐ㄤ簳_姹℃按浜�",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/csyxj/鍒囩墖/姹℃按浜曠洊.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.5190757",
+                                "39.7766057",
+                                "17355.52600"
+                            ]
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "C94CF862",
+                    "sourceType": "wfs",
+                    "alpha": 0.7,
+                    "name": "鍏嶈垂浣忔墍绌洪棿",
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/zs",
+                    "layer": "鍏嶈垂浣忔墍绌洪棿0131",
+                    "color": "#ff0",
+                    "outlineColor": "#F00",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "text": "",
+                    "minimumLevel": 0,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 3,
+                    "extrudedHeight": 100,
+                    "bulidingWall": false,
+                    "bulidingWallWidth": 0.8,
+                    "outline": true,
+                    "water": false,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.50488",
+                        "39.79735",
+                        "1116.60"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "77F381A7",
+            "name": "绀句細淇濋櫓淇濋殰涓績",
+            "children": [
+                {
+                    "id": "ylbxddyljg",
+                    "name": "鍖荤枟淇濋櫓瀹氱偣鍖荤枟鏈烘瀯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shirenliziyuanshehuibaozhangju",
+                    "layer": "鍖荤枟淇濋櫓瀹氱偣鍖荤枟鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "527A0989",
+            "name": "鑽e崕琛楅亾",
+            "children": [
+                {
+                    "id": "rhjdxq",
+                    "name": "鑽e崕琛楅亾灏忓尯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/ronghuajiedaoxiaoqu_zll",
+                    "layer": "鑽e崕琛楅亾",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 12,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "outline": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.501208",
+                        "39.78855",
+                        "3116.50120"
+                    ]
+                },
+                {
+                    "id": "rhjdcysqbj",
+                    "name": "鑽e崕琛楅亾浜т笟绀惧尯杈圭晫",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/ronghuajiedao_shequbianjie",
+                    "layer": "鑽e崕琛楅亾浜т笟绀惧尯",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 12,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "outline": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.501208",
+                        "39.78855",
+                        "3116.50120"
+                    ]
+                },
+                {
+                    "id": "rhjdjzsqbj",
+                    "name": "鑽e崕琛楅亾灞呬綇绀惧尯杈圭晫",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/ronghuajiedao_shequbianjie",
+                    "layer": "鑽e崕琛楅亾灞呬綇绀惧尯",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 12,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "outline": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.501208",
+                        "39.78855",
+                        "3116.50120"
+                    ]
+                },
+                {
+                    "id": "鑽e崕琛楅亾杞﹁浇瑙嗛",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "height": 30,
+                    "name": "鑽e崕琛楅亾杞﹁浇瑙嗛",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                    "layer": "鑽e崕琛楅亾杞﹁浇瑙嗛",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "text": "",
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                    "minimumLevel": 1,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": -10,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.517521",
+                        "39.77336",
+                        "4105.82247"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "527A0999",
+            "name": "鍗氬叴琛楅亾",
+            "children": [
+                {
+                    "id": "rhjdxq",
+                    "name": "鍗氬叴琛楅亾灏忓尯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "polygon",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/boxingjiedaoxiaoqu_zll",
+                    "layer": "鍗氬叴琛楅亾",
+                    "color": "#6fc5f7",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "minimumLevel": 12,
+                    "maximumLevel": 22,
+                    "height": 0,
+                    "outlineWidth": 1,
+                    "outline": false,
+                    "labelNear": 0,
+                    "labelFar": 999999999,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.52238",
+                        "39.77640",
+                        "14287.18541"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "21F7FA4A",
+            "name": "瑙勮嚜鍒嗗眬",
+            "children": [
+                {
+                    "id": "18B25A94",
+                    "sourceType": "wmse",
+                    "name": "60骞虫柟鍏噷鏍稿績鍖虹晫",
+                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/YZ_BJ60",
+                    "maximumLevel": 26,
+                    "alpha": 1,
+                    "zIndex": 3,
+                    "Level": "9,20",
+                    "checked": true,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "47EC9636",
+                    "sourceType": "wmse",
+                    "name": "225骞虫柟鍏噷鍖虹晫",
+                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/YZ_BJ",
+                    "maximumLevel": 26,
+                    "alpha": 1,
+                    "zIndex": 3,
+                    "Level": "7,20",
+                    "checked": true,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "xingzhengquhuamian_tms",
+                    "name": "涓よ鍏晣鐣�",
+                    "sourceType": "local-map",
+                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/xingzhengquhuamian_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 0.7,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "xingzhengquhuabianjie_tm",
+                    "name": "涓よ鍏晣鐣岀嚎",
+                    "sourceType": "local-map",
+                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/xingzhengquhuabianjie_tm",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 0.5,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "5EFDB2AF",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "name": "鏀垮簻鎵�鍦ㄥ湴 ",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/zhengfusuozaidi_wfs",
+                    "layer": "鏀垮簻椹诲湴",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/csyxj/鏀垮簻鏈哄叧.png",
+                    "minimumLevel": 0,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 0.3,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "chengshiguihua_xiangmumingcheng_tms",
+                    "name": "浜﹀簞鏂板煄瑙勫垝鍥�",
+                    "sourceType": "local-map",
+                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/chengshiguihua_xiangmumingcheng_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "GuiHuaFanWeiShiYiTu",
+                    "name": "瑙勫垝鑼冨洿涓撻鍥�",
+                    "sourceType": "local-map",
+                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/GuiHuaFanWeiShiYiTu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "XingZhengQuHuaTu",
+                    "name": "琛屾斂鍖哄垝涓撻鍥�",
+                    "sourceType": "local-map",
+                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/XingZhengQuHuaTu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "GuiHuaDanYuanHuaFenTu",
+                    "name": "瑙勫垝鍗曞厓鍒掑垎涓撻鍥�",
+                    "sourceType": "local-map",
+                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/GuiHuaDanYuanHuaFenTu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "ZhuYaoGongNengQuGuiHuaShiYiTu",
+                    "name": "涓昏鍔熻兘鍖鸿鍒掍笓棰樺浘",
+                    "sourceType": "local-map",
+                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/ZhuYaoGongNengQuGuiHuaShiYiTu_tms",
+                    "tile": "{z}/{x}/{y}",
+                    "tileType": "Mercator",
+                    "img": "jpeg",
+                    "tms": true,
+                    "Level": 1,
+                    "alpha": 1,
+                    "zIndex": 2,
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "dixiaguanwang",
+                    "name": "鍦颁笅绠$綉",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "gongshui",
+                            "name": "渚涙按绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "gongshui1",
+                                    "sourceType": "wmse",
+                                    "name": "渚涙按鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GSD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "gongshui2",
+                                    "sourceType": "wmse",
+                                    "name": "渚涙按绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GSL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "gongshui3",
+                                    "sourceType": "wmse",
+                                    "name": "渚涙按灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GSXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "gongshui4",
+                                    "sourceType": "wmse",
+                                    "name": "渚涙按璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GSSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "zhongshui",
+                            "name": "涓按绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "zhongshui1",
+                                    "sourceType": "wmse",
+                                    "name": "涓按鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_ZSD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "zhongshui2",
+                                    "sourceType": "wmse",
+                                    "name": "涓按绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_ZSL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "zhongshui3",
+                                    "sourceType": "wmse",
+                                    "name": "涓按灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_ZSXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "zhongshui4",
+                                    "sourceType": "wmse",
+                                    "name": "涓按璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_ZSSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "yushui",
+                            "name": "闆ㄦ按绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "yushui1",
+                                    "sourceType": "wmse",
+                                    "name": "闆ㄦ按鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_YSD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "yushui2",
+                                    "sourceType": "wmse",
+                                    "name": "闆ㄦ按绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_YSL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "yushui3",
+                                    "sourceType": "wmse",
+                                    "name": "闆ㄦ按灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_YSXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "yushui4",
+                                    "sourceType": "wmse",
+                                    "name": "闆ㄦ按璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_YSSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "wushui",
+                            "name": "姹℃按绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "wushui1",
+                                    "sourceType": "wmse",
+                                    "name": "姹℃按鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_WSD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "wushui2",
+                                    "sourceType": "wmse",
+                                    "name": "姹℃按绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_WSL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "wushui3",
+                                    "sourceType": "wmse",
+                                    "name": "姹℃按灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_WSXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "wushui4",
+                                    "sourceType": "wmse",
+                                    "name": "姹℃按璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_WSSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "reli",
+                            "name": "鐑姏绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "reli1",
+                                    "sourceType": "wmse",
+                                    "name": "鐑姏鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RLD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "reli2",
+                                    "sourceType": "wmse",
+                                    "name": "鐑姏绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RLL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "reli3",
+                                    "sourceType": "wmse",
+                                    "name": "鐑姏灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RLXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "reli4",
+                                    "sourceType": "wmse",
+                                    "name": "鐑姏璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RLSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "ranqi",
+                            "name": "鐕冩皵绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "ranqi1",
+                                    "sourceType": "wmse",
+                                    "name": "鐕冩皵鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RQD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "ranqi2",
+                                    "sourceType": "wmse",
+                                    "name": "鐕冩皵绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RQL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "ranqi3",
+                                    "sourceType": "wmse",
+                                    "name": "鐕冩皵灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RQXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "ranqi4",
+                                    "sourceType": "wmse",
+                                    "name": "鐕冩皵璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_RQSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "dianli",
+                            "name": "鐢靛姏绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "dianli1",
+                                    "sourceType": "wmse",
+                                    "name": "鐢靛姏鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_DLD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "dianli2",
+                                    "sourceType": "wmse",
+                                    "name": "鐢靛姏绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_DLL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "dianli3",
+                                    "sourceType": "wmse",
+                                    "name": "鐢靛姏灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_DLXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "dianli4",
+                                    "sourceType": "wmse",
+                                    "name": "鐢靛姏璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_DLSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "tongxin",
+                            "name": "閫氫俊绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "tongxin1",
+                                    "sourceType": "wmse",
+                                    "name": "閫氫俊鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_TXD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "tongxin2",
+                                    "sourceType": "wmse",
+                                    "name": "閫氫俊绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_TXL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "tongxin3",
+                                    "sourceType": "wmse",
+                                    "name": "閫氫俊灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_TXXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "tongxin4",
+                                    "sourceType": "wmse",
+                                    "name": "閫氫俊璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_TXSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "guangbo",
+                            "name": "骞挎挱鐢佃绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "guangbo1",
+                                    "sourceType": "wmse",
+                                    "name": "骞挎挱鐢佃鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GBD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "guangbo2",
+                                    "sourceType": "wmse",
+                                    "name": "骞挎挱鐢佃绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GBL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "guangbo3",
+                                    "sourceType": "wmse",
+                                    "name": "骞挎挱鐢佃灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GBXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "guangbo4",
+                                    "sourceType": "wmse",
+                                    "name": "骞挎挱鐢佃璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GBSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "gongye",
+                            "name": "宸ヤ笟绠¢亾",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "gongye1",
+                                    "sourceType": "wmse",
+                                    "name": "宸ヤ笟鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "gongye2",
+                                    "sourceType": "wmse",
+                                    "name": "宸ヤ笟绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "gongye3",
+                                    "sourceType": "wmse",
+                                    "name": "宸ヤ笟灏忓",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYXS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "gongye4",
+                                    "sourceType": "wmse",
+                                    "name": "宸ヤ笟璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "guanlang",
+                            "name": "绠″粖",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "guanlang1",
+                                    "sourceType": "wmse",
+                                    "name": "绠″粖鐐�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYD",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "guanlang2",
+                                    "sourceType": "wmse",
+                                    "name": "绠″粖绾�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYL",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "guanlang4",
+                                    "sourceType": "wmse",
+                                    "name": "绠″粖璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "guanlang3",
+                                    "sourceType": "wmse",
+                                    "name": "绠″粖澶栬疆寤�",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_GYWLK",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        },
+                        {
+                            "id": "huanwei",
+                            "name": "鐜崼",
+                            "disabled": false,
+                            "children": [
+                                {
+                                    "id": "huanwei1",
+                                    "sourceType": "wmse",
+                                    "name": "鐜崼璁炬柦",
+                                    "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang",
+                                    "layer": "SZ_HWSS",
+                                    "maximumLevel": 26,
+                                    "alpha": 1,
+                                    "zIndex": 4,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                },
+                {
+                    "id": "jt",
+                    "name": "浜ら��",
+                    "disabled": false,
+                    "children": [
+                        {
+                            "id": "ggtcccrk",
+                            "sourceType": "cluster",
+                            "alpha": 1,
+                            "name": "鍏叡鍋滆溅鍦哄嚭鍏ュ彛",
+                            "class": "point",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaotong",
+                            "layer": "JT_GGTCCCRK",
+                            "color": "#fff",
+                            "clampToGround": true,
+                            "classificationType": 2,
+                            "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                            "minimumLevel": 16,
+                            "maximumLevel": 22,
+                            "font": "Arial",
+                            "scale": 1.5,
+                            "outlineWidth": 0,
+                            "offsetX": 40,
+                            "offsetY": -15,
+                            "imageScale": 0.5,
+                            "disableDepthTestDistance": "Infinity",
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.519735",
+                                "39.762665",
+                                "35464.70185"
+                            ]
+                        },
+                        {
+                            "id": "ggtcc",
+                            "name": "鍏叡鍋滆溅鍦�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "polygon",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaotong",
+                            "layer": "JT_GGTCC",
+                            "color": "#6fc5f7",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "minimumLevel": 12,
+                            "maximumLevel": 22,
+                            "height": 0,
+                            "outlineWidth": 1,
+                            "outline": false,
+                            "labelNear": 0,
+                            "labelFar": 999999999,
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.519735",
+                                "39.762665",
+                                "35464.70185"
+                            ]
+                        },
+                        {
+                            "id": "gjcz",
+                            "name": "鍏氦杞︾珯",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "polygon",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaotong",
+                            "layer": "JT_GJCZ",
+                            "color": "#6fc5f7",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "minimumLevel": 12,
+                            "maximumLevel": 22,
+                            "height": 0,
+                            "outlineWidth": 1,
+                            "outline": false,
+                            "labelNear": 0,
+                            "labelFar": 999999999,
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.519735",
+                                "39.762665",
+                                "35464.70185"
+                            ]
+                        },
+                        {
+                            "id": "jyjqjqcdz",
+                            "name": "鍔犳补鍔犳皵鍔犳阿鍏呯數绔�",
+                            "sourceType": "wfs",
+                            "alpha": 1,
+                            "class": "polygon",
+                            "urls": "http://10.10.4.121:8070/gisserver/wfsserver/jiaotong",
+                            "layer": "JT_JYJQJQCDZ",
+                            "color": "#6fc5f7",
+                            "outlineColor": "#ffffff",
+                            "clampToGround": false,
+                            "classificationType": 2,
+                            "minimumLevel": 12,
+                            "maximumLevel": 22,
+                            "height": 0,
+                            "outlineWidth": 1,
+                            "outline": false,
+                            "labelNear": 0,
+                            "labelFar": 999999999,
+                            "checked": false,
+                            "rename": false,
+                            "flyTo": [
+                                "116.519735",
+                                "39.762665",
+                                "35464.70185"
+                            ]
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        },
+        {
+            "id": "471847FA",
+            "name": "骞冲畨鍔�",
+            "children": [
+                {
+                    "id": "bgld",
+                    "name": "瀹鹃鏃呭簵",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shiwenhuahelvyouju",
+                    "layer": "瀹鹃鏃呭簵",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jtzfjg",
+                    "name": "浜ら�氭墽娉曟満鏋�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "浜ら�氭墽娉曟満鏋�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jx",
+                    "name": "椹炬牎",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "椹炬牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "sqmjjjwgzs",
+                    "name": "绀惧尯姘戣鍙婅鍔″伐浣滃",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "绀惧尯姘戣鍙婅鍔″伐浣滃",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jtzdd",
+                    "name": "浜ら�氭敮澶ч槦",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "浜ら�氭敮澶ч槦",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jdcjcc",
+                    "name": "鏈哄姩杞︽娴嬪満",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "鏈哄姩杞︽娴嬪満",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jx",
+                    "name": "椹炬牎",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "椹炬牎",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "pcs",
+                    "name": "娲惧嚭鎵�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "娲惧嚭鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "cgz",
+                    "name": "杞︾绔�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "杞︾绔�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "jtsgcljg",
+                    "name": "浜ら�氫簨鏁呭鐞嗘満鏋�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shigonganju",
+                    "layer": "浜ら�氫簨鏁呭鐞嗘満鏋�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "lssws",
+                    "name": "寰嬪笀浜嬪姟鎵�",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shisifaju",
+                    "layer": "寰嬪笀浜嬪姟鎵�",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "o_ql_sfj_sfjdjg_kongjian",
+                    "name": "鍙告硶閴村畾鏈烘瀯",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/bj_shisifaju",
+                    "layer": "鍙告硶閴村畾鏈烘瀯",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                },
+                {
+                    "id": "o_ql_sfj_jcsfszzxx_kongjian",
+                    "name": "鍙告硶鎵�",
+                    "sourceType": "wfs",
+                    "alpha": 1,
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shisifaju",
+                    "layer": "鍏ㄥ競鍩哄眰鍙告硶鎵�淇℃伅",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": true,
+                    "classificationType": 2,
+                    "image": "./static/SmartEarthSDK/Workers/image/point-16px.png",
+                    "minimumLevel": 11,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 2,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": 0,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.519735",
+                        "39.762665",
+                        "35464.70185"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "2E2BE254",
+            "name": "甯傝嚜鍔ㄩ┚椹跺姙鍏",
+            "children": [
+                {
+                    "id": "鑷姩椹鹃┒",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "height": 30,
+                    "name": "鑷姩椹鹃┒",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                    "layer": "鑷姩椹鹃┒",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "text": "",
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                    "minimumLevel": 1,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": -10,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                },
+                {
+                    "id": "鑷姩椹鹃┒楸肩溂",
+                    "sourceType": "cluster",
+                    "alpha": 1,
+                    "height": 30,
+                    "name": "鑷姩椹鹃┒楸肩溂",
+                    "class": "point",
+                    "urls": "http://10.10.4.121:8070/gisserver/wfsserver/shipingjiankong0614",
+                    "layer": "鑷姩椹鹃┒楸肩溂",
+                    "color": "#ffffff",
+                    "outlineColor": "#ffffff",
+                    "clampToGround": false,
+                    "classificationType": 2,
+                    "text": "",
+                    "image": "./static/SmartEarthSDK/Workers/image/xzspj/spjk.png",
+                    "minimumLevel": 1,
+                    "maximumLevel": 22,
+                    "font": "Arial",
+                    "scale": 1,
+                    "outlineWidth": 1,
+                    "offsetX": 0,
+                    "offsetY": -10,
+                    "imageScale": 1,
+                    "disableDepthTestDistance": "Infinity",
+                    "checked": false,
+                    "rename": false,
+                    "flyTo": [
+                        "116.5190757",
+                        "39.7766057",
+                        "17355.52600"
+                    ]
+                }
+            ],
+            "rename": false,
+            "expanded": false,
+            "checked": false
+        },
+        {
+            "id": "33213273",
+            "name": "鍦板浘鏁版嵁",
+            "disabled": false,
+            "children": [
+                {
+                    "id": "AC1CE1F9",
+                    "name": "鍩虹鍦板浘",
+                    "children": [
+                        {
+                            "id": "shiliangtuceng",
+                            "name": "浜岀淮鍦板浘",
+                            "children": [
+                                {
+                                    "id": "baise2D",
+                                    "name": "鐧借壊浜岀淮",
+                                    "sourceType": "local-map",
+                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/shiliangditu_baisexi_large",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "png",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "checked": false,
+                                    "alpha": 1,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "shenlan2D",
+                                    "name": "娣辫摑浜岀淮",
+                                    "sourceType": "local-map",
+                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/shiliangditu_kejilan_large",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "png",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "checked": false,
+                                    "alpha": 1,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "heijin2D",
+                                    "name": "榛戦噾浜岀淮",
+                                    "sourceType": "local-map",
+                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/shiliangditu_anyehei_large",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "png",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "checked": false,
+                                    "alpha": 1,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "BJ2000Sate",
+                                    "sourceType": "BJ2000",
+                                    "name": "鍖椾含2000褰卞儚",
+                                    "urls": "http://10.10.4.116:8080/gadapter/map/img?year=&type=Sate&z={z}&x={x}&y={y}",
+                                    "layer": "",
+                                    "alpha": 1,
+                                    "maximumLevel": 18,
+                                    "zIndex": 2,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "BJ2000Shiliang",
+                                    "name": "鍖椾含2000鐭㈤噺",
+                                    "sourceType": "BJ2000",
+                                    "urls": "http://10.10.4.116:8080/gadapter/map/img?year=&type=Shiliang&z={z}&x={x}&y={y}",
+                                    "zIndex": 2,
+                                    "layer": "",
+                                    "alpha": 1,
+                                    "maximumLevel": 18,
+                                    "Level": "0,26",
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false,
+                            "checked": false
+                        },
+                        {
+                            "id": "yingxiangtuceng",
+                            "name": "褰卞儚鍦板浘",
+                            "children": [
+                                {
+                                    "id": "jiaotongluwang_tms",
+                                    "name": "閬撹矾",
+                                    "sourceType": "local-map",
+                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/jiaotongluwang_tms",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "jpeg",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "alpha": 1,
+                                    "zIndex": 3,
+                                    "checked": false,
+                                    "rename": false,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                },
+                                {
+                                    "id": "C0698021",
+                                    "sourceType": "wmts",
+                                    "name": "cgcs2000鑸媿褰卞儚",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=&type=Sate_CGCS2000&level={TileMatrix}&x={TileRow}&y={TileCol}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "dom",
+                                    "name": "DOM",
+                                    "sourceType": "local-map",
+                                    "urls": "http://10.10.4.121:8070/gisserver/tmsserver/DOM",
+                                    "tile": "{z}/{x}/{y}",
+                                    "tileType": "Mercator",
+                                    "img": "jpeg",
+                                    "tms": true,
+                                    "Level": 1,
+                                    "alpha": 1,
+                                    "zIndex": 3,
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "A6D6DE13",
+                                    "sourceType": "gdmap",
+                                    "name": "楂樺痉褰卞儚",
+                                    "urls": "https://webst02.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}",
+                                    "layer": "",
+                                    "alpha": 1,
+                                    "zIndex": 2,
+                                    "maximumLevel": 18,
+                                    "Level": [
+                                        0,
+                                        26
+                                    ],
+                                    "checked": false,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "26B6815E",
+                                    "sourceType": "gdmap",
+                                    "name": "楂樺痉娉ㄨ",
+                                    "zIndex": 3,
+                                    "urls": "https://webst02.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z}",
+                                    "layer": "",
+                                    "alpha": 1,
+                                    "maximumLevel": 18,
+                                    "Level": [
+                                        0,
+                                        26
+                                    ],
+                                    "checked": false,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false,
+                            "checked": false
+                        },
+                        {
+                            "id": "historyImage",
+                            "name": "鍘嗗彶褰卞儚",
+                            "children": [
+                                {
+                                    "id": "2002",
+                                    "sourceType": "BJ54",
+                                    "name": "2002骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2002&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2003",
+                                    "sourceType": "BJ54",
+                                    "name": "2003骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2003&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2004",
+                                    "sourceType": "BJ54",
+                                    "name": "2004骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2004&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2005",
+                                    "sourceType": "BJ54",
+                                    "name": "2005骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2005&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2006",
+                                    "sourceType": "BJ54",
+                                    "name": "2006骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2006&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2007",
+                                    "sourceType": "BJ54",
+                                    "name": "2007骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2007&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2008",
+                                    "sourceType": "BJ54",
+                                    "name": "2008骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2008&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2009",
+                                    "sourceType": "BJ54",
+                                    "name": "2009骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2009&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2010",
+                                    "sourceType": "BJ54",
+                                    "name": "2010骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2010&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2011",
+                                    "sourceType": "BJ54",
+                                    "name": "2011骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2011&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2012",
+                                    "sourceType": "BJ54",
+                                    "name": "2012骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2012&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2013",
+                                    "sourceType": "BJ54",
+                                    "name": "2013骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2013&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2014",
+                                    "sourceType": "BJ54",
+                                    "name": "2014骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2014&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2015",
+                                    "sourceType": "BJ54",
+                                    "name": "2015骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2015&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2016",
+                                    "sourceType": "BJ54",
+                                    "name": "2016骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2016&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2017",
+                                    "sourceType": "BJ54",
+                                    "name": "2017骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2017&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2018",
+                                    "sourceType": "BJ54",
+                                    "name": "2018骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2018&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2019",
+                                    "sourceType": "BJ54",
+                                    "name": "2019骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2019&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                },
+                                {
+                                    "id": "2020",
+                                    "sourceType": "BJ54",
+                                    "name": "2020骞村奖鍍�",
+                                    "urls": "http://10.10.4.116:8085/yzAdapter/Vector/?request=1&year=2020&type=Sate&level={z}&x={x}&y={y}",
+                                    "checked": false,
+                                    "zIndex": 2,
+                                    "rename": false
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false,
+                            "checked": false
+                        },
+                        {
+                            "id": "8A969952",
+                            "sourceType": "b3dm",
+                            "name": "寤虹瓚浣撳潡",
+                            "urls": "http://10.10.4.121:8070/gisserver/c3dserver/YZ_BM/tileset.json",
+                            "checked": false,
+                            "rename": false
+                        },
+                        {
+                            "id": "shijingsanwei",
+                            "name": "瀹炴櫙妯″瀷",
+                            "children": [
+                                {
+                                    "id": "hexinqu0609",
+                                    "name": "鏍稿績鍖哄缓绛戠墿",
+                                    "sourceType": "b3dm",
+                                    "checked": true,
+                                    "urls": "http://10.10.4.121:8070/gisserver/c3dserver/hxq0609/tileset.json",
+                                    "rename": false,
+                                    "zIndex": 1,
+                                    "flyTo": [
+                                        "116.5190757",
+                                        "39.7766057",
+                                        "17355.52600"
+                                    ]
+                                },
+                                {
+                                    "id": "2253dhexin01",
+                                    "name": "225瀹炴櫙涓夌淮鏍稿績鍖哄湴闈�",
+                                    "sourceType": "b3dm",
+                                    "checked": true,
+                                    "urls": "http://10.10.4.121:8070/gisserver/c3dserver/hexinqudimian/tileset.json",
+                                    "rename": false,
+                                    "zIndex": 1,
+                                    "flyTo": [
+                                        "116.5190757",
+                                        "39.7766057",
+                                        "17355.52600"
+                                    ]
+                                },
+                                {
+                                    "id": "2253dfeihexin",
+                                    "name": "225瀹炴櫙涓夌淮闈炴牳蹇冨尯",
+                                    "checked": false,
+                                    "sourceType": "b3dm",
+                                    "urls": "http://10.10.4.121:8070/gisserver/c3dserver/fhx/tileset.json",
+                                    "rename": false,
+                                    "zIndex": 1,
+                                    "flyTo": [
+                                        "116.519735",
+                                        "39.762665",
+                                        "35464.70185"
+                                    ]
+                                }
+                            ],
+                            "rename": false,
+                            "expanded": false,
+                            "checked": true
+                        }
+                    ],
+                    "rename": false,
+                    "expanded": false
+                }
+            ],
+            "rename": false,
+            "expanded": false
+        }
+    ],
+    "flyTo": [],
+    "mapStatus": {
+        "rotateFlyTime": 30,
+        "sunLight": false,
+        "lightIntensity": 2,
+        "lightColor": "#ffffff",
+        "brightness": 1,
+        "contrast": 1,
+        "saturation": 1
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3