Module type for ol.render.canvas.ReplayGroup

This commit is contained in:
Frederic Junod
2018-04-20 15:01:57 +02:00
parent 5d22d711f8
commit 3e2c211ccf
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ CanvasVectorTileLayerRenderer.prototype.postCompose = function(context, frameSta
* @param {module:ol/Feature~Feature|module:ol/render/Feature~RenderFeature} feature Feature.
* @param {number} squaredTolerance Squared tolerance.
* @param {(module:ol/style/Style~Style|Array.<module:ol/style/Style~Style>)} styles The style or array of styles.
* @param {ol.render.canvas.ReplayGroup} replayGroup Replay group.
* @param {module:ol/render/canvas/ReplayGroup~CanvasReplayGroup} replayGroup Replay group.
* @return {boolean} `true` if an image is loading.
*/
CanvasVectorTileLayerRenderer.prototype.renderFeature = function(feature, squaredTolerance, styles, replayGroup) {