| | |
| | | if (val == "定位") { |
| | | this.$store.commit("MSET_BIGPOPUP", false); |
| | | setTimeout(() => { |
| | | // that.$refs.mobilemapBoxFrom.openPopupS( |
| | | // this.onceData.Cartesian3, |
| | | // this.onceData.position |
| | | // ); |
| | | that.$parent.$parent.$parent.$parent.openPopupS( |
| | | this.onceData.Cartesian3, |
| | | this.onceData.position |
| | | ); |
| | | // console.log(that.$refs.mobilemapBoxFrom); |
| | | // 定位 打开弹窗 |
| | | // this.mviewer.zoomToPosition( |
| | | // new that.DC.Position(p[0], p[1] - 0.016, 1530, 0, -45) |
| | | // ); |
| | | // 定制化窗体 |
| | | let d = { |
| | | position: that.onceData.Cartesian3, |
| | | lntLat: that.onceData.position, |
| | | query: this.onceData, |
| | | }; |
| | | that.popupsDom = that.$store.dispatch("setMobileWindows", d); |
| | | }, 500); |
| | | } |
| | | }, |