Skip to content

Commit

Permalink
Enable feature grid (geosolutions-it#1395)
Browse files Browse the repository at this point in the history
* Update the configuration to enable feature grid

 - updates the configuration to include feature grid/search by default

* Deactivate query tool by default

Feature Grid is not mandatory, so the query tool should not be enabled by default.
  • Loading branch information
offtherailz authored and allyoucanmap committed Jan 24, 2017
1 parent 1cf334b commit 4cd0e17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions web/client/components/style/EqualInterval.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const {NumberPicker} = require('react-widgets');
const ColorRampItem = require('./EqualIntervalComponents/ColorRampItem');
const colorsSchema = require("./EqualIntervalComponents/ColorRamp");
const colors = require("colorbrewer");
const extendColorBrewer = require("./EqualIntervalComponents/ExtendColorBrewer");
const assign = require('object-assign');
assign(colors, extendColorBrewer);

const Message = require('../I18N/Message');

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4cd0e17

Please sign in to comment.