- Posts: 27
- Thank you received: 0
Google Maps module: disable zoom with mouse
- Antonello Mancuso
-
Topic Author
- Offline
- Junior Member
-
Less
More
8 years 8 months ago #86775
by Antonello Mancuso
Eng. 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!
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
-
Less
More
- Posts: 27
- Thank you received: 0
8 years 8 months ago #86855
by Antonello Mancuso
Eng. 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:
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:
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.
To add hybrid map layer into EB Google Maps module go to:
Code:
yourwebsite\modules\mod_eb_googlemap
mapTypeId: google.maps.MapTypeId.HYBRID
To enable hybrid map for 'minimap' into event details page, instead, go to:
Code:
yourwebsite\plugins\eventbooking\map
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.