Export ol.proj.Projection#getAxisOrientation function

This commit is contained in:
Frederic Junod
2017-11-13 17:19:50 +01:00
parent a77d01945f
commit c490fd4af8

View File

@@ -197,6 +197,7 @@ ol.proj.Projection.prototype.getWorldExtent = function() {
* wnu - westing, northing, up - some planetary coordinate systems have
* "west positive" coordinate systems
* @return {string} Axis orientation.
* @api
*/
ol.proj.Projection.prototype.getAxisOrientation = function() {
return this.axisOrientation_;