Skip to content

Commit fcdb32f

Browse files
committed
Merge branch 'develop' into add_marker_to_map_from_address_field
2 parents 9cc8416 + 11e4754 commit fcdb32f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/javascripts/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ var App = (function ($, publ) {
167167
map = new ol.Map({
168168
target: options.target,
169169
layers: layerArr,
170+
interactions: ol.interaction.defaults({mouseWheelZoom:false}),
170171
controls: ol.control.defaults({
171172
attributionOptions: ({
172173
collapsible: false

0 commit comments

Comments
 (0)