Skip to content

Commit

Permalink
Remove origin parameter from WMS GetFeatureInfo requests (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndufrane authored and mbarto committed Nov 25, 2016
1 parent 1c848c5 commit e819c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/components/data/identify/Identify.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Identify = React.createClass({
layers: [],
maxItems: 10,
excludeParams: ["SLD_BODY"],
excludeOptions: [],
excludeOptions: ["origin"],
panelClassName: "panel default-panel",
headerClassName: "panel-heading",
bodyClassName: "panel-body",
Expand Down

0 comments on commit e819c94

Please sign in to comment.