Add initial ol.TileGrid skeleton

This commit is contained in:
Tom Payne
2012-07-05 16:03:54 +02:00
committed by Tom Payne
parent afb37035dc
commit 9900084f46
4 changed files with 246 additions and 67 deletions

View File

@@ -7,4 +7,5 @@ goog.require('ol.MVCArray');
goog.require('ol.MVCObject');
goog.require('ol.TileBounds');
goog.require('ol.TileCoord');
goog.require('ol.TileGrid');
goog.require('ol.TileUrl');