Re: [Geoserver-users] Recode Function

2022-10-28 Thread Jody Garnett
Tioga: Recode is the wrong choice of SLD 1.1 function as it requires an *exact* match and your scale denominator is probably not going to be exactly 15000. I recommend using Categorize which tests if a value is in between numbers; or Interpolate. For more informatio see the user manual: https://

[Geoserver-users] Recode Function

2022-10-28 Thread Rosas Vega, Tioga
Hi list. hello list. I try to use de the recode function instead the "rule", with the goal reduce the size the source of an SLD style with a lot of rules. I try to adatpt the "font-size" based on the scale, using the Recode function, but it doesn't work, no errors but it returns an empty string.