From 5eb7344895ae0991b4b3cac12ffe765c62a0e2f4 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Sun, 21 Apr 2013 02:13:52 +0100 Subject: [PATCH] increase maxZoom of google satellite/hybrid modes by two levels, so it matches max zoom of google maps --- code/boot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/boot.js b/code/boot.js index 59e54a7f..caaad95f 100644 --- a/code/boot.js +++ b/code/boot.js @@ -129,8 +129,8 @@ window.setupMap = function() { /*0*/ mqMap, /*1*/ new L.Google('INGRESS'), /*2*/ new L.Google('ROADMAP'), - /*3*/ new L.Google('SATELLITE'), - /*4*/ new L.Google('HYBRID') + /*3*/ new L.Google('SATELLITE',{maxZoom:20}), + /*4*/ new L.Google('HYBRID',{maxZoom:20}) ];