Add ol.Map.getRenderer function
This commit is contained in:
@@ -345,6 +345,14 @@ goog.exportProperty(
|
|||||||
ol.Map.prototype.getBackgroundColor);
|
ol.Map.prototype.getBackgroundColor);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return {ol.renderer.Map} Renderer.
|
||||||
|
*/
|
||||||
|
ol.Map.prototype.getRenderer = function() {
|
||||||
|
return this.renderer_;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {Element} Container.
|
* @return {Element} Container.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user