Module type for ol.layer.Vector

This commit is contained in:
Frederic Junod
2018-03-22 12:22:18 +01:00
parent 64999cdfda
commit ce726ed9dd
6 changed files with 12 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ const DEFAULT_GRADIENT = ['#00f', '#0ff', '#0f0', '#ff0', '#f00'];
* options means that `title` is observable, and has get/set accessors.
*
* @constructor
* @extends {ol.layer.Vector}
* @extends {module:ol/layer/Vector~VectorLayer}
* @fires ol.render.Event
* @param {olx.layer.HeatmapOptions=} opt_options Options.
* @api