-
Notifications
You must be signed in to change notification settings - Fork 197
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
Broken link for google maps clustering markers #50
Comments
You don't need to update |
OK. but the link "http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js" is broken. therefore therefore I changed to "cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/src/markerclusterer.js" and worked perfectly. |
Github is not meant for hosting images, if something changes your code is broken again. You can do this |
Understood. |
You can let the github link, I hope it will also be updated in the markerclusterer.js repository. |
thanks. |
http://biostall.com/demos/google-maps-v3-api-codeigniter-library/cluster
The above link is broken, and it's getting the following error:
Failed to load resource: the server responded with a status of 404 (Not Found):
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js
A possible solution would be replacing the broken link for this one:
line: 1143
//google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js
To
cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/src/markerclusterer.js
And
line 1852
gridSize: '.$this->clusterGridSize;
To
imagePath: "https://cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/images/m",
gridSize: '.$this->clusterGridSize;
Thanks
The text was updated successfully, but these errors were encountered: