Fixing requires

This commit is contained in:
ahocevar
2013-03-20 10:55:58 +01:00
parent 46ca98e484
commit 57fdd78a19
7 changed files with 8 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ goog.require('ol.geom.GeometryType');
goog.require('ol.layer.Vector');
goog.require('ol.renderer.canvas.Layer');
goog.require('ol.renderer.canvas.VectorRenderer');
goog.require('ol.tilegrid');
goog.require('ol.tilegrid.TileGrid');