Add empty ol.geom.Circle.{get,set}Coordinates
This commit is contained in:
committed by
Guillaume Beraudo
parent
198cf987ed
commit
271a4683a5
@@ -206,6 +206,18 @@ ol.geom.Circle.prototype.setCenterAndRadius = function(center, radius, opt_layou
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
ol.geom.Circle.prototype.getCoordinates = function() {};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
ol.geom.Circle.prototype.setCoordinates = function(coordinates, opt_layout) {};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.geom.GeometryLayout} layout Layout.
|
* @param {ol.geom.GeometryLayout} layout Layout.
|
||||||
* @param {Array.<number>} flatCoordinates Flat coordinates.
|
* @param {Array.<number>} flatCoordinates Flat coordinates.
|
||||||
|
|||||||
Reference in New Issue
Block a user