| | |
| | | }, |
| | | // 绘制3D走行路线图 |
| | | drawRoadMap(e) { |
| | | // this.factorMode = factorMode; |
| | | // this.factorType = factorType; |
| | | // this.factorName = factorName; |
| | | this.factorDatas.refreshHeight(this.factorType); |
| | | // this.mapMaker.setFactorType(factorType); |
| | | // if (!this.mapMaker.runStatus()) { |
| | | |
| | | Layer.drawRoadMap(this.factorDatas, e, this.merge, this.setCenter); |
| | | // } |
| | |
| | | }); |
| | | }, |
| | | drawSector(index) { |
| | | // 1. 绘制扇形区域 |
| | | // 1. 绘制新扇形区域 |
| | | sector.drawSector(this.factorDatas, index); |
| | | // 2. 绘制对话框 |
| | | DialogUtil.openNewWindow(this.factorDatas, index, () => { |