Don't pass renderBuffer option to the parent constructor
This commit is contained in:
@@ -35,6 +35,7 @@ ol.layer.Vector = function(opt_options) {
|
||||
var baseOptions = goog.object.clone(options);
|
||||
|
||||
delete baseOptions.style;
|
||||
delete baseOptions.renderBuffer;
|
||||
goog.base(this, /** @type {olx.layer.LayerOptions} */ (baseOptions));
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user