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

@@ -21,7 +21,7 @@ import Layer from '../layer/Layer.js';
*/
const ImageLayer = function(opt_options) {
const options = opt_options ? opt_options : {};
Layer.call(this, /** @type {olx.layer.LayerOptions} */ (options));
Layer.call(this, /** @type {module:ol/layer/Layer~Options} */ (options));
/**
* The layer type.