mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-16 18:52:57 +00:00
Remove unused
This commit is contained in:
@@ -166,7 +166,7 @@ iD.Background = function(context) {
|
||||
}
|
||||
}
|
||||
|
||||
layer = iD.TileLayer('overlay')
|
||||
layer = iD.TileLayer()
|
||||
.source(d)
|
||||
.projection(context.projection)
|
||||
.dimensions(baseLayer.dimensions());
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
iD.TileLayer = function(backgroundType) {
|
||||
|
||||
backgroundType = backgroundType || 'background';
|
||||
|
||||
iD.TileLayer = function() {
|
||||
var tileSize = 256,
|
||||
tile = d3.geo.tile(),
|
||||
projection,
|
||||
|
||||
Reference in New Issue
Block a user