Add empty ol.layer.Group.createRenderer

This commit is contained in:
Frederic Junod
2017-01-12 11:50:30 +01:00
committed by Guillaume Beraudo
parent 271a4683a5
commit b470220405

View File

@@ -70,6 +70,12 @@ ol.layer.Group = function(opt_options) {
ol.inherits(ol.layer.Group, ol.layer.Base);
/**
* @inheritDoc
*/
ol.layer.Group.prototype.createRenderer = function(mapRenderer) {};
/**
* @private
*/