From 652fb05ef09262a40759c92a75fd5ac1a568002c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 28 Apr 2025 08:51:13 +0800
Subject: [PATCH] 航线加载样式调整
---
src/components/map-container/mapContainer.vue | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/components/map-container/mapContainer.vue b/src/components/map-container/mapContainer.vue
index f70b6db..92a5091 100644
--- a/src/components/map-container/mapContainer.vue
+++ b/src/components/map-container/mapContainer.vue
@@ -135,11 +135,8 @@
let polyline = new DC.Polyline(positionStr)
polyline.setStyle({
- width: 20,
- material: new DC.PolylineLightingTrailMaterialProperty({
- color: DC.Color.BLUE,
- speed: 5.0
- }),
+ width: 4,
+ material: DC.Color.DEEPSKYBLUE,
clampToGround: true
})
polylineLayer.addOverlay(polyline)
--
Gitblit v1.9.3