Add ol.LayerView

This commit is contained in:
Tom Payne
2012-07-05 16:16:27 +02:00
committed by Tom Payne
parent 9900084f46
commit bd61a0be15
2 changed files with 62 additions and 0 deletions

View File

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