Export ol.proj.Projection#isGlobal function
This commit is contained in:
@@ -183,6 +183,7 @@ ol.proj.Projection.prototype.getAxisOrientation = function() {
|
|||||||
/**
|
/**
|
||||||
* Is this projection a global projection which spans the whole world?
|
* Is this projection a global projection which spans the whole world?
|
||||||
* @return {boolean} Wether the projection is global.
|
* @return {boolean} Wether the projection is global.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.proj.Projection.prototype.isGlobal = function() {
|
ol.proj.Projection.prototype.isGlobal = function() {
|
||||||
return this.global_;
|
return this.global_;
|
||||||
|
|||||||
Reference in New Issue
Block a user