Give ol.style.IconImageCache its own file

This commit is contained in:
Tim Schaub
2016-08-09 08:56:15 -06:00
parent 274b7285f3
commit a70c6f916b
6 changed files with 106 additions and 101 deletions
+5
View File
@@ -0,0 +1,5 @@
goog.provide('ol.style');
goog.require('ol.style.IconImageCache');
ol.style.iconImageCache = new ol.style.IconImageCache();