Files
openlayers/src/ol/style.js
Tim Schaub ad62739a6e Use blocked scoped variables
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
2018-01-12 00:50:30 -07:00

11 lines
226 B
JavaScript

/**
* @module ol/style
*/
import IconImageCache from './style/IconImageCache.js';
/**
* The {@link ol.style.IconImageCache} for {@link ol.style.Icon} images.
* @api
*/
export const iconImageCache = new IconImageCache();