-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MarkerClusterer images and others are broken due to google-maps-utility-library-v3 moving to github #255
Comments
There is option to self-host the markers. Just set the From docs:
This works for me (both absolute or relative is fine): <MarkerCluster imagePath="./path/to/clusters/m" /> |
Cool, thanks! I should've checked the docs before mentioning the self-hosting bit. The default URLs are still broken though, so I'll leave this ticket open for now. |
Is there any open pull request about this? |
What's curious is that the string |
@wedneyyuri nope @pirate This project has marker-clusterer-plus as a dependency. There you can find the hardcoded, dead url. |
Thanks for the pointer @11th. @wedneyyuri I just opened a PR to fix it: mikesaidani/marker-clusterer-plus#2 |
#259 closes this issue (but we cant merge it until @mikesaidani merges mikesaidani/marker-clusterer-plus#3) |
Hello guys, I just published the new version to NPM. Sorry for the inconvenience. Cheers, |
Published v4.10.2. Thanks to @11th, @pirate, @wedneyyuri and @mikesaidani ! We're also looking for maintainers. Involve in #266 to help strengthen our community! |
Might want to update this example page so people know that cluster markers are back :) http://react-google-maps.tomchentw.com/#/addons/marker-clusterer?_k=zvrnxa |
@doubleoevan a PR is welcomed! |
Since google code is shutting down, google has moved their utility library from Google Code to github:
Images urls pointing to their old library no longer work, and will have to be changed, e.g.:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/images/m2.png
to
https://raw.githubusercontent.com/googlemaps/v3-utility-library/master/markerclustererplus/images/m2.png
Although ideally there should be an option to let the user self-host them so this doesn't happen again.
The text was updated successfully, but these errors were encountered: