dburles / meteor-google-maps

🗺 Meteor package for the Google Maps Javascript API v3
https://atmospherejs.com/dburles/google-maps
MIT License
196 stars 48 forks source link

Clusterer icons are missing due to old URL #148

Open luixal opened 7 years ago

luixal commented 7 years ago

Hi,

I've noticed (yep, some time since last time I used this package!) that clusterer icons are not loading ok due to urls pointing to old repository (on Google Code I think). I was thinking about making a PR for updating the library but, for now, it can be fixed quite easy setting the imagePath option to 'https://github.com/googlemaps/v3-utility-library/raw/master/markerclusterer/images/m', like this:

cluster = new MarkerClusterer(GoogleMaps.maps.zoneMap.instance, ms, {imagePath: 'https://github.com/googlemaps/v3-utility-library/raw/master/markerclusterer/images/m'});

So, this is issue is solved and can be closed right now, but just for people looking into this issue as I did at first :)