From 3b1b5623e44135a8e693698cb7a30adf66d86964 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期二, 18 五月 2021 15:42:33 +0800 Subject: [PATCH] 管线问题修改 --- src/conf/layers/LayerPipeLines.js | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/conf/layers/LayerPipeLines.js b/src/conf/layers/LayerPipeLines.js index 476db82..113d1a0 100644 --- a/src/conf/layers/LayerPipeLines.js +++ b/src/conf/layers/LayerPipeLines.js @@ -42,6 +42,12 @@ typeName: 'sewer:pipeline', icon: 'sewers/浜嬫晠姘�.png', minZoom: 13, + // color: 'rgb(230, 76, 0)', + color: '#E64C00', + styles: { + COLOR: '#E64C00', + FILL_COLOR: '#E64C00' + }, filter: 'mediumtype = \'浜嬫晠姘碶'', index: 1 }, @@ -73,7 +79,12 @@ typeName: 'sewer:pipeline', icon: 'sewers/鍚洂姹℃按.png', minZoom: 13, + color: '#FF7F7F', filter: 'mediumtype = \'鍚洂姹℃按\'', + styles: { + COLOR: '#FF7F7F', + FILL_COLOR: '#FF7F7F' + }, index: 1 }, { @@ -87,6 +98,11 @@ icon: 'sewers/鍚⒈姹℃按.png', filter: 'mediumtype = \'鍚⒈姹℃按\'', minZoom: 10, + color: '#E8BEFF', + styles: { + COLOR: '#E8BEFF', + FILL_COLOR: '#E8BEFF' + }, index: 1 }, { @@ -100,6 +116,11 @@ icon: 'sewers/鍚~姹℃按.png', filter: 'mediumtype = \'鍚~姹℃按\'', minZoom: 10, + color: '', + styles: { + COLOR: '', + FILL_COLOR: '' + }, index: 1 }, { @@ -113,6 +134,11 @@ icon: 'sewers/鐢熸椿姹℃按.png', filter: 'mediumtype = \'鐢熸椿姹℃按\'', minZoom: 13, + color: '#A8A800', + styles: { + COLOR: '#A8A800', + FILL_COLOR: '#A8A800' + }, index: 1 }, { @@ -126,6 +152,11 @@ icon: 'sewers/鍑�鍖栨按.png', filter: 'mediumtype = \'鍑�鍖栨按\'', minZoom: 13, + color: '#55FF00', + styles: { + COLOR: '#55FF00', + FILL_COLOR: '#55FF00' + }, index: 1 }, { @@ -139,6 +170,11 @@ filter: 'mediumtype = \'寰幆姘碶'', checked: false, minZoom: 13, + color: '#73FFDF', + styles: { + COLOR: '#73FFDF', + FILL_COLOR: '#73FFDF' + }, index: 1 }, { -- Gitblit v1.8.0