Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 4c96e70

Browse files
removed redundant arguments from cluster constructor
1 parent 06a0e11 commit 4c96e70

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

javascripts/google_map.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,8 @@ $(function(){
109109
}
110110

111111

112-
// Clustering
112+
// Clustering to fix overcrowding of markers.
113113
var mc = new MarkerClusterer(map, markers, {
114-
imagePath: "/images/map-cluster",
115-
imageSizes: [55],
116114
styles: [{
117115
height: 51,
118116
width: 55,
@@ -124,6 +122,7 @@ $(function(){
124122
fontFamily: "Helvetica"
125123
}]
126124
});
125+
127126

128127
}
129128

0 commit comments

Comments
 (0)