add an ol.layer.xyz factory

This commit is contained in:
Éric Lemoine
2012-06-20 18:08:51 +02:00
parent 958e291545
commit 7413770a46
4 changed files with 48 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ goog.require('ol.event.Events');
goog.require("ol.map");
goog.require("ol.loc");
goog.require("ol.projection");
goog.require("ol.layer.xyz");
goog.require("ol.Tile");
goog.require("ol.TileSet");
goog.require("ol.geom.geometry");