Google Maps module: disable zoom with mouse

  • Antonello Mancuso
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 8 months ago #86775 by Antonello Mancuso
Google Maps module: disable zoom with mouse was created by Antonello Mancuso
Hello there,
I need help with a setting. Into Event Booking Google Maps module there's no option to disable zoom with mouse when I fly over the map with mouse.
Another interesting things should be the possibility to load the map directly with Satellite layer.
Is there a way to customize the code to do this stuffs?
Thanks!

Eng. Antonello Mancuso

Please Log in or Create an account to join the conversation.

  • Antonello Mancuso
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 8 months ago #86855 by Antonello Mancuso
Replied by Antonello Mancuso on topic Google Maps module: disable zoom with mouse
***Temporary Solution***

To add hybrid map layer into EB Google Maps module go to:
Code:
yourwebsite\modules\mod_eb_googlemap
and modify helper.php at row 136 adding this code:
mapTypeId: google.maps.MapTypeId.HYBRID

To enable hybrid map for 'minimap' into event details page, instead, go to:
Code:
yourwebsite\plugins\eventbooking\map
and modify map.php at row 106 adding this code:
mapTypeId: google.maps.MapTypeId.HYBRID

Backup both modified files because it possible that they will be overwrited with next EB upgrade.
After each new EB upgrade, restore these modified files into their relative folders.

Eng. Antonello Mancuso

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc