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

@@ -6,6 +6,7 @@ goog.require('ol.Coordinate');
goog.require('ol.Map');
goog.require('ol.RendererHints');
goog.require('ol.View2D');
goog.require('ol.layer.TileLayer');
goog.require('ol.source.MapQuestOpenAerial');