Skip to content

Commit

Permalink
turned off scrollwheelzoom
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Dec 30, 2015
1 parent 1f346f8 commit 58f9d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/javascripts/cartodb_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ var CartoDbLib = {
CartoDbLib.map = new L.Map('map_canvas', {
center: CartoDbLib.map_centroid,
zoom: CartoDbLib.defaultZoom,
track_id: CartoDbLib.maptiks_tracking_code
track_id: CartoDbLib.maptiks_tracking_code,
scrollWheelZoom: false
});

L.tileLayer('https://{s}.tiles.mapbox.com/v3/datamade.hn83a654/{z}/{x}/{y}.png', {
Expand Down

0 comments on commit 58f9d7b

Please sign in to comment.