From bdce5b978229a100b7d7a01acbdeefbd9e2b0902 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期二, 27 四月 2021 09:27:06 +0800 Subject: [PATCH] 图层控制面板加宽。 --- src/conf/layers/LayerFsss.js | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/conf/layers/LayerFsss.js b/src/conf/layers/LayerFsss.js index 4fb6a1d..0e5db5b 100644 --- a/src/conf/layers/LayerFsss.js +++ b/src/conf/layers/LayerFsss.js @@ -13,15 +13,14 @@ name: '绠℃', sname: '绠℃', checked: false, - minZoom: 15, - wfs: WFS_URL + '?TYPENAME=绠℃' + wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipesegment&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=orgname=\'宸撮櫟鐭冲寲\'' }, { code: 'fourlink', name: '鍥涢��', sname: '鍥涢��', checked: true, - minZoom: 15, + minZoom: 16, wfs: WFS_URL + '?TYPENAME=鍥涢��', icon: 'sewers/鍥涢��.png' }, @@ -30,7 +29,7 @@ name: '涓夐��', sname: '涓夐��', checked: false, - minZoom: 15, + minZoom: 16, wfs: WFS_URL + '?TYPENAME=涓夐��', icon: 'sewers/涓夐��.png' }, @@ -38,7 +37,7 @@ code: 'piperack', name: '绠℃灦(澧�)', sname: 'PipeRack', - minZoom: 10, + minZoom: 16, wfs: WFS_URL + '?TYPENAME=绠℃灦', checked: false }, @@ -46,7 +45,7 @@ code: 'pipegallery', name: '绠″粖(甯�)', sname: 'PipeGallery', - minZoom: 10, + minZoom: 16, wfs: WFS_URL + '?TYPENAME=绠″粖', checked: false }, @@ -54,14 +53,13 @@ code: 'pipesegment', name: '娴佸悜', sname: 'ywslx', - url: 'pipesegment', checked: false }, { code: 'valve', name: '闃�闂�', minZoom: 10, - sname: 'valve', + sname: '闃�闂�', checked: false, wfs: WFS_URL + '?TYPENAME=闃�闂�', icon: 'sewers/闃�闂�.png' @@ -69,8 +67,8 @@ { code: 'elbow', name: '寮ご', - sname: 'Elbow', - minZoom: 10, + sname: '寮ご', + minZoom: 16, checked: false, wfs: WFS_URL + '?TYPENAME=寮ご', icon: 'sewers/寮ご.png' -- Gitblit v1.8.0