Thank you Andrea! Replacing “+” with a whitespace just works.
Stefan
-----Ursprüngliche Nachricht-----
Von: Andrea Aime [mailto:aaime@anonymised.com]
Gesendet am: Freitag, 2. Mai 2008 11:31
An: Ziegler Stefan
Cc: jdeolive; geoserver-users
Betreff: Re: [Geoserver-users] cql_filter and string encoding
Ziegler Stefan ha scritto:
Hi Justin
I’m using 1.6.3 and I tried it with 1.6.x trunk and the 1.7.alpha. Same
errors… Here is my OpenLayer definition:var waiting = new OpenLayers.Layer.WMS(
“infogrips”,
“http://srsofaioi12288:8080/geoserver/wms”,
{
srs: ‘EPSG:21781’,
layers: ‘topp:geo_gemeinden_v’,
transparent: ‘true’,
tiled: ‘true’,
format: ‘image/png’,
styles: ‘av_meta_waiting’,
CQL_FILTER: ‘gem_bfs=2601+OR+gem_bfs=2513’
Hmmm… shouldn’t it be the work of the browser to url-encode the
spaces? What if you remove the plug sign and replace them with spaces?
Cheers
Andrea