Initial pass at tiled layer renderer.

This commit is contained in:
Tim Schaub
2012-06-21 01:18:57 +02:00
parent fe0e242a39
commit 43c8b89460
4 changed files with 183 additions and 0 deletions
+2
View File
@@ -15,4 +15,6 @@ goog.require("ol.TileSet");
goog.require("ol.geom.geometry");
goog.require("ol.geom.point");
goog.require('ol.layer.XYZ');
goog.require('ol.layer.OSM');
goog.require('ol.renderer.TileLayerRenderer');