Style function returns an array of styles

This commit is contained in:
Éric Lemoine
2013-11-22 16:37:48 +01:00
parent 733da2dd70
commit 3820caade1
2 changed files with 6 additions and 3 deletions

View File

@@ -41,6 +41,6 @@ ol.style.Style = function(options) {
/**
* @typedef {function(ol.Feature): ol.style.Style}
* @typedef {function(ol.Feature): Array.<ol.style.Style>}
*/
ol.style.StyleFunction;