Export ol.proj.Projection#isGlobal function

This commit is contained in:
Frederic Junod
2014-08-18 14:01:02 +02:00
parent 139ea4c7d2
commit e39e9c2230

View File

@@ -183,6 +183,7 @@ ol.proj.Projection.prototype.getAxisOrientation = function() {
/**
* Is this projection a global projection which spans the whole world?
* @return {boolean} Wether the projection is global.
* @api
*/
ol.proj.Projection.prototype.isGlobal = function() {
return this.global_;