fixed missing images for clustered map

This commit is contained in:
2016-05-23 16:47:28 +02:00
parent 30f5c8ef8b
commit f951387c23
+1 -1
View File
@@ -74,7 +74,7 @@ javascript:
markers.push(marker);
});
var mcOptions = {gridSize: 50, maxZoom: 15};
var mcOptions = {gridSize: 50, maxZoom: 15, imagePath: 'https://raw.githubusercontent.com/googlemaps/js-marker-clusterer/gh-pages/images/m'};
var markerCluster = new MarkerClusterer(map, markers, mcOptions);