From 315dc0b82a482a3d145009c8f25c20e87da681d5 Mon Sep 17 00:00:00 2001 From: ChenZeping <chenzeping> Date: 星期一, 10 五月 2021 17:05:55 +0800 Subject: [PATCH] 企业应急 --- src/conf/layers/LayerPipeLines.js | 40 +++++++++++++++++++++++++++++++--------- 1 files changed, 31 insertions(+), 9 deletions(-) diff --git a/src/conf/layers/LayerPipeLines.js b/src/conf/layers/LayerPipeLines.js index 4686fd6..bb746d9 100644 --- a/src/conf/layers/LayerPipeLines.js +++ b/src/conf/layers/LayerPipeLines.js @@ -11,6 +11,7 @@ code: 'sewersPipeLines', name: '绠$嚎', checked: false, + type: 0, childLayer: [LayerFsss, LayerHbss], layers: [ { @@ -18,8 +19,9 @@ name: '闆ㄦ按绾�', sname: '绠$綉', checked: false, + type: 0, + wmsLayers: 'sewer:pipeline_rain', // wfs: WFS_URL + '?TYPENAME=绠$綉&FILTER=<Filter xmlns="http://www.opengis.net/ogc"><PropertyIsEqualTo><PropertyName>mediumtype</PropertyName><Literal>闆ㄦ按绠$嚎</Literal></PropertyIsEqualTo></Filter>', - wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=linenumtype=\'闆ㄦ按绠$嚎\'', icon: 'sewers/闆ㄦ按绾�.png', color: '#0070ff', minZoom: 13, @@ -30,20 +32,24 @@ }, { code: 'accidentline', - name: '浜嬫晠姘寸嚎', + name: '浜嬫晠姘�', sname: '浜嬫晠姘�', checked: false, + // wmsLayers: 'sewer:pipeline_accident', + type: 0, minZoom: 13, wfs: WFS_URL + '?TYPENAME=浜嬫晠姘�' }, { code: 'oilline', - name: '鍚补姹℃按绾�', + name: '鍚补姹℃按', sname: '鍚补姹℃按', checked: false, + type: 0, minZoom: 13, color: '#ffaa00', - wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=mediumtype=\'鍚补姹℃按\'', + wmsLayers: 'sewer:pipeline_sewer', + // wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=500&outputFormat=application%2Fjson&cql_filter=mediumtype=\'鍚补姹℃按\'', styles: { COLOR: '#ffaa00', FILL_COLOR: '#ffaa00' @@ -51,18 +57,30 @@ }, { code: 'saltline', - name: '鍚洂姹℃按绾�', + name: '鍚洂姹℃按', sname: '鍚洂姹℃按', checked: false, + type: 0, minZoom: 13, wfs: WFS_URL + '?TYPENAME=鍚洂姹℃按' }, { code: 'alkaliline', - name: '鍚⒈姹℃按绾�', + name: '鍚⒈姹℃按', sname: '鍚⒈姹℃按', checked: false, + type: 0, wfs: WFS_URL + '?TYPENAME=鍚⒈姹℃按', + minZoom: 10 + }, + { + code: 'sulfurline', + name: '鍚~姹℃按', + sname: '鍚~姹℃按', + checked: false, + type: 0, + wmsLayers: 'sewer:pipeline_sulfur', + // wfs: WFS_URL + '?TYPENAME=鍚⒈姹℃按', minZoom: 10 }, { @@ -70,21 +88,24 @@ name: '鐢熸椿姹℃按', sname: '鐢熸椿姹℃按', checked: false, + type: 0, minZoom: 13, wfs: WFS_URL + '?TYPENAME=鐢熸椿姹℃按' }, { code: 'purifyline', - name: '鍑�鍖栨按绾�', + name: '鍑�鍖栨按', sname: '鍑�鍖栨按', checked: false, + type: 0, minZoom: 13, wfs: WFS_URL + '?TYPENAME=鍑�鍖栨按' }, { code: 'loopline', - name: '寰幆姘寸嚎', + name: '寰幆姘�', sname: '寰幆姘�', + type: 0, checked: false, minZoom: 13, wfs: WFS_URL + '?TYPENAME=寰幆姘�' @@ -94,9 +115,10 @@ name: '鐢熶骇姹℃按', sname: '鐢熶骇姹℃按', checked: false, + type: 0, minZoom: 13, color: '#a8a800', - wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=mediumtype=\'鐢熶骇姹℃按\'', + wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=500&outputFormat=application%2Fjson&cql_filter=mediumtype=\'鐢熶骇姹℃按\'', styles: { COLOR: '#a8a800', FILL_COLOR: '#a8a800' -- Gitblit v1.8.0