Move olx.layer.LayerOptions to ol/layer/Layer

This commit is contained in:
Roman Zoller
2018-03-22 18:23:15 +01:00
parent 02d2e97a23
commit c0148cae7c
5 changed files with 22 additions and 76 deletions

View File

@@ -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