Re: [Geoserver-users] Using filters

2020-10-13 Thread emmexx
On 10/12/20 7:56 PM, Pablo J. Zader wrote: > But this expression does not work in *geoserver SLD*, the result of > applying the style to my layer is empty, it does not classify any point. > I understand that there is a problem at the geoserver + SLD level. Where > should I report this bug? > I'm

Re: [Geoserver-users] Using filters

2020-10-13 Thread Andrea Aime
On Mon, Oct 12, 2020 at 7:56 PM Pablo J. Zader wrote: > But this expression does not work in *geoserver SLD*, the result of > applying the style to my layer is empty, it does not classify any point. I > understand that there is a problem at the geoserver + SLD level. Where > should I report this

Re: [Geoserver-users] Using filters

2020-10-12 Thread Pablo J. Zader
El dom., 11 oct. 2020 a las 5:06, Andrea Aime () escribió: > On Sun, Oct 11, 2020 at 1:44 AM Pablo J. Zader wrote: > >> I tried various regex and they don't work on my geoserver SLD, but they >> do work according to this site https://regexr.com/ >> > > I don't have a regex that would work

Re: [Geoserver-users] Using filters

2020-10-11 Thread Andrea Aime
On Sun, Oct 11, 2020 at 1:44 AM Pablo J. Zader wrote: > I tried various regex and they don't work on my geoserver SLD, but they do > work according to this site https://regexr.com/ > I don't have a regex that would work directly for you, but the above site says "Supports JavaScript & PHP/PCRE

Re: [Geoserver-users] Using filters

2020-10-10 Thread Pablo J. Zader
Thanks Andrea, it work now! I have an other problem, maybe you can help me: I am trying to filter the rows in my vector file such that it matches words 00: or 01: or 02: (and after rows containing 03: or 04: or 05:) I did not find documentation with examples that can help me to correctly write

Re: [Geoserver-users] Using filters

2020-10-10 Thread Andrea Aime
On Sat, Oct 10, 2020 at 4:35 AM Pablo J. Zader wrote: > > > acq_time > [00 | 01| 02]: > > > The error message is misleading, the real problem is that this is not a filter... a function is just an expression, a

[Geoserver-users] Using filters

2020-10-09 Thread Pablo J. Zader
Hi list I'm trying use filter "strMatches" but it raise this error: *java.lang.RuntimeException: Parsing failed for Filter: java.lang.RuntimeException: Unable to find function* Using Geoserver 2.15 The function exist in Getcapabilities: [image: Captura de pantalla_2020-10-09_23-21-15.png] My