[GIS] CssParameter stroke-width min max value Geoserver

geoserverlinesld

I wonder if there is a minimum value for the stroke width parameter since I've a LineSymbolizer with stroke 0.1 but i want it to be thinner so i change the value to 0.05 but i dont see any difference on the map when the lines are drawn.

PS: sorry my english

Best Answer

The css values are in pixels so you probably won't see much change with fractional values. Try using 0 as I think GeoServer handles that as a special case.

Further information on SLD can be found at http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/lines.html

Related Question