Add ol.Layer

This commit is contained in:
Tom Payne
2012-07-06 12:27:31 +02:00
committed by Tom Payne
parent 89ec9bf07a
commit a2cf655bfa
4 changed files with 78 additions and 23 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.Layer');
goog.require('ol.LayerView');
goog.require('ol.MVCArray');
goog.require('ol.MVCObject');