Add missing goog.require

This commit is contained in:
Frederic Junod
2016-11-28 13:46:26 +01:00
parent 0e95905c6f
commit 1b6c239114
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ goog.provide('ol.render.webgl.ReplayGroup');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.extent');
goog.require('ol.obj');
goog.require('ol.render.replay');
goog.require('ol.render.ReplayGroup');
goog.require('ol.render.webgl');
goog.require('ol.render.webgl.CircleReplay');

View File

@@ -1,6 +1,7 @@
goog.provide('ol.tilegrid.WMTS');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.proj');
goog.require('ol.tilegrid.TileGrid');