OpenLayers. Symbolizer. Polygon

A symbolizer used to render line features.

Summary
OpenLayers. Symbolizer. PolygonA symbolizer used to render line features.
Properties
strokeColor{String} Color for line stroke.
strokeOpacity{Number} Stroke opacity (0-1).
strokeWidth{Number} Pixel stroke width.
strokeLinecap{String} Stroke cap type (“butt”, “round”, or “square”).
fillColor{String} RGB hex fill color (e.g.
fillOpacity{Number} Fill opacity (0-1).
Constructor
OpenLayers. Symbolizer. PolygonCreate a symbolizer for rendering polygons.

Properties

strokeColor

{String} Color for line stroke.  This is a RGB hex value (e.g.  “#ff0000” for red).

strokeOpacity

{Number} Stroke opacity (0-1).

strokeWidth

{Number} Pixel stroke width.

strokeLinecap

{String} Stroke cap type (“butt”, “round”, or “square”).

fillColor

{String} RGB hex fill color (e.g.  “#ff0000” for red).

fillOpacity

{Number} Fill opacity (0-1).

Constructor

OpenLayers. Symbolizer. Polygon

Create a symbolizer for rendering polygons.

Parameters

config{Object} An object containing properties to be set on the symbolizer.  Any documented symbolizer property can be set at construction.

Returns

A new polygon symbolizer.

Close