Remove unused

This commit is contained in:
John Firebaugh
2013-08-22 11:00:14 -07:00
parent f58120df37
commit 7b2eaa2fd8
2 changed files with 2 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ iD.Background = function(context) {
}
}
layer = iD.TileLayer('overlay')
layer = iD.TileLayer()
.source(d)
.projection(context.projection)
.dimensions(baseLayer.dimensions());

View File

@@ -1,7 +1,4 @@
iD.TileLayer = function(backgroundType) {
backgroundType = backgroundType || 'background';
iD.TileLayer = function() {
var tileSize = 256,
tile = d3.geo.tile(),
projection,