Add empty ol.geom.Circle.{get,set}Coordinates

This commit is contained in:
Frederic Junod
2017-01-12 11:48:45 +01:00
committed by Guillaume Beraudo
parent 198cf987ed
commit 271a4683a5

View File

@@ -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 {Array.<number>} flatCoordinates Flat coordinates.