increase maxZoom of google satellite/hybrid modes by two levels, so it matches max zoom of google maps

This commit is contained in:
Jon Atkins
2013-04-21 02:13:52 +01:00
parent 4b7a310307
commit 5eb7344895

View File

@ -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})
];