diff --git a/web/client/components/data/identify/Identify.jsx b/web/client/components/data/identify/Identify.jsx index e5faae0e43..0034d5afd3 100644 --- a/web/client/components/data/identify/Identify.jsx +++ b/web/client/components/data/identify/Identify.jsx @@ -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",