Skip to content

Commit

Permalink
Fix #1154. Add explicit excludeOptions (#1155)
Browse files Browse the repository at this point in the history
- Waiting for changes as described in #1144
  • Loading branch information
offtherailz committed Oct 17, 2016
1 parent d40a2b1 commit ffbaac9
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion web/client/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,25 @@
"continuous": false
},
"collapsible": false
}
},
"excludeOptions": [
"links",
"allowedSRS",
"title",
"type",
"visibility",
"params",
"legend",
"statistics",
"columnDefs",
"advancedFilter",
"boundingBox",
"capabilities",
"describeCoverage",
"describeLayer",
"loading"

]
}
},
"MadeWithLove",
Expand Down Expand Up @@ -583,6 +601,24 @@
"maxHeight": "70%",
"marginBottom": 0
},
"excludeOptions": [
"links",
"allowedSRS",
"title",
"type",
"visibility",
"params",
"legend",
"statistics",
"columnDefs",
"advancedFilter",
"boundingBox",
"capabilities",
"describeCoverage",
"describeLayer",
"loading"

],
"draggable": false,
"collapsible": true,
"viewerOptions": {
Expand Down

0 comments on commit ffbaac9

Please sign in to comment.