From 3a465f7fb233eae97abd357ff5a847627c80d286 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 19 Mar 2022 17:31:33 +0800
Subject: [PATCH] 项目部分改动
---
src/components/map/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 891ef09..5534257 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -237,9 +237,9 @@
}
})
- const chartLayer = new global.DC.ChartLayer('busLayer').addTo(global.viewer)
+ // const chartLayer = new global.DC.ChartLayer('busLayer').addTo(global.viewer)
- chartLayer.setOption(that.busPathsInit())
+ // chartLayer.setOption(that.busPathsInit())
// global.viewer.scene.backgroundColor = global.DC.Namespace.Cesium.Color.fromBytes(245, 244, 238)
--
Gitblit v1.9.3