mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Merge pull request #928 from pnorman/patch-1
Change default max zoom to 20
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user