diff --git a/src/map/Map.js b/src/map/Map.js index 9e5e5b07..7983e0d1 100644 --- a/src/map/Map.js +++ b/src/map/Map.js @@ -26,8 +26,8 @@ L.Map = L.Class.extend({ inertia: !L.Browser.android, inertiaDeceleration: L.Browser.touch ? 3000 : 2000, // px/s^2 - inertiaMaxSpeed: L.Browser.touch ? 1500 : 1000, // px/s - inertiaThreshold: L.Browser.touch ? 32 : 16, // ms + inertiaMaxSpeed: L.Browser.touch ? 1500 : 1000, // px/s + inertiaThreshold: L.Browser.touch ? 32 : 16, // ms // controls zoomControl: true,