瀏覽代碼

修改图层层级

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…
取消
儲存