Hi,

thanks for your reply, actually there is a list of checkboxes, and i
have a function when called returns a string containing a cql filter
string

applyFilterBTS() returns a string something like : "Include" .... or
"OPERATOR='M' OR OPERATOR='Z'"

can this string be appended ?

regards,
Imran

On Wed, Jun 2, 2010 at 11:50 AM, t...@f!t <[email protected]> wrote:
>
> Hy,
>
> Try this:
>
> var filterParams = {cql_filter: null};
> filter = "yourAttribut='valueOfYourAttribute'"
> filterParams["cql_filter"] = filter;
> yourLayer.mergeNewParams(filterParams);
>
> cheers David
> --
> View this message in context: 
> http://osgeo-org.1803224.n2.nabble.com/applying-CQL-filter-tp5129485p5129528.html
> Sent from the OpenLayers Users mailing list archive at Nabble.com.
> _______________________________________________
> Users mailing list
> [email protected]
> http://openlayers.org/mailman/listinfo/users
>



-- 
I.R
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to