| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 17:00:30 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-04-05 04:31:12 |
| | | * @LastEditTime: 2023-04-06 09:52:22 |
| | | * @FilePath: \srs-police-affairs\src\components\map\index.vue |
| | | * @Description: 公用地图组件 |
| | | * |
| | |
| | | |
| | | if (this.tilesetLayerType == type && status == '') { |
| | | this.tilesetLayerType = '' |
| | | |
| | | |
| | | } else { |
| | | this.tilesetLayerType = type |
| | | |
| | |
| | | label.forEach(item => { |
| | | this.addMxTileset(`sdTilesetLayer${item}`, `${tile3DUrl}/sf3d/361102/model/all1/${item}/tileset.json`) |
| | | }) |
| | | |
| | | this.$EventBus.$emit('showHouseingTileset', { |
| | | curType: this.tilesetLayerType, |
| | | type, |
| | | }) |
| | | } |
| | | }, |
| | | |