Move Layer into ol.layer namespace.

This commit is contained in:
Tim Schaub
2012-09-24 17:08:36 +02:00
parent 57d75ace5d
commit 1f9e2aa3c4
10 changed files with 267 additions and 267 deletions

View File

@@ -17,7 +17,7 @@ goog.require('goog.events.EventType');
goog.require('goog.functions');
goog.require('goog.style');
goog.require('goog.webgl');
goog.require('ol.Layer');
goog.require('ol.layer.Layer');
goog.require('ol.Map');
goog.require('ol.TileLayer');
goog.require('ol.renderer.webgl.FragmentShader');