Hello,
is it possible to set all maps used in theme (property search,property detail.. ) to display as satellite maps instead of road maps ? I tried to find a workaround using included snazzy maps plugin and looking trough map initialization javascript but with no success.
Thank you.
Hi Anton,
Open populate-map.js file from casaroyal/js folder and go to line 46 and add this mapTypeId: 'satellite'
Do the same in global.js line 288: "mapTypeId": satellite.
Kind Regards,
Alex