diff --git a/js/iD/renderer/Map.js b/js/iD/renderer/Map.js index 4090fd168..5e8b568b1 100755 --- a/js/iD/renderer/Map.js +++ b/js/iD/renderer/Map.js @@ -263,7 +263,7 @@ iD.Map = function(elem) { apiTilesLoaded[c] = true; return [ projection.invert([x, y]), - projection.invert([x + 256, y + 256])]; + projection.invert([x + ts, y + ts])]; }); return extents; }