From e7c6c4eecddae9515b0cd1be68335690843df3d1 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Wed, 02 Mar 2022 15:19:23 +0800
Subject: [PATCH] +自定义标签的添加和删除

---
 src/components/map/components/dimension.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/map/components/dimension.vue b/src/components/map/components/dimension.vue
index bcca275..aeaefd6 100644
--- a/src/components/map/components/dimension.vue
+++ b/src/components/map/components/dimension.vue
@@ -89,7 +89,8 @@
                     )
                     that.viewer.addLayer(that.tilesetLayer)
                     that.tileset = new that.DC.Tileset('/mx/tileset.json', {
-                        luminanceAtZenith: 0.5
+                        luminanceAtZenith: 0.3,
+                        shadows: that.DC.Namespace.Cesium.ShadowMode.DISABLED
                     })
                     that.tilesetLayer.addOverlay(that.tileset)
                     that.tilesetLayer.show = false

--
Gitblit v1.9.3