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

@@ -19,7 +19,7 @@ import {create as createTransform, compose as composeTransform} from '../../tran
/**
* @classdesc
* A concrete subclass of {@link ol.render.VectorContext} that implements
* A concrete subclass of {@link module:ol/render/VectorContext~VectorContext} that implements
* direct rendering of features and geometries to an HTML5 Canvas context.
* Instances of this class are created internally by the library and
* provided to application code as vectorContext member of the
@@ -27,7 +27,7 @@ import {create as createTransform, compose as composeTransform} from '../../tran
* render events emitted by layers and maps.
*
* @constructor
* @extends {ol.render.VectorContext}
* @extends {module:ol/render/VectorContext~VectorContext}
* @param {CanvasRenderingContext2D} context Context.
* @param {number} pixelRatio Pixel ratio.
* @param {module:ol/extent~Extent} extent Extent.