Add ol.Extent

This commit is contained in:
Tom Payne
2012-07-05 16:02:47 +02:00
committed by Tom Payne
parent 8014f68719
commit afb37035dc
2 changed files with 29 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ goog.provide('ol');
goog.require('ol.Bounds');
goog.require('ol.Camera');
goog.require('ol.Extent');
goog.require('ol.MVCArray');
goog.require('ol.MVCObject');
goog.require('ol.TileBounds');