Add ol.Camera

This commit is contained in:
Tom Payne
2012-07-05 15:15:34 +02:00
committed by Tom Payne
parent c04e3d339f
commit dc2993b61d
3 changed files with 79 additions and 1 deletions

View File

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