Mike

Results 5 comments of Mike

Ran into the same issue while testing 1.7.8.0-rc, its definitely because of the multi store .htaccess rules. Can anyone solve this? Since the 1.7.8 update is focused on multi store..

@matks love to, but I am clueless when it comes to htaccess/apache config. If I ever find a solution, I'll let you know!

I don't believe this is possible anymore since you can't add classes to clusters (which are google.maps.Marker instances), only the label (text) of a cluster has a className parameter which...

@amuramoto here you go ```html Demo function init() { const map = new google.maps.Map(document.getElementById('map'), { center: { lat: 25.765005, lng: -80.243797 }, zoom: 10, }); const locations = [ {name:...