Map show up automatically as Satellite view?

  • David Boggitt
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
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.

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

More
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

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

  • David Boggitt
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
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.

More
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:
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
  • Senior Member
More
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