Add missing requires to rendering tests
This commit is contained in:
@@ -2,6 +2,7 @@ goog.provide('ol.test.rendering.layer.Tile');
|
|||||||
|
|
||||||
goog.require('ol.Map');
|
goog.require('ol.Map');
|
||||||
goog.require('ol.View');
|
goog.require('ol.View');
|
||||||
|
goog.require('ol.extent');
|
||||||
goog.require('ol.geom.Point');
|
goog.require('ol.geom.Point');
|
||||||
goog.require('ol.layer.Tile');
|
goog.require('ol.layer.Tile');
|
||||||
goog.require('ol.obj');
|
goog.require('ol.obj');
|
||||||
|
|||||||
@@ -1,12 +1,15 @@
|
|||||||
goog.provide('ol.test.rendering.layer.Vector');
|
goog.provide('ol.test.rendering.layer.Vector');
|
||||||
|
|
||||||
|
goog.require('ol.Feature');
|
||||||
goog.require('ol.Map');
|
goog.require('ol.Map');
|
||||||
goog.require('ol.View');
|
goog.require('ol.View');
|
||||||
goog.require('ol.Feature');
|
|
||||||
goog.require('ol.geom.Circle');
|
goog.require('ol.geom.Circle');
|
||||||
|
goog.require('ol.geom.LineString');
|
||||||
goog.require('ol.geom.Polygon');
|
goog.require('ol.geom.Polygon');
|
||||||
goog.require('ol.layer.Vector');
|
goog.require('ol.layer.Vector');
|
||||||
goog.require('ol.source.Vector');
|
goog.require('ol.source.Vector');
|
||||||
|
goog.require('ol.style.Stroke');
|
||||||
|
goog.require('ol.style.Style');
|
||||||
|
|
||||||
|
|
||||||
describe('ol.rendering.layer.Vector', function() {
|
describe('ol.rendering.layer.Vector', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user