Move olx.layer.VectorOptions to ol/layer/Vector

This commit is contained in:
Roman Zoller
2018-03-23 17:37:59 +01:00
parent c24b369523
commit 41ecc4a794
4 changed files with 47 additions and 173 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ const Heatmap = function(opt_options) {
delete baseOptions.blur;
delete baseOptions.shadow;
delete baseOptions.weight;
VectorLayer.call(this, /** @type {olx.layer.VectorOptions} */ (baseOptions));
VectorLayer.call(this, /** @type {module:ol/layer/Vector~Options} */ (baseOptions));
/**
* @private