s/LayerView/LayerRendererOptions/

This commit is contained in:
Tom Payne
2012-07-09 14:26:53 +02:00
committed by Tom Payne
parent 10f8f1198b
commit 1c344ffa9f
4 changed files with 71 additions and 69 deletions

View File

@@ -5,7 +5,7 @@ goog.require('ol.Bounds');
goog.require('ol.Camera');
goog.require('ol.Extent');
goog.require('ol.Layer');
goog.require('ol.LayerView');
goog.require('ol.LayerRendererOptions');
goog.require('ol.Object');
goog.require('ol.Projection');
goog.require('ol.TileBounds');