[Geoserver-users] SLD FILTER HELP

Hello There,

I have some problems implementing a filter in SLD for my WMS . Basically what i want to do is to first determine the property type then find if it intersects with any other
property and depending on whether it intersects with for example a road type of “Highway” style it differently.I have been using a simple filter to determine
the property type is equal to what i need but i do not know how to find if it intersects with any other property at the same time and based on that style the current property differently (Different color for example).

Small Road Small Road Type Small Road that intersects with a highway TYPE Small_Road #0033FF 14

Regards,
Moe

On Tue, Jul 6, 2010 at 6:39 PM, mohsen shaali <msh440@anonymised.com> wrote:

Hello There,

I have some problems implementing a filter in SLD for my WMS . Basically
what i want to do is to first determine the property type then find if it
intersects with any other
property and depending on whether it intersects with for example a road type
of "Highway" style it differently.I have been using a simple filter to
determine
the property type is equal to what i need but i do not know how to find if
it intersects with any other property at the same time and based on that
style the current property differently (Different color for example).

You need to look in to logical filters (for And) and Geometry Filter
(for Intersects)
on Filter Function Reference — GeoServer 2.25.x User Manual.

Ian
--
Ian Turton