Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #249 from ccnmtl/fix-marker-clusterer
Browse files Browse the repository at this point in the history
Fix MarkerClusterer image references
  • Loading branch information
thraxil authored Jul 6, 2016
2 parents a28df97 + f60c27d commit 3513c86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions media/js/app/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,9 @@
self.mapMarkers.push(view.marker);
});

self.markerClusterer = new window.MarkerClusterer(self.mapInstance,
self.mapMarkers);
self.markerClusterer = new window.MarkerClusterer(
self.mapInstance, self.mapMarkers,
{imagePath: this.staticURL + 'markerclusterer/images/m'});
},
onResize: function() {
var viewport = this.getVisibleViewport();
Expand Down

0 comments on commit 3513c86

Please sign in to comment.