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

@@ -13,6 +13,7 @@ goog.require('ol.renderer.canvas.VectorTileLayer');
goog.require('ol.source.VectorTile');
goog.require('ol.style.Style');
goog.require('ol.style.Text');
goog.require('ol.tilegrid');
describe('ol.renderer.canvas.VectorTileLayer', function() {