Skip to content
Snippets Groups Projects
Commit cf6742d2 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fractional zoom is disabled

parent ee7ddc25
No related branches found
No related tags found
3 merge requests!46912.1.0~beta.4 into master,!461Resolve "partial zooming using mac mouse",!45912.1.0~beta.3 into master
Pipeline #6821 passed
......@@ -77,7 +77,12 @@ function OpenLayerCanvas(element, options) {
minZoom: options.minZoom,
maxZoom: options.maxZoom,
enableRotation: false
})
}),
interactions: ol.interaction.defaults({}).extend([
new ol.interaction.PinchZoom({
constrainResolution: true
})
])
});
self.setOpenLayersMap(map);
self.addCenterButton();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment