add name and title to ol.style.Rule

This commit is contained in:
Bart van den Eijnden
2013-10-11 16:49:39 +02:00
committed by Bart van den Eijnden
parent 9a6c1feddc
commit c75082c75d
3 changed files with 35 additions and 6 deletions

View File

@@ -819,6 +819,8 @@
* a value is provided, the rule will apply at resolutions greater than or
* equal to this value.
* @property {Array.<ol.style.Symbolizer>|undefined} symbolizers Symbolizers.
* @property {string|undefined} name Name.
* @property {string|undefined} title Title.
* @todo stability experimental
*/