Rename Layer to Store and LayerRendereOptions to Layer

This commit is contained in:
Tom Payne
2012-07-10 17:36:20 +02:00
committed by Tom Payne
parent 5de1ac3dd6
commit 01cb568a50
5 changed files with 120 additions and 120 deletions

View File

@@ -5,13 +5,13 @@ goog.require('ol.Bounds');
goog.require('ol.Camera');
goog.require('ol.Extent');
goog.require('ol.Layer');
goog.require('ol.LayerRendererOptions');
goog.require('ol.Object');
goog.require('ol.Projection');
goog.require('ol.Store');
goog.require('ol.TileBounds');
goog.require('ol.TileCoord');
goog.require('ol.TileGrid');
goog.require('ol.TileLayer');
goog.require('ol.TileStore');
goog.require('ol.TileUrlFunction');
goog.require('ol.TileUrlFunctionType');
goog.require('ol.TransformFunction');