Skip to content

Commit

Permalink
Re-disable scroll wheel zoom on maps
Browse files Browse the repository at this point in the history
Enabling scroll wheel search does not seem necessary in the context of
this overall bug fix.
  • Loading branch information
epixa committed Jul 19, 2016
1 parent 2feac11 commit 2862f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/public/vislib/visualizations/_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default function MapFactory(Private, tilemap) {
maxZoom: tilemapOptions.maxZoom,
noWrap: true,
maxBounds: L.latLngBounds([-90, -220], [90, 220]),
scrollWheelZoom: false,
fadeAnimation: false,
};

Expand Down

0 comments on commit 2862f94

Please sign in to comment.