Skip to content

Commit

Permalink
Draw filter geometry black/yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 26, 2024
1 parent b5655bb commit f19e886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/MapFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ class MapFilter extends React.Component {
geomType={this.state.geomFilter?.geomType}
geometry={this.state.geomFilter?.geom}
geometryChanged={this.setFilterGeometry}
key="MapSelection" />
key="MapSelection"
styleOptions={{strokeColor: [0, 0, 0], fillColor: [255, 255, 0, 0.25]}} />
];
}
filterMapButtonClicked = () => {
Expand Down

0 comments on commit f19e886

Please sign in to comment.