| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-03 15:14:54 |
| | | * @LastEditTime: 2023-02-04 16:15:02 |
| | | * @FilePath: \srs-police-affairs\src\views\home\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | cylinderLayer.clear() |
| | | cylinderLayer.remove() |
| | | cylinderLayer = null |
| | | |
| | | this.initPoliceStationLayer() |
| | | this.$EventBus.$emit('toPosition', { |
| | | siteJd: 118.0404977, |
| | | siteWd: 28.4896891, |
| | | siteGd: 80000, |
| | | siteHeading: -3, |
| | | sitePitch: -90 |
| | | }) |
| | | |
| | | this.areaOptions = [] |
| | | this.housingOptions = [] |
| | | this.areaCheckValue = '请选择责任区' |
| | |
| | | const center = this.getAllRegionCenter(this.policeStationOptions) |
| | | |
| | | this.$EventBus.$emit('toPosition', { |
| | | siteJd: center[0], |
| | | siteWd: center[1], |
| | | siteGd: 80000, |
| | | siteJd: center[0] + 0.046, |
| | | siteWd: center[1] - 0.36, |
| | | siteGd: 36000, |
| | | siteHeading: -3, |
| | | sitePitch: -90 |
| | | sitePitch: -45 |
| | | }) |
| | | |
| | | console.log(center, 89888888) |
| | | |
| | | // this.houseChange(true) |
| | | }, |
| | | |