Revert "Function circular renamed to createCircularOnSphere"
This reverts commit ac8e7e16c2.
This commit is contained in:
@@ -359,8 +359,7 @@ ol.geom.Polygon.prototype.setFlatCoordinates =
|
||||
* @return {ol.geom.Polygon} The "circular" polygon.
|
||||
* @api stable
|
||||
*/
|
||||
ol.geom.Polygon.createCircularOnSphere =
|
||||
function(sphere, center, radius, opt_n) {
|
||||
ol.geom.Polygon.circular = function(sphere, center, radius, opt_n) {
|
||||
var n = goog.isDef(opt_n) ? opt_n : 32;
|
||||
/** @type {Array.<number>} */
|
||||
var flatCoordinates = [];
|
||||
|
||||
Reference in New Issue
Block a user