diff --git a/lib/OpenLayers/Rule.js b/lib/OpenLayers/Rule.js index ac52696fcb..5c8acb3cc4 100644 --- a/lib/OpenLayers/Rule.js +++ b/lib/OpenLayers/Rule.js @@ -65,7 +65,11 @@ OpenLayers.Rule = OpenLayers.Class({ /** * Property: symbolizer * {Object} Symbolizer or hash of symbolizers for this rule. If hash of - * symbolizers, keys are one or more of ["Point", "Line", "Polygon"] + * symbolizers, keys are one or more of ["Point", "Line", "Polygon"]. The + * latter if useful if it is required to style e.g. vertices of a line + * with a point symbolizer. Note, however, that this is not implemented + * yet in OpenLayers, but it is the way how symbolizers are defined in + * SLD. */ symbolizer: null,