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

Merge branch '450-disable-rotating-of-open-layers' into 'master'

Resolve "disable rotating of open-layers"

Closes #450

See merge request !340
parents a49753ff ac9abbf4
No related branches found
No related tags found
1 merge request!340Resolve "disable rotating of open-layers"
Pipeline #
......@@ -75,7 +75,8 @@ function OpenLayerCanvas(element, options) {
center: self.fromPointToProjection(options.center),
zoom: options.zoom,
minZoom: options.minZoom,
maxZoom: options.maxZoom
maxZoom: options.maxZoom,
enableRotation: false
})
});
self.setOpenLayersMap(map);
......
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