Support › Forums › Gris – HTML Template › Customizing Layout 3 › Reply To: Customizing Layout 3
January 12, 2015 at 7:46 pm
#4281
Keymaster
Hi,
I can’t find a solution about the map controls. I have tried to customized but I can’t fix it. The best way I have found it’s disable the map controls. If you want this, you have to add the code ‘disableDefaultUI: true,’ in the file ‘scripts.js’. The code will be in this way:
...
zoom: 14,
disableDefaultUI: true,
lat: 40.740208,
...
Regards