Merge pull request #3085 from mike-mcgann/doc-typo
Fixed documentation typo for return value of ol.proj.Projection.isGlobal().
This commit is contained in:
+1
-1
@@ -196,7 +196,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} Whether the projection is global.
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.proj.Projection.prototype.isGlobal = function() {
|
ol.proj.Projection.prototype.isGlobal = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user