added ND comments for the new fill, stroke and graphic symbolizer
properties. Non-functional change. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9284 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -313,13 +313,16 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, {
|
||||
* Information on stroke properties: http://www.w3.org/TR/SVG/painting.html#StrokeProperties
|
||||
*
|
||||
* Symbolizer properties:
|
||||
* fill - {Boolean} Set to false if no fill is desired.
|
||||
* fillColor - {String} Hex fill color. Default is "#ee9900".
|
||||
* fillOpacity - {Number} Fill opacity (0-1). Default is 0.4
|
||||
* stroke - {Boolean} Set to false if no stroke is desired.
|
||||
* strokeColor - {String} Hex stroke color. Default is "#ee9900".
|
||||
* strokeOpacity - {Number} Stroke opacity (0-1). Default is 1.
|
||||
* strokeWidth - {Number} Pixel stroke width. Default is 1.
|
||||
* strokeLinecap - {String} Stroke cap type. Default is "round". [butt | round | square]
|
||||
* strokeDashstyle - {String} Stroke dash style. Default is "solid". [dot | dash | dashdot | longdash | longdashdot | solid]
|
||||
* graphic - {Boolean} Set to false if no graphic is desired.
|
||||
* pointRadius - {Number} Pixel point radius. Default is 6.
|
||||
* pointerEvents - {String} Default is "visiblePainted".
|
||||
* cursor - {String} Default is "".
|
||||
|
||||
Reference in New Issue
Block a user