Skip to content

Commit

Permalink
#549 enable polygon type to search with map
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine37120 committed Feb 12, 2024
1 parent 0505803 commit 470da7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparnatural/components/widgets/MapWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class MapWidget extends AbstractWidget {
drawCircleMarker: false,
drawMarker: false,
drawText: false,
drawPolygon: false,
drawPolygon: true,
editMode: false,
dragMode: false,
rotateMode: false,
Expand Down

0 comments on commit 470da7b

Please sign in to comment.