Document rotation property for point symbolizers.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9932 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -339,6 +339,7 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, {
|
||||
* 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} For point symbolizers, this is the rotation of a graphic in the clockwise direction about its center point (or any point off center as specified by graphicXOffset and graphicYOffset).
|
||||
* graphicZIndex - {Number} The integer z-index value to use in rendering.
|
||||
* graphicName - {String} Named graphic to use when rendering points. Supported values include "circle" (default),
|
||||
* "square", "star", "x", "cross", "triangle".
|
||||
|
||||
Reference in New Issue
Block a user