Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Oct 20, 2023
1 parent a132ddd commit 3e66b56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/client/epics/geoProcessing.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ const styleRules = [
"kind": "Fill",
"outlineWidth": 3,
"outlineColor": "#ffac12",
"outlineOpacity": 1,
"color": "#ffffff",
"opacity": 1,
"fillOpacity": 0.3
}
]
Expand All @@ -170,19 +170,19 @@ const styleRules = [
symbolizers: [{
"kind": "Line",
"width": 3,
"color": "#ffffff",
"color": "#ffac12",
"opacity": 0.3
}]
}, {
filter: [ '==', 'geomType', 'point' ],
symbolizers: [{
"kind": "Mark",
"wellKnownName": "Circle",
"strokeColor": "#f5a623",
"color": "#ffffff",
"fillOpacity": 0.3,
"strokeWidth": 3,
"strokeColor": "#ffac12",
"strokeOpacity": 1,
"strokeWidth": 3,
"radius": 8
}]
}
Expand Down

0 comments on commit 3e66b56

Please sign in to comment.