Rename _ol_style_IconImageCache_ to IconImageCache
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/**
|
||||
* @module ol/style
|
||||
*/
|
||||
import _ol_style_IconImageCache_ from './style/IconImageCache.js';
|
||||
import IconImageCache from './style/IconImageCache.js';
|
||||
var _ol_style_ = {};
|
||||
|
||||
/**
|
||||
* The {@link ol.style.IconImageCache} for {@link ol.style.Icon} images.
|
||||
* @api
|
||||
*/
|
||||
_ol_style_.iconImageCache = new _ol_style_IconImageCache_();
|
||||
_ol_style_.iconImageCache = new IconImageCache();
|
||||
export default _ol_style_;
|
||||
|
||||
Reference in New Issue
Block a user