Allow literal from symbolizer without feature

This commit is contained in:
Tim Schaub
2013-03-06 00:52:48 +01:00
parent 95f3fe535a
commit c0c8faaf9f
4 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ ol.style.Symbolizer = function() {};
/**
* @param {ol.Feature} feature Feature for evaluating expressions.
* @param {ol.Feature=} opt_feature Feature for evaluating expressions.
* @return {ol.style.SymbolizerLiteral} Literal symbolizer.
*/
ol.style.Symbolizer.prototype.createLiteral = goog.abstractMethod;