Mark applyTransform api stable
This commit is contained in:
@@ -265,6 +265,7 @@ ol.geom.GeometryCollection.prototype.setGeometriesArray = function(geometries) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.geom.GeometryCollection.prototype.applyTransform = function(transformFn) {
|
ol.geom.GeometryCollection.prototype.applyTransform = function(transformFn) {
|
||||||
var geometries = this.geometries_;
|
var geometries = this.geometries_;
|
||||||
|
|||||||
@@ -245,6 +245,7 @@ ol.geom.SimpleGeometry.prototype.setLayout =
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.geom.SimpleGeometry.prototype.applyTransform = function(transformFn) {
|
ol.geom.SimpleGeometry.prototype.applyTransform = function(transformFn) {
|
||||||
if (!goog.isNull(this.flatCoordinates)) {
|
if (!goog.isNull(this.flatCoordinates)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user