Skip to content

Commit

Permalink
Hide map DrawTool for now, add screenshot for docs
Browse files Browse the repository at this point in the history
Issue #2180
  • Loading branch information
robyngit committed Nov 2, 2023
1 parent 4ab2f66 commit c2837d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file added docs/screenshots/views/maps/DrawTool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions src/js/views/maps/ToolbarView.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,13 @@ define(
model.flyHome();
}
},
{
label: 'Draw',
icon: 'pencil',
view: DrawTool,
viewOptions: {}
},
// We can enable to the draw tool once we have a use case for it
// {
// label: 'Draw',
// icon: 'pencil',
// view: DrawTool,
// viewOptions: {}
// },
{
label: 'Help',
icon: 'question-sign',
Expand Down

0 comments on commit c2837d7

Please sign in to comment.