map params adjusted due to server overload of shonin anomaly

This commit is contained in:
Jon Atkins
2015-03-28 16:27:48 +00:00
parent e7a136ec04
commit a169176bad
2 changed files with 7 additions and 4 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: 1,
minZoom: 5,
// zoomAnimation: false,
markerZoomAnimation: false,
bounceAtZoomLimits: false