Re-disable scroll wheel zoom on maps

Enabling scroll wheel search does not seem necessary in the context of
this overall bug fix.
This commit is contained in:
Court Ewing 2016-07-19 13:39:40 -04:00
parent 2feac112f3
commit 2862f94cda

View file

@ -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,
};