Named export for ol/style
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
* @module ol/style
|
||||
*/
|
||||
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 IconImageCache();
|
||||
export default _ol_style_;
|
||||
export var iconImageCache = new IconImageCache();
|
||||
|
||||
Reference in New Issue
Block a user