Stable geometry methods

This commit is contained in:
Tim Schaub
2015-04-02 13:13:40 +02:00
parent 419483face
commit d79abe7448
2 changed files with 6 additions and 7 deletions

View File

@@ -249,10 +249,8 @@ ol.geom.SimpleGeometry.prototype.applyTransform = function(transformFn) {
/**
* Translate the geometry.
* @param {number} deltaX Delta X.
* @param {number} deltaY Delta Y.
* @api
* @inheritDoc
* @api stable
*/
ol.geom.SimpleGeometry.prototype.translate = function(deltaX, deltaY) {
var flatCoordinates = this.getFlatCoordinates();