- Posts: 75
- Thank you received: 0
Map show up automatically as Satellite view?
- David Boggitt
- Topic Author
- Offline
- Senior Member
-
Less
More
7 years 1 month ago #111699
by David Boggitt
Map show up automatically as Satellite view? was created by David Boggitt
Hi there,
For example, on this page:
www.drb-holding3.co.uk/events/all-day/family-picnic
Is it possible that the map automatically shows the Satellite view?
Many thanks,
Dave.
For example, on this page:
www.drb-holding3.co.uk/events/all-day/family-picnic
Is it possible that the map automatically shows the Satellite view?
Many thanks,
Dave.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 1 month ago #111707
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Map show up automatically as Satellite view?
Hi Dave
Look like the map on that page is not related by Events Booking?
Tuan
Look like the map on that page is not related by Events Booking?
Tuan
Please Log in or Create an account to join the conversation.
- David Boggitt
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 0
7 years 1 month ago #111730
by David Boggitt
Replied by David Boggitt on topic Map show up automatically as Satellite view?
Ah, not the one at the bottom of the page, the one that comes from clicking on the location 'Inner Green'.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 1 month ago #111787
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Map show up automatically as Satellite view?
Hi David
For that, you will need to edit code. Try to look at the file components/com_eventbooking/view/map/tmpl/default.php, find this line of code:
Change it to:
After that, it should work as expected. Once the change is done, move the modified file to PATH_TO_TEMPLATE/html/com_eventbooking/map folder so that the change won't be lost when you update to future releases of the extension
Regards,
Tuan
For that, you will need to edit code. Try to look at the file components/com_eventbooking/view/map/tmpl/default.php, find this line of code:
Code:
mapTypeId: google.maps.MapTypeId.ROADMAP
Change it to:
Code:
mapTypeId: google.maps.MapTypeId.SATELLITE
After that, it should work as expected. Once the change is done, move the modified file to PATH_TO_TEMPLATE/html/com_eventbooking/map folder so that the change won't be lost when you update to future releases of the extension
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- David Boggitt
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 75
- Thank you received: 0
7 years 1 month ago #111805
by David Boggitt
Replied by David Boggitt on topic Map show up automatically as Satellite view?
Great - thanks

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.