10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
goog.provide('ol.style');
|
|
|
|
goog.require('ol.style.IconImageCache');
|
|
|
|
/**
|
|
* The {@link ol.style.IconImageCache} for {@link ol.style.Icon} images.
|
|
* @api
|
|
*/
|
|
ol.style.iconImageCache = new ol.style.IconImageCache();
|