Rename ol.layer.TileLayer to ol.layer.Tile

This commit is contained in:
Tom Payne
2013-09-09 15:14:45 +02:00
parent 8f6f5e42c6
commit 8f8f94e697
60 changed files with 145 additions and 145 deletions

View File

@@ -129,7 +129,7 @@ ol.MapProperty = {
* zoom: 1
* }),
* layers: [
* new ol.layer.TileLayer({
* new ol.layer.Tile({
* source: new ol.source.MapQuestOSM()
* })
* ],