[OpenLayers-Trac] Re: [OpenLayers] #3237: Issue with filter params
in Protocol/HTTP.js
OpenLayers
trac-20090302 at openlayers.org
Sat Apr 2 02:07:36 EDT 2011
#3237: Issue with filter params in Protocol/HTTP.js
----------------------------------+-----------------------------------------
Reporter: etdube | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.11 Release
Component: Protocol.HTTP | Version: SVN
Keywords: filter http protocol | State: Needs More Work
----------------------------------+-----------------------------------------
Comment(by erilem):
{{{
options = options || {};
options.params = applyDefaults(options.params, this.options.params);
applyDefaults(options, this.options);
}}}
should work.
Adding unit tests proving that it effectively works would be good, and
make this patch an actual candidate for 2.11 :-)
--
Ticket URL: <http://trac.openlayers.org/ticket/3237#comment:3>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list