Style function takes a resolution arg

This commit is contained in:
Éric Lemoine
2013-11-25 17:12:16 +01:00
parent 3820caade1
commit 317294756a
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -41,6 +41,6 @@ ol.style.Style = function(options) {
/**
* @typedef {function(ol.Feature): Array.<ol.style.Style>}
* @typedef {function(ol.Feature, number): Array.<ol.style.Style>}
*/
ol.style.StyleFunction;