Add ol.TileBounds

This commit is contained in:
Tom Payne
2012-07-05 14:38:45 +02:00
committed by Tom Payne
parent 9f0738aa99
commit a3322aa9e1
3 changed files with 81 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
goog.provide('ol');
goog.require('ol.MVCObject');
goog.require('ol.MVCArray');
goog.require('ol.MVCObject');
goog.require('ol.TileBounds');
goog.require('ol.TileCoord');