Working with polygon symbols
Polygons are defined by a set of rings, closed linestring, so it is not surprising that you have the possibility of setting the stroke color and width. By defining a closed area, you may also set how this area has to be filled. The key element is <PolygonSymbolizer>
; include it inside any rule you are defining for polygons. We will start with a fairly simple example.