Re: [Geoserver-users] filter

2024-03-20 Thread Ярослав Минин via Geoserver-users
Thanks for the tip, Ian!    In GS v.2.20.4 I see the following error: «Filter function problem for function int2ddouble argument #0 — expected type int»   Changed a bit to this:                                   propertyVa             20.0                     0                   And it

[Geoserver-users] filter

2024-03-20 Thread Ярослав Минин via Geoserver-users
Hello community!   I’ve got troubles with filter expression. I have an integer column with values, like 2, 5, 30, 100… And I need to filter those divisible by 25, for instance.   Since I’m currently unable to manipulate the DB (to create the views for I need) the only option is sld-filtering.

Re: [Geoserver-users] filter

2024-03-20 Thread Ian Turton
You'll want the `IEEERemainder` function documented on the Filter Function Reference page ( https://docs.geoserver.org/latest/en/user/filter/function_reference.html#math-functions) - propertyVa 20.0