Improve layer typings

This commit is contained in:
Simon Seyock
2021-01-26 15:49:39 +01:00
parent 125d0d62a8
commit 419578a96c
9 changed files with 16 additions and 3 deletions
+1
View File
@@ -172,6 +172,7 @@ const INTERVALS = [
* Note that the view projection must define both extent and worldExtent.
*
* @fires import("../render/Event.js").RenderEvent
* @extends {VectorLayer<import("../source/Vector.js").default>}
* @api
*/
class Graticule extends VectorLayer {