Re: [OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS

2009-10-29 Thread stash
Hi, I tried the step including the sld_body in my WMS but it didn't work. Also I tried the mergenewparams method, but the same result. I don't get an error. Because of this I think it works. But I don't see a map with my result. I saw in your sld_body example something like point symbolizer

Re: [OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS

2009-10-29 Thread Eric Lemoine
On Thu, Oct 29, 2009 at 8:58 AM, stash wrote: > > Hi, > thanks for the answer. I read your example and now I know how to implement > the sld_body. > > But I haven't seen a filter within the sld. Does it matter, where to > implement the filter within the sld_body. How does it look like? > > I try t

Re: [OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS

2009-10-29 Thread stash
Hi, thanks for the answer. I read your example and now I know how to implement the sld_body. But I haven't seen a filter within the sld. Does it matter, where to implement the filter within the sld_body. How does it look like? I try to implement it somewhere in the sld. I hope it works. Best re

Re: [OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS

2009-10-28 Thread Arnd Wippermann
t;; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd";> OUTLINE#991.0' }); Arnd -Ursprüngliche Nachricht----- Von: users-boun...@openlayers.org [m

Re: [OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS

2009-10-28 Thread stash
Arnd Wippermann wrote: > > Hi, > > You can do this by SLD. You can build an SLD file for your case and add it > to the WMS request as SLD_BODY or SLD. > > Hi, thanks for your answer. Can you tell me an example of an sld_body (example code). How do I integrate the filter code in SLD_BODY? T

Re: [OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS

2009-10-28 Thread Arnd Wippermann
er 2009 16:57 An: users@openlayers.org Betreff: [OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS Hello, I'm a beginner with OpenLayers and I hope someone can help me with this problem. I'm using OpenLayers and I want to show a map with a certain layer. This is working so far

[OpenLayers-Users] Combine Filter and OpenLayers.Layer.WMS

2009-10-28 Thread stash
Hello, I'm a beginner with OpenLayers and I hope someone can help me with this problem. I'm using OpenLayers and I want to show a map with a certain layer. This is working so far. But now I want to add a filter (PropertyIsEqual) to my Layer, to show only a certain entry. How do I combine a Open