Skip to content

Commit

Permalink
Fix geosolutions-it#9601 style issue on points generated from geo pro…
Browse files Browse the repository at this point in the history
…cess intersection
  • Loading branch information
MV88 committed Oct 16, 2023
1 parent 6856256 commit 32e1e7d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions web/client/epics/geoProcessing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}]
Expand Down Expand Up @@ -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
}
]
}]
Expand Down

0 comments on commit 32e1e7d

Please sign in to comment.