turn off markers during zoom animations - let's see how that works...

This commit is contained in:
Jon Atkins
2014-03-21 16:47:24 +00:00
parent 01990b8e73
commit 61ed2307e4

View File

@ -152,7 +152,9 @@ window.setupMap = function() {
center: [0,0], center: [0,0],
zoom: 1, zoom: 1,
zoomControl: (typeof android !== 'undefined' && android && android.showZoom) ? android.showZoom() : true, zoomControl: (typeof android !== 'undefined' && android && android.showZoom) ? android.showZoom() : true,
minZoom: 1 minZoom: 1,
// zoomAnimation: false,
markerZoomAnimation: false
}); });
// add empty div to leaflet control areas - to force other leaflet controls to move around IITC UI elements // add empty div to leaflet control areas - to force other leaflet controls to move around IITC UI elements