Skip to content

Commit

Permalink
Deactivate query tool by default
Browse files Browse the repository at this point in the history
Feature Grid is not mandatory, so the query tool should not be enabled by default.
  • Loading branch information
offtherailz committed Jan 20, 2017
1 parent 6f037b2 commit 372d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/plugins/TOC.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const LayerTree = React.createClass({
activateZoomTool: true,
activateSettingsTool: true,
activateRemoveLayer: true,
activateQueryTool: true,
activateQueryTool: false,
visibilityCheckType: "checkbox",
settingsOptions: {},
querypanelEnabled: false
Expand Down

0 comments on commit 372d6e4

Please sign in to comment.