From fbc8c48663b07139194748504bb7cb12dac59ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dra=C5=BEen=20M?= Date: Tue, 24 May 2016 20:48:44 +0200 Subject: [PATCH] Google maps library images is down Bug at https://github.com/googlemaps/js-marker-clusterer/issues/55 --- static/markerclusterer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/markerclusterer.js b/static/markerclusterer.js index daae3b7..5694e29 100644 --- a/static/markerclusterer.js +++ b/static/markerclusterer.js @@ -1602,7 +1602,7 @@ MarkerClusterer.BATCH_SIZE_IE = 500; * @type {string} * @constant */ -MarkerClusterer.IMAGE_PATH = "https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/images/m"; +MarkerClusterer.IMAGE_PATH = "https://cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/images/m"; /**