#446 closed enhancement (fixed)
ApplyFilter - new 'params' property
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.0 |
Component: | widgets | Version: | trunk |
Keywords: | bis-1.4.0 filter url variable substitution | Cc: |
Description
In order to be able to use MapServer run-time substitution with the ApplyFilter widget, it needs to append parameters both WMS GetMap and WFS GetFeature request urls.
Currently, that's not supported.
Note:
See TracTickets
for help on using tickets.
Fixed in r1371.
The API widget 'applyFilter' and 'applyFilters' methods now support receiving hash objects with a new parameter : 'params'. It's a hash of key:values can be used for this very purpose.
So, in the ApplyFilter widget, new now have 'addParams' method for that. 'reset' also handles restoring their original values.