-
Notifications
You must be signed in to change notification settings - Fork 768
v3.googlecode.com gives me a 404 #55
Comments
Even on simple example https://googlemaps.github.io/js-marker-clusterer/examples/simple_example.html and there is no circle markers. |
+1 on this issue... |
I've no idea why Google code is down, but if you want to host them on your web server for now change |
Does anyone have a local version to share? |
I was thinking of markerclusterer.js. But thanks anyway =) |
+1, please fix this asap. |
Quick fis is:
and edit file markerclusterer.js line 190-192
|
The problem is that our website use the SVN version of the library. This is not a good practice.
Hope this helps. PS: in any case, current lib must be updated, since images point to old svn path.. |
+1 |
+1 |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
why do we all write this comment "+1" while we have emoticons for each comment (little smiley) ,, that's better solution |
@mkdizajn it's because when this post will get 100 '+1' issue will be automatically fixed. |
+1 Fixed by replacing |
Even easier: Just download the images and use the |
+1 |
+1 |
1 similar comment
+1 |
the solution: |
@mygod0520 don't change |
fixed by 2f659a3 |
I've uploaded the markerclusterer.js to my server and set my custom image path. Now my map markers work again. Thanks to the hints given here. ;-) |
Just fixed this in Suitecrm. It's caused by images moving to github. To fix it replace every place that has 'https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/' with 'https://raw.githubusercontent.com/googlemaps/js-marker-clusterer/gh-pages/images/' In SuiteCRM/SugarCRM, make sure to only switch the difference in address. E.g. some of the addresses end with /m so keep this on the end of the new URL |
+1, Why don't you keep previous URL available? |
hamedcrm, thx. it's work for me |
The URL given by hamedcrm doesn't work for me. But this worked instead: In SuiteCRM I changed files: |
The easiest way to fix this is to simply set the
https://developers.google.com/maps/documentation/javascript/marker-clustering |
Using this URL:
gave me this error:
Instead, I had to use this URL:
|
Don't use GitHub as a CDN, just download and include it. |
I agree. Now go tell them http://www.magestore.com/magento-2-store-locator-extension.html and btw that Google Maps doesn't work anymore without an API key. Or instead, tell Google to stop changing their API assuming that the entire world will follow without balking. |
@Yonn-Trimoreau I'm not at Google, feel free to tell them yourself.. ^^ |
@PeterTheOne If only they'd listen LOL |
@MrPro100's answer works great. The point of rawgit is to use it as a CDN, but make sure you use the "cdn.rawgit.com" hostname so it gets properly cached. rawgit will block you if you send too much traffic to "rawgit.com".
|
я прямо в файле markerclusterer.js изменил путь к png в папку /img/gmap/ предварительно скопировал все png изображения. все работает и протолок https подсвечен теперь зеленым цветом |
xD |
excuse me )) MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_PATH_ = '../img/gmap/m'; MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_EXTENSION_ = 'png'; png icons previously copied to a folder: ../img/gmap/ |
I'm currently using http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/src/markerclusterer.js?ver=4.5.2 for my clustering.
But it's giving me a 404. Is it down or has it moved?
If moved. What should I do to make it work again?
The text was updated successfully, but these errors were encountered: