Skip to content

Commit

Permalink
Removed exclude and include options from localConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Jan 27, 2017
1 parent c9bc8c7 commit a521d0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
7 changes: 6 additions & 1 deletion web/client/components/data/identify/Identify.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ const Identify = React.createClass({
layers: [],
maxItems: 10,
excludeParams: ["SLD_BODY"],
includeOptions: [],
includeOptions: [
"buffer",
"cql_filter",
"filter",
"propertyName"
],
panelClassName: "panel default-panel",
headerClassName: "panel-heading",
bodyClassName: "panel-body",
Expand Down
8 changes: 1 addition & 7 deletions web/client/examples/styler/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
"className": "square-button",
"closeGlyph": "1-close",
"enableRevGeocode": true,
"excludeOptions": [
"legend",
"statistics",
"columnDefs",
"advancedFilter"
],
"glyph": "map-marker",
"headerClassName": "modal-header",
"headerGlyph": "",
Expand Down Expand Up @@ -95,4 +89,4 @@
"printUrl": "http://demo.geo-solutions.it/geoserver/pdf/info.json",
"proxyUrl": "/mapstore/proxy/?url=",
"translationsPath": "../../translations"
}
}
14 changes: 1 addition & 13 deletions web/client/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,7 @@
"continuous": false
},
"collapsible": false
},
"includeOptions": [
"buffer",
"cql_filter",
"filter",
"propertyName"
]
}
}
},
"MadeWithLove",
Expand Down Expand Up @@ -606,12 +600,6 @@
"maxHeight": "70%",
"marginBottom": 0
},
"includeOptions": [
"buffer",
"cql_filter",
"filter",
"propertyName"
],
"draggable": false,
"collapsible": true,
"viewerOptions": {
Expand Down

0 comments on commit a521d0d

Please sign in to comment.