Toward a fix for ol.tilegrid
This commit is contained in:
@@ -6,6 +6,7 @@ goog.require('ol.layer.Image');
|
||||
goog.require('ol.obj');
|
||||
goog.require('ol.proj');
|
||||
goog.require('ol.source.ImageStatic');
|
||||
goog.require('ol.tilegrid');
|
||||
|
||||
|
||||
describe('ol.rendering.layer.Image', function() {
|
||||
|
||||
@@ -6,6 +6,7 @@ goog.require('ol.format.MVT');
|
||||
goog.require('ol.layer.VectorTile');
|
||||
goog.require('ol.obj');
|
||||
goog.require('ol.source.VectorTile');
|
||||
goog.require('ol.tilegrid');
|
||||
|
||||
|
||||
describe('ol.rendering.layer.VectorTile', function() {
|
||||
|
||||
@@ -5,6 +5,7 @@ goog.require('ol.proj');
|
||||
goog.require('ol.proj.EPSG3857');
|
||||
goog.require('ol.reproj.Image');
|
||||
goog.require('ol.source.ImageStatic');
|
||||
goog.require('ol.tilegrid');
|
||||
|
||||
|
||||
describe('ol.rendering.reproj.Image', function() {
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
goog.provide('ol.test.rendering.reproj.Tile');
|
||||
|
||||
goog.require('ol.TileState');
|
||||
goog.require('ol.events');
|
||||
goog.require('ol.proj');
|
||||
goog.require('ol.reproj.Tile');
|
||||
goog.require('ol.source.XYZ');
|
||||
goog.require('ol.TileState');
|
||||
goog.require('ol.tilegrid');
|
||||
|
||||
|
||||
describe('ol.rendering.reproj.Tile', function() {
|
||||
|
||||
Reference in New Issue
Block a user