Adding exports to get advanced compilation.

This commit is contained in:
Tim Schaub
2012-06-23 15:19:53 +02:00
parent c656bac601
commit df1dfd5295
4 changed files with 21 additions and 6 deletions

View File

@@ -25,5 +25,6 @@ goog.require("ol.geom.collection");
goog.require('ol.layer.XYZ');
goog.require('ol.layer.OSM');
goog.require('ol.layer.WMS');
goog.require('ol.renderer.Composite');
goog.require('ol.renderer.TileLayerRenderer');
goog.require('ol.renderer.WebGL');