Module type for ol.Feature and short notation for ol/render/Feature

This commit is contained in:
Frederic Junod
2018-04-26 15:26:15 +02:00
parent 11d9f6de83
commit 61067e6c2c
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ CanvasVectorTileLayerRenderer.prototype.createReplayGroup_ = function(tile, fram
const squaredTolerance = getSquaredRenderTolerance(resolution, pixelRatio);
/**
* @param {module:ol/Feature|module:ol/render/Feature~RenderFeature} feature Feature.
* @param {module:ol/Feature|module:ol/render/Feature} feature Feature.
* @this {module:ol/renderer/canvas/VectorTileLayer}
*/
const render = function(feature) {