origo
origo copied to clipboard
feature: queryParams for wfssource
Fixes #1932
Makes it possible to set a query parameters as a source option or with the api like:
source.getOptions().queryParams={viewParams: 'scenario1'};
Useful for instance when [Parameterizing SQL Views]
Yeah the url concatenation ain't beautiful but will do until someone wants to give it some tlc.