This commit is contained in:
Tom Payne
2013-03-11 16:47:39 +01:00
parent f150259eee
commit 9b734a3335
150 changed files with 8832 additions and 4380 deletions
+10
View File
@@ -0,0 +1,10 @@
goog.require('ol.Coordinate');
goog.require('ol.Extent');
goog.require('ol.Map');
goog.require('ol.RendererHint');
goog.require('ol.View2D');
goog.require('ol.layer.TileLayer');
goog.require('ol.projection');
goog.require('ol.source.OpenStreetMap');
goog.require('ol.source.WMTS');
goog.require('ol.tilegrid.WMTS');