11 lines
224 B
JavaScript
11 lines
224 B
JavaScript
/**
|
|
* @module ol/style
|
|
*/
|
|
import IconImageCache from './style/IconImageCache.js';
|
|
|
|
/**
|
|
* The {@link ol.style.IconImageCache} for {@link ol.style.Icon} images.
|
|
* @api
|
|
*/
|
|
export var iconImageCache = new IconImageCache();
|