mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Request tiles at z15 rather than z16
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user