Legacy Option to switch zoom on and off

Status
Not open for further replies.

blinkster

Customer
Possible to add an option to switch zoom on or off, member go nuts because it zoomed right down to the very street he was living in. Great option to have for sites like mine. Great mod but have disabled this in the hope the option is added, if not i just uninstall it.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
In the dbtech_membermap_home find
Code:
var mapOptions = {

I believe you will need to change zoom to something else (experiment with values that work for you) and then also add these directly beneath zoom: 2,
Code:
  zoomControl: false,
  scaleControl: false,
  scrollwheel: false,
  disableDoubleClickZoom: true,
 
Status
Not open for further replies.
Back
Top