Remove ol.format.Format#readStyleFunction
This commit is contained in:
@@ -1,2 +1 @@
|
||||
@exportProperty ol.format.Format.prototype.readProjection
|
||||
@exportProperty ol.format.Format.prototype.readStyleFunction
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user