| src/components/map-container/mapContainer.vue | ●●●●● 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)