Module type for ol.render.VectorContext

This commit is contained in:
Frederic Junod
2018-04-20 14:41:11 +02:00
parent 05f92c0333
commit 3c0c4cd155
6 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ import {ARRAY_BUFFER, ELEMENT_ARRAY_BUFFER, TRIANGLES,
/**
* @constructor
* @abstract
* @extends {ol.render.VectorContext}
* @extends {module:ol/render/VectorContext~VectorContext}
* @param {number} tolerance Tolerance.
* @param {module:ol/extent~Extent} maxExtent Max extent.
* @struct