A symbolizer used to render point features.
OpenLayers. | A symbolizer used to render point 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). |
pointRadius | {Number} Pixel point radius. |
externalGraphic | {String} Url to an external graphic that will be used for rendering points. |
graphicWidth | {Number} Pixel width for sizing an external graphic. |
graphicHeight | {Number} Pixel height for sizing an external graphic. |
graphicOpacity | {Number} Opacity (0-1) for an external graphic. |
graphicXOffset | {Number} Pixel offset along the positive x axis for displacing an external graphic. |
graphicYOffset | {Number} Pixel offset along the positive y axis for displacing an external graphic. |
rotation | {Number} The rotation of a graphic in the clockwise direction about its center point (or any point off center as specified by graphicXOffset and graphicYOffset). |
graphicName | {String} Named graphic to use when rendering points. |
Constructor | |
OpenLayers. | Create a symbolizer for rendering points. |
{Number} The rotation of a graphic in the clockwise direction about its center point (or any point off center as specified by graphicXOffset and graphicYOffset).
No default set here. Use OpenLayers.Renderer.defaultRenderer for defaults.