Add initial ol.TileLayer skeleton

This commit is contained in:
Tom Payne
2012-07-08 12:46:30 +02:00
committed by Tom Payne
parent 5494c36748
commit 3050268eb0
2 changed files with 52 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ goog.require('ol.Projection');
goog.require('ol.TileBounds');
goog.require('ol.TileCoord');
goog.require('ol.TileGrid');
goog.require('ol.TileLayer');
goog.require('ol.TileUrlFunction');
goog.require('ol.TileUrlFunctionType');
goog.require('ol.TransformFunction');