diff --git a/js/id/renderer/background.js b/js/id/renderer/background.js index c1187c77a..8ed619f8e 100644 --- a/js/id/renderer/background.js +++ b/js/id/renderer/background.js @@ -172,7 +172,7 @@ iD.Background = function() { if (!arguments.length) return source; source = _; cache = {}; - tile.scaleExtent((source.data && source.data.scaleExtent) || [1, 17]); + tile.scaleExtent((source.data && source.data.scaleExtent) || [1, 20]); setPermalink(source); return background; };