Add missing requires to examples

This commit is contained in:
Tom Payne
2013-01-29 15:40:05 +01:00
parent e6eb401e36
commit f9eb7dc477
7 changed files with 16 additions and 0 deletions

View File

@@ -3,9 +3,11 @@ goog.require('ol.Coordinate');
goog.require('ol.Map');
goog.require('ol.Projection');
goog.require('ol.RendererHint');
goog.require('ol.View2D');
goog.require('ol.layer.TileLayer');
goog.require('ol.source.DebugTileSource');
goog.require('ol.source.OpenStreetMap');
goog.require('ol.tilegrid.XYZ');
var layers = new ol.Collection([