Merge pull request #7465 from fredj/export_getAxisOrientation

Export ol.proj.Projection#getAxisOrientation function
This commit is contained in:
Frédéric Junod
2017-11-14 08:19:24 +01:00
committed by GitHub

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_;