Make Geometry.transform api stable again

This commit is contained in:
Peter Robins
2015-06-18 15:52:57 +00:00
parent 9301fff6cb
commit 874c4aef21

View File

@@ -229,6 +229,7 @@ ol.geom.Geometry.prototype.translate = goog.abstractMethod;
* string identifier or a {@link ol.proj.Projection} object.
* @return {ol.geom.Geometry} This geometry. Note that original geometry is
* modified in place.
* @api stable
*/
ol.geom.Geometry.prototype.transform = function(source, destination) {
this.applyTransform(ol.proj.getTransform(source, destination));