Merge pull request #312 from Skud/one-more-places-fix

removed marker bounds on hover
This commit is contained in:
Skud
2013-09-12 04:46:35 -07:00

View File

@@ -30,7 +30,7 @@ function showMap(map) {
attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors under <a href="http://www.openstreetmap.org/copyright">ODbL</a> | Map imagery &copy; <a href="http://cloudmade.com">Cloudmade</a>',
maxZoom: 18
}).addTo(map);
markers = new L.MarkerClusterGroup();
markers = new L.MarkerClusterGroup({showCoverageOnHover: false});
$.getJSON(things_to_map, function(members) {
$.each(members, function(i, m) {