Toward a fix for ol.tilegrid

This commit is contained in:
Tim Schaub
2016-08-08 10:22:28 -06:00
parent 7ea7610892
commit 789aeb1c64
29 changed files with 165 additions and 135 deletions

View File

@@ -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() {