Browse Source

转弯半径bug优化

wxp
ctw 2 months ago
parent
commit
1711c0e419
  1. 3
      ruoyi-ui/src/views/cesiumMap/index.vue

3
ruoyi-ui/src/views/cesiumMap/index.vue

@ -416,7 +416,8 @@ export default {
material: Cesium.Color.RED,
clampToGround: true,
zIndex: 20
}
},
properties: {routeId: routeId}
});
console.log(`>>> 航点 ${waypoints[i].name} 已渲染红色转弯弧,半径: ${radius}`);
}

Loading…
Cancel
Save