From 5bf0a1a5e47e46f4a89139c5f2417bf18daf7c2e Mon Sep 17 00:00:00 2001 From: MV88 Date: Thu, 19 Oct 2023 18:11:49 +0200 Subject: [PATCH] fix #9601 styles --- web/client/epics/geoProcessing.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/client/epics/geoProcessing.js b/web/client/epics/geoProcessing.js index bb3b06a7be..0300b29ff9 100644 --- a/web/client/epics/geoProcessing.js +++ b/web/client/epics/geoProcessing.js @@ -160,8 +160,8 @@ const styleRules = [ "kind": "Fill", "outlineWidth": 3, "outlineColor": "#ffac12", + "outlineOpacity": 1, "color": "#ffffff", - "opacity": 1, "fillOpacity": 0.3 } ] @@ -170,7 +170,7 @@ const styleRules = [ symbolizers: [{ "kind": "Line", "width": 3, - "color": "#ffffff", + "color": "#ffac12", "opacity": 0.3 }] }, { @@ -178,11 +178,11 @@ const styleRules = [ symbolizers: [{ "kind": "Mark", "wellKnownName": "Circle", - "strokeColor": "#f5a623", "color": "#ffffff", "fillOpacity": 0.3, - "strokeWidth": 3, + "strokeColor": "#ffac12", "strokeOpacity": 1, + "strokeWidth": 3, "radius": 8 }] }