We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f59e0e commit 11e4754Copy full SHA for 11e4754
assets/javascripts/app.js
@@ -167,6 +167,7 @@ var App = (function ($, publ) {
167
map = new ol.Map({
168
target: options.target,
169
layers: layerArr,
170
+ interactions: ol.interaction.defaults({mouseWheelZoom:false}),
171
controls: ol.control.defaults({
172
attributionOptions: ({
173
collapsible: false
0 commit comments