Module type for ol.PluggableMap

This commit is contained in:
Frederic Junod
2018-03-19 08:49:56 +01:00
parent 3ccd4c0826
commit 2d9014ce11
8 changed files with 20 additions and 20 deletions

View File

@@ -145,7 +145,7 @@ LayerRenderer.prototype.scheduleExpireCache = function(frameState, tileSource) {
if (tileSource.canExpireCache()) {
/**
* @param {ol.source.Tile} tileSource Tile source.
* @param {ol.PluggableMap} map Map.
* @param {module:ol/PluggableMap~PluggableMap} map Map.
* @param {module:ol/PluggableMap~FrameState} frameState Frame state.
*/
const postRenderFunction = function(tileSource, map, frameState) {