| | |
| | | }; |
| | | }, |
| | | methods: { |
| | | // 定点绕飞 |
| | | handleAroundClick() { |
| | | this.closeCurrentOperator(); |
| | | store.setRoamPanelShow(false); |
| | |
| | | // //结束路径漫游 |
| | | // this.ljmy(); |
| | | // } |
| | | sgworld.drawObj = window.currentOperator = sgworld.Analysis.setPointFly(); |
| | | window.pointerFly=sgworld.drawObj = window.currentOperator = sgworld.Analysis.setPointFly(); |
| | | }, |
| | | // 结束顶点绕飞 |
| | | setClearPointFly() { |
| | | if (this.pointerFly) { |
| | | this.pointerFly && this.pointerFly.end(); |
| | | this.pointerFly = null; |
| | | } |
| | | }, |
| | | // 漫游 |
| | | handleRoamClick(result) { |
| | | store.setBasicMap("三维影像"); |
| | | store.setRoamPanelShow(false); |
| | | store.setSearchPanelShow(false); |
| | | const val = roman.filter((res) => { |