Skip to content

Commit

Permalink
disable polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Apr 15, 2024
1 parent ac4628d commit bc2033d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Layout/Feedback/Feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ const Feedback = (props) => {
// onDrawStop={_onEditStop}
draw={{
polyline: false,
polygon: true,
polygon: false,
rectangle: true,
circle: false,
circlemarker: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ const DatasetMap = (props) => {
// onDrawStop={_onEditStop}
draw={{
polyline: false,
polygon: true,
polygon: false,
rectangle: true,
circle: false,
circlemarker: false,
Expand Down

0 comments on commit bc2033d

Please sign in to comment.