Add ol.control.MousePosition.getProjection
This commit is contained in:
@@ -117,6 +117,14 @@ ol.control.MousePosition.prototype.handleMapPostrender = function(mapEvent) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @return {ol.Projection} projection.
|
||||
*/
|
||||
ol.control.MousePosition.prototype.getProjection = function() {
|
||||
return this.projection_;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {goog.events.BrowserEvent} browserEvent Browser event.
|
||||
* @protected
|
||||
|
||||
Reference in New Issue
Block a user