Rename ol.style.SymbolizerLiteral to ol.style.Literal

This commit is contained in:
Tim Schaub
2013-08-12 11:46:58 -04:00
parent a12d41b1bc
commit 90fb37c220
9 changed files with 24 additions and 24 deletions

View File

@@ -409,7 +409,7 @@ ol.layer.Vector.prototype.groupFeaturesBySymbolizerLiteral =
uniqueLiterals[key] = featuresBySymbolizer.length;
featuresBySymbolizer.push([
/** @type {Array.<ol.Feature>} */ ([]),
/** @type {ol.style.SymbolizerLiteral} */ (literal),
/** @type {ol.style.Literal} */ (literal),
/** @type {Array} */ ([])
]);
}