diff --git a/app/assets/javascripts/map.js b/app/assets/javascripts/map.js index d0b47aa58..1489a61c6 100644 --- a/app/assets/javascripts/map.js +++ b/app/assets/javascripts/map.js @@ -117,7 +117,7 @@ return "" + data.investment_title + ""; }; mapCenterLatLng = new L.LatLng(mapCenterLatitude, mapCenterLongitude); - map = L.map(element.id).setView(mapCenterLatLng, zoom); + map = L.map(element.id, { scrollWheelZoom: false }).setView(mapCenterLatLng, zoom); App.Map.maps.push(map); L.tileLayer(mapTilesProvider, { attribution: mapAttribution