Module type for ol.source.TileImage

This commit is contained in:
Frederic Junod
2018-04-04 11:38:34 +02:00
parent 248c54c5e0
commit bf40002af0
9 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/**
* @module ol/source/TileImage
* @module module:ol/source/TileImage~TileImage
*/
import {ENABLE_RASTER_REPROJECTION} from '../reproj/common.js';
import {getUid, inherits} from '../index.js';