Browse Source

修改图层层级

jiexi1_1
YF-yuan 3 years ago
parent
commit
73b5a6685c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/views/Home.vue

+ 2
- 1
src/views/Home.vue View File

@@ -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…
Cancel
Save