Merge pull request #11948 from simonseyock/vector-source-load-events-doc

Improve layer typings
This commit is contained in:
Tim Schaub
2021-01-29 05:57:52 -07:00
committed by GitHub
9 changed files with 16 additions and 3 deletions
+1
View File
@@ -61,6 +61,7 @@ const DEFAULT_GRADIENT = ['#00f', '#0ff', '#0f0', '#ff0', '#f00'];
* options means that `title` is observable, and has get/set accessors.
*
* @fires import("../render/Event.js").RenderEvent
* @extends {VectorLayer<import("../source/Vector.js").default>}
* @api
*/
class Heatmap extends VectorLayer {