Remove ol.format.Format#readStyleFunction

This commit is contained in:
Tom Payne
2013-12-15 15:30:56 +01:00
parent 8ddd56fdfb
commit 8003c4ba5a
2 changed files with 0 additions and 11 deletions

View File

@@ -1,2 +1 @@
@exportProperty ol.format.Format.prototype.readProjection
@exportProperty ol.format.Format.prototype.readStyleFunction

View File

@@ -67,16 +67,6 @@ ol.format.Format.prototype.readGeometry = goog.abstractMethod;
ol.format.Format.prototype.readProjection = goog.abstractMethod;
/**
* @param {Document|Node|Object|string} source Source.
* @return {function(ol.Feature, number): Array.<ol.style.Style>} Style
* function.
*/
ol.format.Format.prototype.readStyleFunction = function(source) {
return goog.functions.NULL;
};
/**
* @param {ol.Feature} feature Feature.
* @return {Node|Object|string} Result.