Rename transform to applyTransform for geometries
This commit is contained in:
@@ -217,4 +217,4 @@ ol.geom.Circle.prototype.setRadius = function(radius) {
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.geom.Circle.prototype.transform = goog.abstractMethod;
|
||||
ol.geom.Circle.prototype.applyTransform = goog.abstractMethod;
|
||||
|
||||
Reference in New Issue
Block a user