Add empty ol.layer.Group.createRenderer
This commit is contained in:
committed by
Guillaume Beraudo
parent
271a4683a5
commit
b470220405
@@ -70,6 +70,12 @@ ol.layer.Group = function(opt_options) {
|
|||||||
ol.inherits(ol.layer.Group, ol.layer.Base);
|
ol.inherits(ol.layer.Group, ol.layer.Base);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
ol.layer.Group.prototype.createRenderer = function(mapRenderer) {};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user