From 61ed2307e4b346c80e9fc19b8fc46e4273058d50 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Fri, 21 Mar 2014 16:47:24 +0000 Subject: [PATCH] turn off markers during zoom animations - let's see how that works... --- code/boot.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/boot.js b/code/boot.js index c82afd4d..53dffc29 100644 --- a/code/boot.js +++ b/code/boot.js @@ -152,7 +152,9 @@ window.setupMap = function() { center: [0,0], zoom: 1, 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