Hello all,
I have implemented different maps across my solution, however I am not able to set the scrollwheel = false properly.
I've tried to integrate following code to my maps template:
options = $.extend({
scrollwheel: false,
navigationControl: false,
mapTypeControl: false,
scaleControl: false,
draggable: false,
mapTypeId: google.maps.MapTypeId.ROADMAP
}, options);
Though without any luck. In the map.js file I dont really see any "fitting" place for this to be inserted either. Any suggestions on the matter? (As far as I can see it is not possible to set from the backend either)
Regards,
Mikkel Toustrup Olsen