From a612463667bd599a9064397f5da3caf769a453d1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Dec 2024 13:44:24 +0800
Subject: [PATCH] 燃气、给水,图层移除
---
src/pages/map/components/scomponents/layersControl.vue | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/src/pages/map/components/scomponents/layersControl.vue b/src/pages/map/components/scomponents/layersControl.vue
index fa17dad..16da38c 100644
--- a/src/pages/map/components/scomponents/layersControl.vue
+++ b/src/pages/map/components/scomponents/layersControl.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-31 10:47:29
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-12-03 13:30:51
+ * @LastEditTime: 2024-12-03 13:43:19
* @FilePath: \bigScreen\src\pages\map\components\scomponents\layersControl.vue
* @Description:
*
@@ -257,26 +257,26 @@
color: DC.Color.CYAN.withAlpha(0.9),
height: 60,
},
- {
- id: '3-3-1',
- label: '给水管网',
- type: 'layer',
- subType: 'geojsonPipe',
- layerName: 'gsgw',
- source: gsgw,
- color: DC.Color.BLUE.withAlpha(0.9),
- height: 60.4,
- },
- {
- id: '3-3-3',
- label: '燃气管网',
- type: 'layer',
- subType: 'geojsonPipe',
- layerName: 'rqgw',
- source: rqgw,
- color: DC.Color.RED.withAlpha(0.9),
- height: 60.6,
- },
+ // {
+ // id: '3-3-1',
+ // label: '给水管网',
+ // type: 'layer',
+ // subType: 'geojsonPipe',
+ // layerName: 'gsgw',
+ // source: gsgw,
+ // color: DC.Color.BLUE.withAlpha(0.9),
+ // height: 60.4,
+ // },
+ // {
+ // id: '3-3-3',
+ // label: '燃气管网',
+ // type: 'layer',
+ // subType: 'geojsonPipe',
+ // layerName: 'rqgw',
+ // source: rqgw,
+ // color: DC.Color.RED.withAlpha(0.9),
+ // height: 60.6,
+ // },
]
},
@@ -991,9 +991,9 @@
EventBus.emit('restHandleDelChange', `3-1`)
EventBus.emit('restHandleDelChange', `3-2`)
EventBus.emit('restHandleDelChange', `3-3`)
- EventBus.emit('restHandleDelChange', `3-3-1`)
+ // EventBus.emit('restHandleDelChange', `3-3-1`)
EventBus.emit('restHandleDelChange', `3-3-2`)
- EventBus.emit('restHandleDelChange', `3-3-3`)
+ // EventBus.emit('restHandleDelChange', `3-3-3`)
EventBus.emit('restHandleDelChange', `3-3-4`)
EventBus.emit('restHandleDelChange', `3-4`)
EventBus.emit('restHandleDelChange', `3-5`)
--
Gitblit v1.9.3