From e2c94dcb58b199eb57c164a67f1b038d401063d7 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 22 八月 2023 16:38:35 +0800
Subject: [PATCH] 图层管理属性查询;空间查询下载借款给调试,分屏对比功能修改;

---
 src/assets/js/Map/index.js |   25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)

diff --git a/src/assets/js/Map/index.js b/src/assets/js/Map/index.js
index 435747b..cd970c0 100644
--- a/src/assets/js/Map/index.js
+++ b/src/assets/js/Map/index.js
@@ -38,37 +38,14 @@
     sgworld.Creator.SimpleGraphic.edit(true, { editProp: true });
     //=======================
     window.Viewer.imageryLayers.removeAll();
+
     Viewer.animation.container.style.visibility = "hidden";
     Viewer.timeline.container.style.visibility = "hidden";
     //=======================
     //澶ф皵灞�
     Viewer.scene.globe.showGroundAtmosphere = false;
 
-    // server.AddDemLayer("", 12316);
-    // server.AddTmsLayer(
-    //   "http://172.16.2.10:50001/sj_raster/v6/service/10003901/1"
-    // );
 
-    // var param = {
-    //     name: labelName,
-    //     id: earthCtrl.factory.createUUID(),
-    //     text: "鏂囧瓧宸ュ叿",
-    //     font: '50pt monospace',
-    //     outlineWidth: 2,
-    //     fillColor: SmartEarth.Cesium.Color.RED,
-    //     lon: 47.5087,
-    //     lat: 23.6963,
-    //     alt: 10
-    // };
-    // labelEntity = earthCtrl.factory.createLabel(param);
-
-    // server.AddTmsLayer('http://localhost:8080/abc');
-
-    // earthCtrl.camera.flyTo(47.5087, 23.6963, 300, 9.5, -45, 0.0, 5);
-
-    // //娣诲姞榧犳爣宸﹀嚮浜嬩欢
-    // this.addMouseLeftClickEvents();
-    // this.addMouseMouseMoveEvents();
   },
   //榧犳爣宸﹂敭鐐瑰嚮浜嬩欢娣诲姞
   addMouseLeftClickEvents() {

--
Gitblit v1.9.3