You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Someone tried to use an SLD with the following rule in one of our API that relies on GeoServer. The goal is to make a style based on a ratio between two property values. You can imagine there were several similar rules in the SLD file.
Feature Request
Someone tried to use an SLD with the following rule in one of our API that relies on GeoServer. The goal is to make a style based on a ratio between two property values. You can imagine there were several similar rules in the SLD file.
But GeoServer doesn't accept the arithmetic operations in the
PropertyName
. So we had to replace it with specific SLD functionsogc:Mul
andogc:Div
(reference is here: https://docs.geoserver.org/main/en/user/styling/sld/reference/filters.html#filter-expressions):GeoStyler SLD parser doesn't recognize those functions. A quick try empties the filter.
That would be a useful addition.
I'm not sure this is a GeoServer vendor option. In that case it can be referenced as a child request of #969 .
The text was updated successfully, but these errors were encountered: