From fe388bd3b52fc2d461aa7dc91bdd9379b4f68275 Mon Sep 17 00:00:00 2001 From: Burke Mamlin Date: Thu, 26 May 2016 17:21:35 -0400 Subject: [PATCH] MarkerClusterer moved to GitHub --- public/js/atlas.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/atlas.js b/public/js/atlas.js index b132e77..540a22e 100644 --- a/public/js/atlas.js +++ b/public/js/atlas.js @@ -128,7 +128,7 @@ function initialize() { }); map = $("#map_canvas").gmap3('get'); var markerClustererOptions = { - imagePath: "https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m", + imagePath: "https://googlemaps.github.io/js-marker-clusterer/images/m1.png", minimumClusterSize: 3, gridSize: 30 }; @@ -718,4 +718,4 @@ function createInfoWindow(site, marker) { } }); return infowindow; -} \ No newline at end of file +}