Tagged Questions
3
votes
0answers
134 views
SLD filter with embedded strTrim function in Geoserver
Using Geoserver 2.2.2 (GeoTools Version 8.4) on Windows 7, I'm trying to create a SLD that trims the leading and trailing spaces of a string property (using the strTrim function) and compares it to a ...
1
vote
2answers
288 views
How to use the SLD Filter “Difference”
I have a postgis table with polygon geometries.
I would like to create an sld which first does an inside buffer, and then a difference between the buffer and the original geometry.
This is basically ...