Rename transform to applyTransform for geometries

This commit is contained in:
Tim Schaub
2014-05-02 09:21:56 -06:00
parent 7b4c240a5a
commit 4f9968d106
8 changed files with 10 additions and 9 deletions

View File

@@ -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;