mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Bump default max_zoom from 20 to 22 (affects custom imagery)
This commit is contained in:
@@ -35,7 +35,7 @@ export function rendererBackgroundSource(data) {
|
||||
best = !!source.best,
|
||||
template = source.template;
|
||||
|
||||
source.scaleExtent = data.scaleExtent || [0, 20];
|
||||
source.scaleExtent = data.scaleExtent || [0, 22];
|
||||
source.overzoom = data.overzoom !== false;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user