无人机管理后台前端(已迁走)
shuishen
2025-04-28 652fb05ef09262a40759c92a75fd5ac1a568002c
航线加载样式调整
1 files modified
7 ■■■■ changed files
src/components/map-container/mapContainer.vue 7 ●●●● patch | view | raw | blame | history
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)