Move olx.layer.LayerOptions to ol/layer/Layer
This commit is contained in:
@@ -41,7 +41,7 @@ const VectorLayer = function(opt_options) {
|
||||
delete baseOptions.renderBuffer;
|
||||
delete baseOptions.updateWhileAnimating;
|
||||
delete baseOptions.updateWhileInteracting;
|
||||
Layer.call(this, /** @type {olx.layer.LayerOptions} */ (baseOptions));
|
||||
Layer.call(this, /** @type {module:ol/layer/Layer~Options} */ (baseOptions));
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user