first pass at changing map tile params for latest site update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user