소스 검색

修改图层层级

jiexi1_1
YF-yuan 3 년 전
부모
커밋
73b5a6685c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/views/Home.vue

+ 2
- 1
src/views/Home.vue 파일 보기

@@ -517,6 +517,7 @@ export default {
style: circle,
visible: false,
});
// this.adrainageLayer.setZIndex(1)
// 颜色
// 土地占有面积
this.landColor = [
@@ -671,7 +672,7 @@ export default {
source: this.sourceDong4,
visible: false,
});
this.tileDong.setZIndex(2)
// this.tileDong.setZIndex(2)

// 底图
let google = new TileLayer({

Loading…
취소
저장