Layer renderers don't need access to the map
This commit is contained in:
@@ -101,15 +101,6 @@ ol.renderer.Layer.prototype.getLayer = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @protected
|
||||
* @return {ol.Map} Map.
|
||||
*/
|
||||
ol.renderer.Layer.prototype.getMap = function() {
|
||||
return this.mapRenderer_.getMap();
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @protected
|
||||
* @return {ol.renderer.Map} Map renderer.
|
||||
|
||||
Reference in New Issue
Block a user