%s/render.FeaturesOverlay/FeatureOverlay/

This commit is contained in:
Antoine Abt
2014-02-07 15:09:36 +01:00
parent 0272659118
commit f9b6eabfef
4 changed files with 9 additions and 9 deletions

View File

@@ -250,6 +250,6 @@ ol.FeatureOverlay.prototype.setStyleFunction = function(styleFunction) {
/**
* @return {ol.feature.StyleFunction|undefined} Style function.
*/
ol.render.FeaturesOverlay.prototype.getStyleFunction = function() {
ol.FeatureOverlay.prototype.getStyleFunction = function() {
return this.styleFunction_;
};