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

View File

@@ -1,7 +1,6 @@
goog.provide('ol.renderer.Map');
goog.provide('ol.RendererType');
goog.require('ol.transform');
goog.require('ol');
goog.require('ol.Disposable');
goog.require('ol.events');
@@ -9,7 +8,8 @@ goog.require('ol.events.EventType');
goog.require('ol.extent');
goog.require('ol.functions');
goog.require('ol.layer.Layer');
goog.require('ol.style.iconImageCache');
goog.require('ol.style');
goog.require('ol.transform');
/**