Request tiles at z15 rather than z16

This commit is contained in:
Tom MacWright
2013-01-16 13:26:20 -05:00
parent 0d44e77ac3
commit 8151b48d34
+1 -1
View File
@@ -202,7 +202,7 @@ iD.Connection = function() {
}
function loadTiles(projection) {
var scaleExtent = [16, 16],
var scaleExtent = [15, 15],
s = projection.scale(),
tiles = d3.geo.tile()
.scaleExtent(scaleExtent)