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

@@ -13,7 +13,7 @@ const ReplayGroup = function() {};
* @abstract
* @param {number|undefined} zIndex Z index.
* @param {ol.render.ReplayType} replayType Replay type.
* @return {ol.render.VectorContext} Replay.
* @return {module:ol/render/VectorContext~VectorContext} Replay.
*/
ReplayGroup.prototype.getReplay = function(zIndex, replayType) {};