diff --git a/web/client/epics/geoProcessing.js b/web/client/epics/geoProcessing.js index e5812825b71..c3e98f71ed1 100644 --- a/web/client/epics/geoProcessing.js +++ b/web/client/epics/geoProcessing.js @@ -470,6 +470,22 @@ export const runBufferProcessGPTEpic = (action$, store) => action$ "outlineColor": "#ffac12", "color": "#ffffff", "fillOpacity": 0.3 + }, + { + "kind": "Line", + "width": 3, + "color": "#ffffff", + "opacity": 0.3 + }, + { + "kind": "Mark", + "wellKnownName": "Circle", + "strokeColor": "#f5a623", + "color": "#ffffff", + "fillOpacity": 1, + "strokeWidth": 3, + "strokeOpacity": 1, + "radius": 8 } ] }] @@ -650,6 +666,22 @@ export const runIntersectProcessGPTEpic = (action$, store) => action$ "outlineColor": "#ffac12", "color": "#ffffff", "fillOpacity": 0.3 + }, + { + "kind": "Line", + "width": 3, + "color": "#ffffff", + "opacity": 0.3 + }, + { + "kind": "Mark", + "wellKnownName": "Circle", + "strokeColor": "#f5a623", + "color": "#ffffff", + "fillOpacity": 1, + "strokeWidth": 3, + "strokeOpacity": 1, + "radius": 8 } ] }]