Remove ol.Map#getRenderer function

This commit is contained in:
Frederic Junod
2013-11-18 14:00:50 +01:00
committed by Tom Payne
parent 87014feb01
commit 38bbe35e8d
3 changed files with 1 additions and 12 deletions

View File

@@ -10,7 +10,6 @@
@exportProperty ol.Map.prototype.getInteractions
@exportProperty ol.Map.prototype.getLayers
@exportProperty ol.Map.prototype.getOverlays
@exportProperty ol.Map.prototype.getRenderer
@exportProperty ol.Map.prototype.getViewport
@exportProperty ol.Map.prototype.removeControl
@exportProperty ol.Map.prototype.removeInteraction

View File

@@ -503,16 +503,6 @@ ol.Map.prototype.getEventPixel = function(event) {
};
/**
* Get the map's renderer.
* @return {ol.renderer.Map} Renderer.
* @todo stability experimental
*/
ol.Map.prototype.getRenderer = function() {
return this.renderer_;
};
/**
* Get the target in which this map is rendered.
* Note that this returns what is entered as an option or in setTarget: