Skip to content

Commit

Permalink
MarkerClusterer moved to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed May 26, 2016
1 parent 8bf1b3a commit fe388bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/atlas.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down Expand Up @@ -718,4 +718,4 @@ function createInfoWindow(site, marker) {
}
});
return infowindow;
}
}

0 comments on commit fe388bd

Please sign in to comment.