Export shared icon image class from IconImageCache module

This commit is contained in:
Tim Schaub
2018-04-23 17:40:20 -06:00
parent 6631b58e6b
commit e28305186c
6 changed files with 15 additions and 16 deletions

View File

@@ -13,13 +13,3 @@
* (module:ol/style/Style~Style|Array.<module:ol/style/Style~Style>)} StyleFunction
* @api
*/
import IconImageCache from './style/IconImageCache.js';
/**
* The {@link module:ol/style/IconImageCache~IconImageCache} for
* {@link module:ol/style/Icon~Icon} images.
* @api
*/
export const iconImageCache = new IconImageCache();