| | |
| | | const coors = fDatas.coors_GD; |
| | | const heights = factor.heights; |
| | | const colors = factor.colors; |
| | | const bColor = factor.bottomColor; |
| | | // const bColor = factor.bottomColor; |
| | | const bColors = factor.bottomColors; |
| | | |
| | | // eslint-disable-next-line no-undef |
| | |
| | | } |
| | | |
| | | export default { |
| | | clear() { |
| | | if (_cylinder != undefined) { |
| | | object3Dlayer.remove(_cylinder); |
| | | } |
| | | }, |
| | | |
| | | drawMesh: drawMesh, |
| | | /** |
| | | * 绘制3D走行路线图 |
| | | * @param fDatas 完整监测数据 |
| | | * @param factor 当前展示的监测因子对象 |
| | | * @param merge 是否和之前绘制的图形合并 |
| | | * @param setCenter 镜头是否自动移动至图形中心 |
| | | */ |
| | | drawRoadMap(fDatas, factor, merge, setCenter) { |
| | | drawRoadMap(fDatas, factor, merge) { |
| | | const lnglats_GD = fDatas.lnglats_GD; |
| | | const heights = factor.heights; |
| | | |