Explorar el Código

fix: 微调地图路线样式,使其发光,更适配暗黑主题

sequoia tungfang hace 1 mes
padre
commit
3b7c3d9474
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/components/TongzhouTrafficMap.vue

+ 4 - 2
src/components/TongzhouTrafficMap.vue

@@ -178,8 +178,10 @@ export default {
             strokeColor: config.color,
             strokeWeight: 8,
             strokeOpacity: 0.8,
-            showDir: true,
-            map: this.map
+            showDir: false,      // 【修改】去掉白色方向箭头
+            lineJoin: 'round',   // 【新增】使拐角更圆润
+            zIndex: 15,          // 【新增】层级设为 15,高于路况图层
+            map: null
           });
 
           // 2. 在路径上分布点