first pass at changing map tile params for latest site update

This commit is contained in:
Jon Atkins
2015-04-03 20:50:10 +01:00
parent 5845c37daf
commit 3e7724afe6
3 changed files with 10 additions and 12 deletions

View File

@ -165,7 +165,7 @@ window.setupMap = function() {
center: [0,0],
zoom: 1,
zoomControl: (typeof android !== 'undefined' && android && android.showZoom) ? android.showZoom() : true,
minZoom: 5,
minZoom: MIN_ZOOM,
// zoomAnimation: false,
markerZoomAnimation: false,
bounceAtZoomLimits: false