dburles / dburles/meteor-google-maps

Clusterer icons are missing due to old URL

Open
#148 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
194
Forks
48
PR merge metrics
No merged PRs in 30d

Description

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:

```javascript
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 :)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the package's MarkerClusterer configuration and the old image URL described in the issue. Compare it with the supplied imagePath URL and verify that clusterer icons load without requiring consumers to set the override; no test file is mentioned.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.