googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 772 forks source link

Cluster image #57

Closed harrysuren closed 8 years ago

harrysuren commented 8 years ago

Fix for Cluster images which are still pointing the old resources.

uaibo commented 8 years ago

I had this problem today too. You can configure the images path like this (or set an URL):

var mcOptions = {
                imagePath: '../images/m'
            };
var markerCluster = new MarkerClusterer(map, markers, mcOptions);
PeterTheOne commented 8 years ago

fixed by 2f659a3